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