mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
f82c3e8e65
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19922 a592a061-630c-0410-9148-cb99ea01b6c8
213 lines
5.5 KiB
XML
213 lines
5.5 KiB
XML
<ui version="4.0" >
|
|
<class>QTocUi</class>
|
|
<widget class="QWidget" name="QTocUi" >
|
|
<property name="windowModality" >
|
|
<enum>Qt::NonModal</enum>
|
|
</property>
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>185</width>
|
|
<height>250</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string/>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="1" column="0" >
|
|
<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>
|
|
<item row="3" column="0" >
|
|
<layout class="QHBoxLayout" >
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QToolButton" name="updateTB" >
|
|
<property name="toolTip" >
|
|
<string>Update navigation tree</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset>../../../../lib/images/reload.png</iconset>
|
|
</property>
|
|
<property name="iconSize" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<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" >
|
|
<property name="toolTip" >
|
|
<string>Decrease nesting depth of selected item</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset>../../../../lib/images/promote.png</iconset>
|
|
</property>
|
|
<property name="iconSize" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="moveInTB" >
|
|
<property name="toolTip" >
|
|
<string>Increase nesting depth of selected item</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset>../../../../lib/images/demote.png</iconset>
|
|
</property>
|
|
<property name="iconSize" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="moveDownTB" >
|
|
<property name="toolTip" >
|
|
<string>Move selected item down by one</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset>../../../../lib/images/down.png</iconset>
|
|
</property>
|
|
<property name="iconSize" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="moveUpTB" >
|
|
<property name="toolTip" >
|
|
<string>Move selected item up by one</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset>../../../../lib/images/up.png</iconset>
|
|
</property>
|
|
<property name="iconSize" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<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" >
|
|
<string>Switch between table of contents, list of figures or list of tables, if available</string>
|
|
</property>
|
|
</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>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>typeCO</tabstop>
|
|
<tabstop>tocTV</tabstop>
|
|
<tabstop>depthSL</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local" >qt_helpers.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|