]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TocUi.ui
2fe2231eb34d11f0fc431038b0de615e3c23018a
[lyx.git] / src / frontends / qt4 / ui / TocUi.ui
1 <ui version="4.0" >
2  <class>TocUi</class>
3  <widget class="QWidget" name="TocUi" >
4   <property name="windowModality" >
5    <enum>Qt::NonModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>185</width>
12     <height>184</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <layout class="QGridLayout" name="gridLayout" >
19    <item row="0" column="0" colspan="4" >
20     <widget class="QComboBox" name="typeCO" >
21      <property name="sizePolicy" >
22       <sizepolicy vsizetype="Fixed" hsizetype="Ignored" >
23        <horstretch>0</horstretch>
24        <verstretch>0</verstretch>
25       </sizepolicy>
26      </property>
27      <property name="toolTip" >
28       <string>Switch between available lists (table of contents, list of figures, list of tables, and others)</string>
29      </property>
30     </widget>
31    </item>
32    <item row="1" column="0" colspan="4" >
33     <widget class="QTreeView" name="tocTV" >
34      <property name="sizePolicy" >
35       <sizepolicy vsizetype="Expanding" hsizetype="Ignored" >
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40     </widget>
41    </item>
42    <item row="3" column="0" colspan="4" >
43     <layout class="QHBoxLayout" >
44      <property name="spacing" >
45       <number>6</number>
46      </property>
47      <property name="margin" >
48       <number>0</number>
49      </property>
50      <item>
51       <widget class="QToolButton" name="updateTB" >
52        <property name="toolTip" >
53         <string>Update navigation tree</string>
54        </property>
55        <property name="text" >
56         <string>...</string>
57        </property>
58        <property name="icon" >
59         <iconset>
60          <normaloff>../../../../lib/images/reload.png</normaloff>../../../../lib/images/reload.png</iconset>
61        </property>
62        <property name="iconSize" >
63         <size>
64          <width>20</width>
65          <height>20</height>
66         </size>
67        </property>
68       </widget>
69      </item>
70      <item>
71       <spacer>
72        <property name="orientation" >
73         <enum>Qt::Horizontal</enum>
74        </property>
75        <property name="sizeHint" stdset="0" >
76         <size>
77          <width>16</width>
78          <height>20</height>
79         </size>
80        </property>
81       </spacer>
82      </item>
83      <item>
84       <widget class="QToolButton" name="moveOutTB" >
85        <property name="toolTip" >
86         <string>Decrease nesting depth of selected item</string>
87        </property>
88        <property name="text" >
89         <string>...</string>
90        </property>
91        <property name="icon" >
92         <iconset>
93          <normaloff>../../../../lib/images/promote.png</normaloff>../../../../lib/images/promote.png</iconset>
94        </property>
95        <property name="iconSize" >
96         <size>
97          <width>20</width>
98          <height>20</height>
99         </size>
100        </property>
101       </widget>
102      </item>
103      <item>
104       <widget class="QToolButton" name="moveInTB" >
105        <property name="toolTip" >
106         <string>Increase nesting depth of selected item</string>
107        </property>
108        <property name="text" >
109         <string>...</string>
110        </property>
111        <property name="icon" >
112         <iconset>
113          <normaloff>../../../../lib/images/demote.png</normaloff>../../../../lib/images/demote.png</iconset>
114        </property>
115        <property name="iconSize" >
116         <size>
117          <width>20</width>
118          <height>20</height>
119         </size>
120        </property>
121       </widget>
122      </item>
123      <item>
124       <widget class="QToolButton" name="moveDownTB" >
125        <property name="toolTip" >
126         <string>Move selected item down by one</string>
127        </property>
128        <property name="text" >
129         <string>...</string>
130        </property>
131        <property name="icon" >
132         <iconset>
133          <normaloff>../../../../lib/images/down.png</normaloff>../../../../lib/images/down.png</iconset>
134        </property>
135        <property name="iconSize" >
136         <size>
137          <width>20</width>
138          <height>20</height>
139         </size>
140        </property>
141       </widget>
142      </item>
143      <item>
144       <widget class="QToolButton" name="moveUpTB" >
145        <property name="toolTip" >
146         <string>Move selected item up by one</string>
147        </property>
148        <property name="text" >
149         <string>...</string>
150        </property>
151        <property name="icon" >
152         <iconset>
153          <normaloff>../../../../lib/images/up.png</normaloff>../../../../lib/images/up.png</iconset>
154        </property>
155        <property name="iconSize" >
156         <size>
157          <width>20</width>
158          <height>20</height>
159         </size>
160        </property>
161       </widget>
162      </item>
163     </layout>
164    </item>
165    <item row="2" column="0" colspan="3" >
166     <widget class="QSlider" name="depthSL" >
167      <property name="sizePolicy" >
168       <sizepolicy vsizetype="Fixed" hsizetype="Ignored" >
169        <horstretch>0</horstretch>
170        <verstretch>0</verstretch>
171       </sizepolicy>
172      </property>
173      <property name="toolTip" >
174       <string>Adjust the depth of the navigation tree</string>
175      </property>
176      <property name="maximum" >
177       <number>5</number>
178      </property>
179      <property name="pageStep" >
180       <number>1</number>
181      </property>
182      <property name="value" >
183       <number>2</number>
184      </property>
185      <property name="orientation" >
186       <enum>Qt::Horizontal</enum>
187      </property>
188      <property name="tickPosition" >
189       <enum>QSlider::TicksBothSides</enum>
190      </property>
191     </widget>
192    </item>
193    <item row="2" column="3" >
194     <widget class="QCheckBox" name="sortCB" >
195      <property name="text" >
196       <string>Sort</string>
197      </property>
198     </widget>
199    </item>
200   </layout>
201  </widget>
202  <tabstops>
203   <tabstop>typeCO</tabstop>
204   <tabstop>tocTV</tabstop>
205  </tabstops>
206  <includes>
207   <include location="local" >qt_i18n.h</include>
208  </includes>
209  <resources/>
210  <connections/>
211 </ui>