]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TocUi.ui
* TocWidget.{cpp,h}:
[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>202</width>
12     <height>355</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="1" column="0" colspan="2" >
26     <layout class="QHBoxLayout" >
27      <property name="margin" >
28       <number>0</number>
29      </property>
30      <property name="spacing" >
31       <number>6</number>
32      </property>
33      <item>
34       <widget class="QLabel" name="filterLA" >
35        <property name="text" >
36         <string>Filter:</string>
37        </property>
38        <property name="buddy" >
39         <cstring>filterLE</cstring>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <widget class="QLineEdit" name="filterLE" >
45        <property name="toolTip" >
46         <string>Enter string to filter contents</string>
47        </property>
48       </widget>
49      </item>
50     </layout>
51    </item>
52    <item row="0" column="0" colspan="2" >
53     <widget class="QComboBox" name="typeCO" >
54      <property name="sizePolicy" >
55       <sizepolicy>
56        <hsizetype>13</hsizetype>
57        <vsizetype>0</vsizetype>
58        <horstretch>0</horstretch>
59        <verstretch>0</verstretch>
60       </sizepolicy>
61      </property>
62      <property name="toolTip" >
63       <string>Switch between available lists (table of contents, list of figures, list of tables, and others)</string>
64      </property>
65     </widget>
66    </item>
67    <item row="2" column="0" colspan="2" >
68     <widget class="QTreeView" name="tocTV" >
69      <property name="sizePolicy" >
70       <sizepolicy>
71        <hsizetype>13</hsizetype>
72        <vsizetype>7</vsizetype>
73        <horstretch>0</horstretch>
74        <verstretch>0</verstretch>
75       </sizepolicy>
76      </property>
77     </widget>
78    </item>
79    <item row="4" column="0" colspan="2" >
80     <layout class="QHBoxLayout" >
81      <property name="margin" >
82       <number>0</number>
83      </property>
84      <property name="spacing" >
85       <number>6</number>
86      </property>
87      <item>
88       <widget class="QToolButton" name="updateTB" >
89        <property name="toolTip" >
90         <string>Update navigation tree</string>
91        </property>
92        <property name="text" >
93         <string>...</string>
94        </property>
95        <property name="icon" >
96         <iconset>../../../../lib/images/reload.png</iconset>
97        </property>
98        <property name="iconSize" >
99         <size>
100          <width>20</width>
101          <height>20</height>
102         </size>
103        </property>
104       </widget>
105      </item>
106      <item>
107       <spacer>
108        <property name="orientation" >
109         <enum>Qt::Horizontal</enum>
110        </property>
111        <property name="sizeHint" >
112         <size>
113          <width>16</width>
114          <height>20</height>
115         </size>
116        </property>
117       </spacer>
118      </item>
119      <item>
120       <widget class="QToolButton" name="moveOutTB" >
121        <property name="toolTip" >
122         <string>Decrease nesting depth of selected item</string>
123        </property>
124        <property name="text" >
125         <string>...</string>
126        </property>
127        <property name="icon" >
128         <iconset>../../../../lib/images/promote.png</iconset>
129        </property>
130        <property name="iconSize" >
131         <size>
132          <width>20</width>
133          <height>20</height>
134         </size>
135        </property>
136       </widget>
137      </item>
138      <item>
139       <widget class="QToolButton" name="moveInTB" >
140        <property name="toolTip" >
141         <string>Increase nesting depth of selected item</string>
142        </property>
143        <property name="text" >
144         <string>...</string>
145        </property>
146        <property name="icon" >
147         <iconset>../../../../lib/images/demote.png</iconset>
148        </property>
149        <property name="iconSize" >
150         <size>
151          <width>20</width>
152          <height>20</height>
153         </size>
154        </property>
155       </widget>
156      </item>
157      <item>
158       <widget class="QToolButton" name="moveDownTB" >
159        <property name="toolTip" >
160         <string>Move selected item down by one</string>
161        </property>
162        <property name="text" >
163         <string>...</string>
164        </property>
165        <property name="icon" >
166         <iconset>../../../../lib/images/down.png</iconset>
167        </property>
168        <property name="iconSize" >
169         <size>
170          <width>20</width>
171          <height>20</height>
172         </size>
173        </property>
174       </widget>
175      </item>
176      <item>
177       <widget class="QToolButton" name="moveUpTB" >
178        <property name="toolTip" >
179         <string>Move selected item up by one</string>
180        </property>
181        <property name="text" >
182         <string>...</string>
183        </property>
184        <property name="icon" >
185         <iconset>../../../../lib/images/up.png</iconset>
186        </property>
187        <property name="iconSize" >
188         <size>
189          <width>20</width>
190          <height>20</height>
191         </size>
192        </property>
193       </widget>
194      </item>
195     </layout>
196    </item>
197    <item row="3" column="1" >
198     <layout class="QVBoxLayout" >
199      <property name="margin" >
200       <number>4</number>
201      </property>
202      <property name="spacing" >
203       <number>0</number>
204      </property>
205      <property name="sizeConstraint" >
206       <enum>QLayout::SetMinimumSize</enum>
207      </property>
208      <item>
209       <widget class="QCheckBox" name="sortCB" >
210        <property name="sizePolicy" >
211         <sizepolicy>
212          <hsizetype>0</hsizetype>
213          <vsizetype>0</vsizetype>
214          <horstretch>0</horstretch>
215          <verstretch>0</verstretch>
216         </sizepolicy>
217        </property>
218        <property name="minimumSize" >
219         <size>
220          <width>0</width>
221          <height>21</height>
222         </size>
223        </property>
224        <property name="text" >
225         <string>Sort</string>
226        </property>
227       </widget>
228      </item>
229      <item>
230       <widget class="QCheckBox" name="persistentCB" >
231        <property name="sizePolicy" >
232         <sizepolicy>
233          <hsizetype>0</hsizetype>
234          <vsizetype>1</vsizetype>
235          <horstretch>0</horstretch>
236          <verstretch>0</verstretch>
237         </sizepolicy>
238        </property>
239        <property name="minimumSize" >
240         <size>
241          <width>0</width>
242          <height>21</height>
243         </size>
244        </property>
245        <property name="toolTip" >
246         <string>Try to keep persistent view of the uncollapsed nodes</string>
247        </property>
248        <property name="text" >
249         <string>Keep</string>
250        </property>
251       </widget>
252      </item>
253     </layout>
254    </item>
255    <item row="3" column="0" >
256     <widget class="QSlider" name="depthSL" >
257      <property name="sizePolicy" >
258       <sizepolicy>
259        <hsizetype>13</hsizetype>
260        <vsizetype>0</vsizetype>
261        <horstretch>0</horstretch>
262        <verstretch>0</verstretch>
263       </sizepolicy>
264      </property>
265      <property name="toolTip" >
266       <string>Adjust the depth of the navigation tree</string>
267      </property>
268      <property name="maximum" >
269       <number>5</number>
270      </property>
271      <property name="pageStep" >
272       <number>1</number>
273      </property>
274      <property name="value" >
275       <number>2</number>
276      </property>
277      <property name="orientation" >
278       <enum>Qt::Horizontal</enum>
279      </property>
280      <property name="tickPosition" >
281       <enum>QSlider::TicksBothSides</enum>
282      </property>
283     </widget>
284    </item>
285   </layout>
286  </widget>
287  <tabstops>
288   <tabstop>typeCO</tabstop>
289   <tabstop>tocTV</tabstop>
290  </tabstops>
291  <includes>
292   <include location="local" >qt_i18n.h</include>
293  </includes>
294  <resources/>
295  <connections/>
296 </ui>