2020-03-15 10:46:35 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>TocUi</class>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QWidget" name="TocUi">
|
|
|
|
<property name="windowModality">
|
2007-03-12 14:23:44 +00:00
|
|
|
<enum>Qt::NonModal</enum>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="geometry">
|
2006-03-05 17:24:44 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-03-15 10:46:35 +01:00
|
|
|
<width>231</width>
|
|
|
|
<height>437</height>
|
2006-03-05 17:24:44 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="windowTitle">
|
2006-03-05 17:24:44 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2010-02-13 08:30:16 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2010-02-13 08:30:16 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QLabel" name="filterLA">
|
|
|
|
<property name="text">
|
2010-02-13 08:30:16 +00:00
|
|
|
<string>Filter:</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="buddy">
|
2010-02-13 08:30:16 +00:00
|
|
|
<cstring>filterLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QLineEdit" name="filterLE">
|
|
|
|
<property name="toolTip">
|
2010-02-13 08:30:16 +00:00
|
|
|
<string>Enter string to filter contents</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<item row="6" column="0" colspan="2">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
2008-09-28 17:14:29 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
2008-09-28 17:14:29 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
2007-05-09 08:23:57 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="rightMargin">
|
2010-02-13 08:30:16 +00:00
|
|
|
<number>0</number>
|
2008-10-03 11:25:38 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2008-10-02 18:08:46 +00:00
|
|
|
</property>
|
2007-05-04 17:37:05 +00:00
|
|
|
<item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QToolButton" name="updateTB">
|
|
|
|
<property name="toolTip">
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>Update navigation tree</string>
|
2007-04-21 13:22:28 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="text">
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>../../../../lib/images/reload.png</normaloff>../../../../lib/images/reload.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="iconSize">
|
2007-05-04 17:37:05 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2006-04-15 15:50:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-05-04 17:37:05 +00:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="orientation">
|
2007-05-04 17:37:05 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-05-04 17:37:05 +00:00
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QToolButton" name="moveOutTB">
|
|
|
|
<property name="toolTip">
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>Decrease nesting depth of selected item</string>
|
2007-04-21 13:22:28 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="text">
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>../../../../lib/images/outline-out.png</normaloff>../../../../lib/images/outline-out.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="iconSize">
|
2007-05-04 17:37:05 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2006-04-15 15:50:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-05-04 17:37:05 +00:00
|
|
|
<item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QToolButton" name="moveInTB">
|
|
|
|
<property name="toolTip">
|
2007-04-21 13:22:28 +00:00
|
|
|
<string>Increase nesting depth of selected item</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="text">
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>../../../../lib/images/outline-in.png</normaloff>../../../../lib/images/outline-in.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="iconSize">
|
2007-05-04 17:37:05 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2006-04-15 15:50:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-05-04 17:37:05 +00:00
|
|
|
<item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QToolButton" name="moveDownTB">
|
|
|
|
<property name="toolTip">
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>Move selected item down by one</string>
|
2007-04-21 13:22:28 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="text">
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>../../../../lib/images/outline-down.png</normaloff>../../../../lib/images/outline-down.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="iconSize">
|
2007-05-04 17:37:05 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2006-04-15 15:50:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-05-04 17:37:05 +00:00
|
|
|
<item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QToolButton" name="moveUpTB">
|
|
|
|
<property name="toolTip">
|
2007-04-21 13:22:28 +00:00
|
|
|
<string>Move selected item up by one</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="text">
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>../../../../lib/images/outline-up.png</normaloff>../../../../lib/images/outline-up.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="iconSize">
|
2007-05-04 17:37:05 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2006-04-15 15:50:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<item row="5" column="1">
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
2010-02-13 08:30:16 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="sizeConstraint">
|
2010-02-13 08:30:16 +00:00
|
|
|
<enum>QLayout::SetMinimumSize</enum>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
2010-02-13 08:30:16 +00:00
|
|
|
<item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QCheckBox" name="sortCB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2010-02-13 08:30:16 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="minimumSize">
|
2010-02-13 08:30:16 +00:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>21</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="text">
|
2010-02-13 08:30:16 +00:00
|
|
|
<string>Sort</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<widget class="QCheckBox" name="persistentCB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
2010-02-13 08:30:16 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="minimumSize">
|
2010-02-13 08:30:16 +00:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>21</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="toolTip">
|
2010-02-13 08:30:16 +00:00
|
|
|
<string>Try to keep persistent view of the uncollapsed nodes</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="text">
|
2010-02-13 08:30:16 +00:00
|
|
|
<string>Keep</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QComboBox" name="typeCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Switch between available lists (table of contents, list of figures, list of tables, and others)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QSlider" name="depthSL">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
|
2010-02-13 08:30:16 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="toolTip">
|
2010-02-13 08:30:16 +00:00
|
|
|
<string>Adjust the depth of the navigation tree</string>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="maximum">
|
2010-02-13 08:30:16 +00:00
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="pageStep">
|
2010-02-13 08:30:16 +00:00
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="value">
|
2010-02-13 08:30:16 +00:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="orientation">
|
2010-02-13 08:30:16 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2020-03-15 10:46:35 +01:00
|
|
|
<property name="tickPosition">
|
2010-02-13 08:30:16 +00:00
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 10:46:35 +01:00
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
<widget class="QTreeView" name="tocTV">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="activeFilterLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sho&w:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>activeFilterCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="activeFilterCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Filter items that are not output (in notes, inactive branches, deleted in chagte tracking, etc.)</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>All items</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Only output items</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Only non-output items</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2006-04-15 15:50:13 +00:00
|
|
|
</layout>
|
2006-03-05 17:24:44 +00:00
|
|
|
</widget>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>typeCO</tabstop>
|
|
|
|
<tabstop>tocTV</tabstop>
|
|
|
|
</tabstops>
|
2007-01-06 09:40:36 +00:00
|
|
|
<includes>
|
2020-03-15 10:46:35 +01:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2007-01-06 09:40:36 +00:00
|
|
|
</includes>
|
2006-03-05 17:24:44 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|