]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/QTocDialog.ui
TOC dialog is back
[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>361</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>QLayoutWidget</class>
35             <property stdset="1">
36                 <name>name</name>
37                 <cstring>Layout3</cstring>
38             </property>
39             <hbox>
40                 <property stdset="1">
41                     <name>margin</name>
42                     <number>0</number>
43                 </property>
44                 <property stdset="1">
45                     <name>spacing</name>
46                     <number>6</number>
47                 </property>
48                 <widget>
49                     <class>QLabel</class>
50                     <property stdset="1">
51                         <name>name</name>
52                         <cstring>typeLA</cstring>
53                     </property>
54                     <property stdset="1">
55                         <name>text</name>
56                         <string>&amp;Type</string>
57                     </property>
58                     <property>
59                         <name>buddy</name>
60                         <cstring>typeCO</cstring>
61                     </property>
62                 </widget>
63                 <widget>
64                     <class>QComboBox</class>
65                     <property stdset="1">
66                         <name>name</name>
67                         <cstring>typeCO</cstring>
68                     </property>
69                     <property stdset="1">
70                         <name>sizePolicy</name>
71                         <sizepolicy>
72                             <hsizetype>3</hsizetype>
73                             <vsizetype>0</vsizetype>
74                         </sizepolicy>
75                     </property>
76                 </widget>
77                 <spacer>
78                     <property>
79                         <name>name</name>
80                         <cstring>Spacer3</cstring>
81                     </property>
82                     <property stdset="1">
83                         <name>orientation</name>
84                         <enum>Horizontal</enum>
85                     </property>
86                     <property stdset="1">
87                         <name>sizeType</name>
88                         <enum>Expanding</enum>
89                     </property>
90                     <property>
91                         <name>sizeHint</name>
92                         <size>
93                             <width>20</width>
94                             <height>20</height>
95                         </size>
96                     </property>
97                 </spacer>
98             </hbox>
99         </widget>
100         <widget>
101             <class>QListView</class>
102             <column>
103                 <property>
104                     <name>text</name>
105                     <string>Contents list</string>
106                 </property>
107                 <property>
108                     <name>clickable</name>
109                     <bool>true</bool>
110                 </property>
111                 <property>
112                     <name>resizeable</name>
113                     <bool>true</bool>
114                 </property>
115             </column>
116             <property stdset="1">
117                 <name>name</name>
118                 <cstring>tocLV</cstring>
119             </property>
120         </widget>
121         <widget>
122             <class>QSlider</class>
123             <property stdset="1">
124                 <name>name</name>
125                 <cstring>depthSL</cstring>
126             </property>
127             <property stdset="1">
128                 <name>maxValue</name>
129                 <number>5</number>
130             </property>
131             <property stdset="1">
132                 <name>pageStep</name>
133                 <number>1</number>
134             </property>
135             <property stdset="1">
136                 <name>orientation</name>
137                 <enum>Horizontal</enum>
138             </property>
139         </widget>
140         <widget>
141             <class>QLayoutWidget</class>
142             <property stdset="1">
143                 <name>name</name>
144                 <cstring>Layout2</cstring>
145             </property>
146             <hbox>
147                 <property stdset="1">
148                     <name>margin</name>
149                     <number>0</number>
150                 </property>
151                 <property stdset="1">
152                     <name>spacing</name>
153                     <number>6</number>
154                 </property>
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                 <spacer>
167                     <property>
168                         <name>name</name>
169                         <cstring>Spacer2</cstring>
170                     </property>
171                     <property stdset="1">
172                         <name>orientation</name>
173                         <enum>Horizontal</enum>
174                     </property>
175                     <property stdset="1">
176                         <name>sizeType</name>
177                         <enum>Expanding</enum>
178                     </property>
179                     <property>
180                         <name>sizeHint</name>
181                         <size>
182                             <width>20</width>
183                             <height>20</height>
184                         </size>
185                     </property>
186                 </spacer>
187                 <widget>
188                     <class>QPushButton</class>
189                     <property stdset="1">
190                         <name>name</name>
191                         <cstring>closePB</cstring>
192                     </property>
193                     <property stdset="1">
194                         <name>text</name>
195                         <string>&amp;Close</string>
196                     </property>
197                     <property stdset="1">
198                         <name>default</name>
199                         <bool>true</bool>
200                     </property>
201                 </widget>
202             </hbox>
203         </widget>
204     </vbox>
205 </widget>
206 <connections>
207     <connection>
208         <sender>tocLV</sender>
209         <signal>selectionChanged(QListViewItem*)</signal>
210         <receiver>QTocDialogBase</receiver>
211         <slot>select_adaptor(QListViewItem*)</slot>
212     </connection>
213     <connection>
214         <sender>typeCO</sender>
215         <signal>activated(int)</signal>
216         <receiver>QTocDialogBase</receiver>
217         <slot>activate_adaptor(int)</slot>
218     </connection>
219     <connection>
220         <sender>updatePB</sender>
221         <signal>clicked()</signal>
222         <receiver>QTocDialogBase</receiver>
223         <slot>update_adaptor()</slot>
224     </connection>
225     <connection>
226         <sender>depthSL</sender>
227         <signal>valueChanged(int)</signal>
228         <receiver>QTocDialogBase</receiver>
229         <slot>depth_adaptor(int)</slot>
230     </connection>
231     <slot access="public">activate_adaptor(int)</slot>
232     <slot access="public">close_adaptor()</slot>
233     <slot access="public">depth_adaptor(int)</slot>
234     <slot access="public">select_adaptor(QListViewItem*)</slot>
235     <slot access="public">update_adaptor()</slot>
236 </connections>
237 </UI>