2006-03-05 17:24:44 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>TocUi</class>
|
|
|
|
<widget class="QWidget" name="TocUi" >
|
2007-03-12 14:23:44 +00:00
|
|
|
<property name="windowModality" >
|
|
|
|
<enum>Qt::NonModal</enum>
|
|
|
|
</property>
|
2006-03-05 17:24:44 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-05-09 08:23:57 +00:00
|
|
|
<width>185</width>
|
|
|
|
<height>250</height>
|
2006-03-05 17:24:44 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
2006-04-15 15:50:13 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2006-04-15 15:50:13 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2007-06-04 17:40:41 +00:00
|
|
|
<item row="1" column="0" >
|
2007-05-09 08:23:57 +00:00
|
|
|
<widget class="QTreeView" name="tocTV" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>13</hsizetype>
|
|
|
|
<vsizetype>7</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-06-04 17:40:41 +00:00
|
|
|
<item row="3" column="0" >
|
2007-05-04 17:37:05 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
2006-04-15 15:50:13 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-05-04 17:37:05 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="updateTB" >
|
2007-04-21 13:22:28 +00:00
|
|
|
<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>
|
2006-04-15 15:50:13 +00:00
|
|
|
<property name="text" >
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2007-08-30 20:09:12 +00:00
|
|
|
<iconset>../../../../lib/images/reload.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize" >
|
|
|
|
<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>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="moveOutTB" >
|
2007-04-21 13:22:28 +00:00
|
|
|
<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>
|
2006-04-15 15:50:13 +00:00
|
|
|
<property name="text" >
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2007-08-30 20:09:12 +00:00
|
|
|
<iconset>../../../../lib/images/promote.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize" >
|
|
|
|
<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>
|
|
|
|
<widget class="QToolButton" name="moveInTB" >
|
2007-04-21 13:22:28 +00:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Increase nesting depth of selected item</string>
|
|
|
|
</property>
|
2006-04-15 15:50:13 +00:00
|
|
|
<property name="text" >
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2007-08-30 20:09:12 +00:00
|
|
|
<iconset>../../../../lib/images/demote.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize" >
|
|
|
|
<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>
|
|
|
|
<widget class="QToolButton" name="moveDownTB" >
|
2007-04-21 13:22:28 +00:00
|
|
|
<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>
|
2006-04-15 15:50:13 +00:00
|
|
|
<property name="text" >
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2007-08-30 20:09:12 +00:00
|
|
|
<iconset>../../../../lib/images/down.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize" >
|
|
|
|
<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>
|
|
|
|
<widget class="QToolButton" name="moveUpTB" >
|
2007-04-21 13:22:28 +00:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Move selected item up by one</string>
|
|
|
|
</property>
|
2006-04-15 15:50:13 +00:00
|
|
|
<property name="text" >
|
2007-05-04 17:37:05 +00:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2007-08-30 20:09:12 +00:00
|
|
|
<iconset>../../../../lib/images/up.png</iconset>
|
2007-05-04 17:37:05 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2006-04-15 15:50:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2007-06-04 17:40:41 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QComboBox" name="typeCO" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>13</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
2008-04-15 17:17:36 +00:00
|
|
|
<string>Switch between available lists (table of contents, list of figures, list of tables, and others)</string>
|
2006-04-15 15:50:13 +00:00
|
|
|
</property>
|
2007-06-04 17:40:41 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QSlider" name="depthSL" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>13</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Adjust the depth of the navigation tree</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition" >
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
2006-04-15 15:50:13 +00:00
|
|
|
</property>
|
2007-03-12 14:23:44 +00:00
|
|
|
</widget>
|
2006-04-18 09:57:47 +00:00
|
|
|
</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>
|
|
|
|
<tabstop>depthSL</tabstop>
|
|
|
|
</tabstops>
|
2007-01-06 09:40:36 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +00: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>
|