]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TocUi.ui
TOC Widget beautification by Stefan Schimanski:
[lyx.git] / src / frontends / qt4 / ui / TocUi.ui
1 <ui version="4.0" >
2  <class>QTocUi</class>
3  <widget class="QWidget" name="QTocUi" >
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>251</width>
12     <height>378</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="4" column="0" >
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="QToolButton" name="updateTB" >
35        <property name="toolTip" >
36         <string>Update navigation tree</string>
37        </property>
38        <property name="text" >
39         <string>...</string>
40        </property>
41        <property name="icon" >
42         <iconset>../../../../lib/images/reload.xpm</iconset>
43        </property>
44        <property name="iconSize" >
45         <size>
46          <width>20</width>
47          <height>20</height>
48         </size>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <spacer>
54        <property name="orientation" >
55         <enum>Qt::Horizontal</enum>
56        </property>
57        <property name="sizeHint" >
58         <size>
59          <width>16</width>
60          <height>20</height>
61         </size>
62        </property>
63       </spacer>
64      </item>
65      <item>
66       <widget class="QToolButton" name="moveOutTB" >
67        <property name="toolTip" >
68         <string>Decrease nesting depth of selected item</string>
69        </property>
70        <property name="text" >
71         <string>...</string>
72        </property>
73        <property name="icon" >
74         <iconset>../../../../lib/images/promote.xpm</iconset>
75        </property>
76        <property name="iconSize" >
77         <size>
78          <width>20</width>
79          <height>20</height>
80         </size>
81        </property>
82       </widget>
83      </item>
84      <item>
85       <widget class="QToolButton" name="moveInTB" >
86        <property name="toolTip" >
87         <string>Increase nesting depth of selected item</string>
88        </property>
89        <property name="text" >
90         <string>...</string>
91        </property>
92        <property name="icon" >
93         <iconset>../../../../lib/images/demote.xpm</iconset>
94        </property>
95        <property name="iconSize" >
96         <size>
97          <width>20</width>
98          <height>20</height>
99         </size>
100        </property>
101       </widget>
102      </item>
103      <item>
104       <widget class="QToolButton" name="moveDownTB" >
105        <property name="toolTip" >
106         <string>Move selected item down by one</string>
107        </property>
108        <property name="text" >
109         <string>...</string>
110        </property>
111        <property name="icon" >
112         <iconset>../../../../lib/images/down.xpm</iconset>
113        </property>
114        <property name="iconSize" >
115         <size>
116          <width>20</width>
117          <height>20</height>
118         </size>
119        </property>
120       </widget>
121      </item>
122      <item>
123       <widget class="QToolButton" name="moveUpTB" >
124        <property name="toolTip" >
125         <string>Move selected item up by one</string>
126        </property>
127        <property name="text" >
128         <string>...</string>
129        </property>
130        <property name="icon" >
131         <iconset>../../../../lib/images/up.xpm</iconset>
132        </property>
133        <property name="iconSize" >
134         <size>
135          <width>20</width>
136          <height>20</height>
137         </size>
138        </property>
139       </widget>
140      </item>
141     </layout>
142    </item>
143    <item row="3" column="0" >
144     <widget class="QSlider" name="depthSL" >
145      <property name="toolTip" >
146       <string>Adjust the depth of the navigation tree</string>
147      </property>
148      <property name="maximum" >
149       <number>5</number>
150      </property>
151      <property name="pageStep" >
152       <number>1</number>
153      </property>
154      <property name="value" >
155       <number>2</number>
156      </property>
157      <property name="orientation" >
158       <enum>Qt::Horizontal</enum>
159      </property>
160      <property name="tickPosition" >
161       <enum>QSlider::TicksBothSides</enum>
162      </property>
163     </widget>
164    </item>
165    <item row="2" column="0" >
166     <widget class="QTreeView" name="tocTV" >
167      <property name="sizePolicy" >
168       <sizepolicy>
169        <hsizetype>7</hsizetype>
170        <vsizetype>7</vsizetype>
171        <horstretch>0</horstretch>
172        <verstretch>0</verstretch>
173       </sizepolicy>
174      </property>
175     </widget>
176    </item>
177    <item row="1" column="0" >
178     <widget class="QLabel" name="typeLA" >
179      <property name="text" >
180       <string>&amp;Type:</string>
181      </property>
182      <property name="buddy" >
183       <cstring>typeCO</cstring>
184      </property>
185     </widget>
186    </item>
187    <item row="0" column="0" >
188     <widget class="QComboBox" name="typeCO" >
189      <property name="sizePolicy" >
190       <sizepolicy>
191        <hsizetype>7</hsizetype>
192        <vsizetype>0</vsizetype>
193        <horstretch>0</horstretch>
194        <verstretch>0</verstretch>
195       </sizepolicy>
196      </property>
197      <property name="toolTip" >
198       <string>Switch between table of contents, list of figures or list of tables, if available</string>
199      </property>
200     </widget>
201    </item>
202   </layout>
203  </widget>
204  <tabstops>
205   <tabstop>typeCO</tabstop>
206   <tabstop>tocTV</tabstop>
207   <tabstop>depthSL</tabstop>
208  </tabstops>
209  <includes>
210   <include location="local" >qt_helpers.h</include>
211  </includes>
212  <resources/>
213  <connections/>
214 </ui>