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