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