]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/QTocDialog.ui
65c8a4d4631e8cc13f6177357f13dc7c66de3746
[features.git] / src / frontends / qt2 / ui / QTocDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QTocDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">gettext.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>369</width>
17             <height>313</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Table Of Contents</string>
23     </property>
24     <vbox>
25         <property stdset="1">
26             <name>margin</name>
27             <number>11</number>
28         </property>
29         <property stdset="1">
30             <name>spacing</name>
31             <number>6</number>
32         </property>
33         <widget>
34             <class>QListView</class>
35             <column>
36                 <property>
37                     <name>text</name>
38                     <string>Table Of Contents</string>
39                 </property>
40                 <property>
41                     <name>clickable</name>
42                     <bool>true</bool>
43                 </property>
44                 <property>
45                     <name>resizeable</name>
46                     <bool>true</bool>
47                 </property>
48             </column>
49             <property stdset="1">
50                 <name>name</name>
51                 <cstring>tocLV</cstring>
52             </property>
53         </widget>
54         <widget>
55             <class>QSlider</class>
56             <property stdset="1">
57                 <name>name</name>
58                 <cstring>depthSL</cstring>
59             </property>
60             <property stdset="1">
61                 <name>orientation</name>
62                 <enum>Horizontal</enum>
63             </property>
64             <property stdset="1">
65                 <name>maxValue</name>
66                 <number>5</number>
67             </property>
68             <property stdset="1">
69                 <name>pageStep</name>
70                 <number>1</number>
71             </property>
72         </widget>
73         <widget>
74             <class>QLayoutWidget</class>
75             <property stdset="1">
76                 <name>name</name>
77                 <cstring>Layout39</cstring>
78             </property>
79             <hbox>
80                 <property stdset="1">
81                     <name>margin</name>
82                     <number>0</number>
83                 </property>
84                 <property stdset="1">
85                     <name>spacing</name>
86                     <number>6</number>
87                 </property>
88                 <spacer>
89                     <property>
90                         <name>name</name>
91                         <cstring>Spacer11</cstring>
92                     </property>
93                     <property stdset="1">
94                         <name>orientation</name>
95                         <enum>Horizontal</enum>
96                     </property>
97                     <property stdset="1">
98                         <name>sizeType</name>
99                         <enum>Expanding</enum>
100                     </property>
101                     <property>
102                         <name>sizeHint</name>
103                         <size>
104                             <width>20</width>
105                             <height>20</height>
106                         </size>
107                     </property>
108                 </spacer>
109                 <widget>
110                     <class>QLabel</class>
111                     <property stdset="1">
112                         <name>name</name>
113                         <cstring>typeLA</cstring>
114                     </property>
115                     <property stdset="1">
116                         <name>text</name>
117                         <string>&amp;Type</string>
118                     </property>
119                     <property>
120                         <name>buddy</name>
121                         <cstring>typeCO</cstring>
122                     </property>
123                 </widget>
124                 <widget>
125                     <class>QComboBox</class>
126                     <item>
127                         <property>
128                             <name>text</name>
129                             <string>Table of Contents</string>
130                         </property>
131                     </item>
132                     <item>
133                         <property>
134                             <name>text</name>
135                             <string>List of Figures</string>
136                         </property>
137                     </item>
138                     <item>
139                         <property>
140                             <name>text</name>
141                             <string>List of Tables</string>
142                         </property>
143                     </item>
144                     <item>
145                         <property>
146                             <name>text</name>
147                             <string>List of Algorithms</string>
148                         </property>
149                     </item>
150                     <property stdset="1">
151                         <name>name</name>
152                         <cstring>typeCO</cstring>
153                     </property>
154                 </widget>
155                 <widget>
156                     <class>QPushButton</class>
157                     <property stdset="1">
158                         <name>name</name>
159                         <cstring>updatePB</cstring>
160                     </property>
161                     <property stdset="1">
162                         <name>text</name>
163                         <string>&amp;Update</string>
164                     </property>
165                 </widget>
166                 <widget>
167                     <class>QPushButton</class>
168                     <property stdset="1">
169                         <name>name</name>
170                         <cstring>closePB</cstring>
171                     </property>
172                     <property stdset="1">
173                         <name>text</name>
174                         <string>&amp;Close</string>
175                     </property>
176                     <property stdset="1">
177                         <name>default</name>
178                         <bool>true</bool>
179                     </property>
180                 </widget>
181             </hbox>
182         </widget>
183     </vbox>
184 </widget>
185 <connections>
186     <connection>
187         <sender>tocLV</sender>
188         <signal>selectionChanged(QListViewItem*)</signal>
189         <receiver>QTocDialogBase</receiver>
190         <slot>select_adaptor(QListViewItem*)</slot>
191     </connection>
192     <connection>
193         <sender>typeCO</sender>
194         <signal>activated(int)</signal>
195         <receiver>QTocDialogBase</receiver>
196         <slot>activate_adaptor(int)</slot>
197     </connection>
198     <connection>
199         <sender>updatePB</sender>
200         <signal>clicked()</signal>
201         <receiver>QTocDialogBase</receiver>
202         <slot>update_adaptor()</slot>
203     </connection>
204     <connection>
205         <sender>closePB</sender>
206         <signal>clicked()</signal>
207         <receiver>QTocDialogBase</receiver>
208         <slot>close_adaptor()</slot>
209     </connection>
210     <connection>
211         <sender>depthSL</sender>
212         <signal>valueChanged(int)</signal>
213         <receiver>QTocDialogBase</receiver>
214         <slot>depth_adaptor(int)</slot>
215     </connection>
216     <slot access="public">activate_adaptor(int)</slot>
217     <slot access="public">close_adaptor()</slot>
218     <slot access="public">depth_adaptor(int)</slot>
219     <slot access="public">select_adaptor(QListViewItem*)</slot>
220     <slot access="public">update_adaptor()</slot>
221 </connections>
222 </UI>