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