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