]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/QTocDialogBase.ui
update ignore, and make sure to dist the lyx2lyx_version.py.in template file
[features.git] / src / frontends / qt2 / ui / QTocDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QTocDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QTocDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>357</width>
17             <height>313</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string></string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <vbox>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget>
38             <class>QLayoutWidget</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>Layout3</cstring>
42             </property>
43             <hbox>
44                 <property stdset="1">
45                     <name>margin</name>
46                     <number>0</number>
47                 </property>
48                 <property stdset="1">
49                     <name>spacing</name>
50                     <number>6</number>
51                 </property>
52                 <widget>
53                     <class>QLabel</class>
54                     <property stdset="1">
55                         <name>name</name>
56                         <cstring>typeLA</cstring>
57                     </property>
58                     <property stdset="1">
59                         <name>text</name>
60                         <string>&amp;Type:</string>
61                     </property>
62                     <property>
63                         <name>buddy</name>
64                         <cstring>typeCO</cstring>
65                     </property>
66                 </widget>
67                 <widget>
68                     <class>QComboBox</class>
69                     <property stdset="1">
70                         <name>name</name>
71                         <cstring>typeCO</cstring>
72                     </property>
73                     <property stdset="1">
74                         <name>sizePolicy</name>
75                         <sizepolicy>
76                             <hsizetype>3</hsizetype>
77                             <vsizetype>0</vsizetype>
78                         </sizepolicy>
79                     </property>
80                 </widget>
81                 <spacer>
82                     <property>
83                         <name>name</name>
84                         <cstring>Spacer3</cstring>
85                     </property>
86                     <property stdset="1">
87                         <name>orientation</name>
88                         <enum>Horizontal</enum>
89                     </property>
90                     <property stdset="1">
91                         <name>sizeType</name>
92                         <enum>Expanding</enum>
93                     </property>
94                     <property>
95                         <name>sizeHint</name>
96                         <size>
97                             <width>20</width>
98                             <height>20</height>
99                         </size>
100                     </property>
101                 </spacer>
102             </hbox>
103         </widget>
104         <widget>
105             <class>QListView</class>
106             <column>
107                 <property>
108                     <name>text</name>
109                     <string>Contents list</string>
110                 </property>
111                 <property>
112                     <name>clickable</name>
113                     <bool>true</bool>
114                 </property>
115                 <property>
116                     <name>resizeable</name>
117                     <bool>true</bool>
118                 </property>
119             </column>
120             <property stdset="1">
121                 <name>name</name>
122                 <cstring>tocLV</cstring>
123             </property>
124         </widget>
125         <widget>
126             <class>QSlider</class>
127             <property stdset="1">
128                 <name>name</name>
129                 <cstring>depthSL</cstring>
130             </property>
131             <property stdset="1">
132                 <name>maxValue</name>
133                 <number>5</number>
134             </property>
135             <property stdset="1">
136                 <name>pageStep</name>
137                 <number>1</number>
138             </property>
139             <property stdset="1">
140                 <name>value</name>
141                 <number>1</number>
142             </property>
143             <property stdset="1">
144                 <name>orientation</name>
145                 <enum>Horizontal</enum>
146             </property>
147         </widget>
148         <widget>
149             <class>QLayoutWidget</class>
150             <property stdset="1">
151                 <name>name</name>
152                 <cstring>Layout2</cstring>
153             </property>
154             <hbox>
155                 <property stdset="1">
156                     <name>margin</name>
157                     <number>0</number>
158                 </property>
159                 <property stdset="1">
160                     <name>spacing</name>
161                     <number>6</number>
162                 </property>
163                 <widget>
164                     <class>QPushButton</class>
165                     <property stdset="1">
166                         <name>name</name>
167                         <cstring>updatePB</cstring>
168                     </property>
169                     <property stdset="1">
170                         <name>text</name>
171                         <string>U&amp;pdate</string>
172                     </property>
173                 </widget>
174                 <widget>
175                     <class>QPushButton</class>
176                     <property stdset="1">
177                         <name>name</name>
178                         <cstring>moveupPB</cstring>
179                     </property>
180                     <property stdset="1">
181                         <name>text</name>
182                         <string>&amp;Up</string>
183                     </property>
184                 </widget>
185                 <widget>
186                     <class>QPushButton</class>
187                     <property stdset="1">
188                         <name>name</name>
189                         <cstring>movednPB</cstring>
190                     </property>
191                     <property stdset="1">
192                         <name>text</name>
193                         <string>&amp;Down</string>
194                     </property>
195                 </widget>
196                 <widget>
197                     <class>QPushButton</class>
198                     <property stdset="1">
199                         <name>name</name>
200                         <cstring>moveinPB</cstring>
201                     </property>
202                     <property stdset="1">
203                         <name>text</name>
204                         <string>&amp;In</string>
205                     </property>
206                 </widget>
207                 <widget>
208                     <class>QPushButton</class>
209                     <property stdset="1">
210                         <name>name</name>
211                         <cstring>moveoutPB</cstring>
212                     </property>
213                     <property stdset="1">
214                         <name>text</name>
215                         <string>&amp;Out</string>
216                     </property>
217                 </widget>
218                 <spacer>
219                     <property>
220                         <name>name</name>
221                         <cstring>Spacer2</cstring>
222                     </property>
223                     <property stdset="1">
224                         <name>orientation</name>
225                         <enum>Horizontal</enum>
226                     </property>
227                     <property stdset="1">
228                         <name>sizeType</name>
229                         <enum>Expanding</enum>
230                     </property>
231                     <property>
232                         <name>sizeHint</name>
233                         <size>
234                             <width>20</width>
235                             <height>20</height>
236                         </size>
237                     </property>
238                 </spacer>
239                 <widget>
240                     <class>QPushButton</class>
241                     <property stdset="1">
242                         <name>name</name>
243                         <cstring>closePB</cstring>
244                     </property>
245                     <property stdset="1">
246                         <name>text</name>
247                         <string>&amp;Close</string>
248                     </property>
249                     <property stdset="1">
250                         <name>default</name>
251                         <bool>true</bool>
252                     </property>
253                 </widget>
254             </hbox>
255         </widget>
256     </vbox>
257 </widget>
258 <connections>
259     <connection>
260         <sender>tocLV</sender>
261         <signal>selectionChanged(QListViewItem*)</signal>
262         <receiver>QTocDialogBase</receiver>
263         <slot>select_adaptor(QListViewItem*)</slot>
264     </connection>
265     <connection>
266         <sender>typeCO</sender>
267         <signal>activated(int)</signal>
268         <receiver>QTocDialogBase</receiver>
269         <slot>activate_adaptor(int)</slot>
270     </connection>
271     <connection>
272         <sender>updatePB</sender>
273         <signal>clicked()</signal>
274         <receiver>QTocDialogBase</receiver>
275         <slot>update_adaptor()</slot>
276     </connection>
277     <connection>
278         <sender>depthSL</sender>
279         <signal>valueChanged(int)</signal>
280         <receiver>QTocDialogBase</receiver>
281         <slot>depth_adaptor(int)</slot>
282     </connection>
283     <slot access="public">activate_adaptor(int)</slot>
284     <slot access="public">close_adaptor()</slot>
285     <slot access="public">depth_adaptor(int)</slot>
286     <slot access="public">select_adaptor(QListViewItem*)</slot>
287     <slot access="public">update_adaptor()</slot>
288 </connections>
289 </UI>