2019-05-23 15:11:39 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<class>NumberingUi</class>
|
2019-05-23 15:11:39 +02:00
|
|
|
<widget class="QWidget" name="NumberingUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-05-24 17:51:42 +02:00
|
|
|
<width>414</width>
|
2006-03-24 15:59:11 +00:00
|
|
|
<height>323</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2019-05-23 15:11:39 +02:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2019-05-23 15:11:39 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
2006-05-04 07:31:46 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2019-05-23 15:11:39 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2019-05-24 15:40:09 +02:00
|
|
|
<item row="6" column="0" rowspan="3">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="linenoCB">
|
2019-05-24 17:51:42 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add line numbers to the document</string>
|
|
|
|
</property>
|
2019-05-24 15:40:09 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>L&ine numbering</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-05-24 17:51:42 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="linenoLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>O&ptions:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>linenoLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-05-24 15:40:09 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="linenoLE">
|
|
|
|
<property name="toolTip">
|
2020-10-06 15:05:11 +02:00
|
|
|
<string>Line numbering (lineno package) options (e.g. right, modulo, switch(*), pagewise). Please refer to the lineno package manual for details.</string>
|
2019-05-24 15:40:09 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2019-05-24 15:40:09 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="TextLabel1">
|
|
|
|
<property name="text">
|
|
|
|
<string>&List in Table of Contents</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2019-05-24 15:40:09 +02:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>tocSL</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-05-24 15:40:09 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QSlider" name="tocSL">
|
2019-05-23 15:11:39 +02:00
|
|
|
<property name="minimum">
|
2019-05-24 15:40:09 +02:00
|
|
|
<number>-1</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2019-05-23 15:11:39 +02:00
|
|
|
<property name="maximum">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2019-05-23 15:11:39 +02:00
|
|
|
<property name="value">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2019-05-23 15:11:39 +02:00
|
|
|
<property name="orientation">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-05-23 15:11:39 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="TextLabel1_2">
|
|
|
|
<property name="text">
|
2006-05-04 07:31:46 +00:00
|
|
|
<string>&Numbering</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2019-05-23 15:11:39 +02:00
|
|
|
<property name="buddy">
|
2006-05-04 07:31:46 +00:00
|
|
|
<cstring>depthSL</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-05-24 15:40:09 +02:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QTreeWidget" name="tocTW">
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QSlider" name="depthSL">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-2</number>
|
2019-05-23 15:13:27 +02:00
|
|
|
</property>
|
2019-05-24 15:40:09 +02:00
|
|
|
<property name="maximum">
|
|
|
|
<number>5</number>
|
2019-05-23 15:13:27 +02:00
|
|
|
</property>
|
2019-05-24 15:40:09 +02:00
|
|
|
<property name="value">
|
|
|
|
<number>3</number>
|
2019-05-23 15:13:27 +02:00
|
|
|
</property>
|
2019-05-24 15:40:09 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2019-05-23 15:13:27 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>depthSL</tabstop>
|
2011-09-24 16:39:29 +00:00
|
|
|
<tabstop>tocSL</tabstop>
|
|
|
|
<tabstop>tocTW</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2019-05-23 15:11:39 +02:00
|
|
|
<includes>
|
|
|
|
<include location="local">qt_i18n.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|