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