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