]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QTocDialog.ui
Some string(widget->text()) fixes. Weirdness
[lyx.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>357</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     <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>&amp;Update</string>
172                     </property>
173                 </widget>
174                 <spacer>
175                     <property>
176                         <name>name</name>
177                         <cstring>Spacer2</cstring>
178                     </property>
179                     <property stdset="1">
180                         <name>orientation</name>
181                         <enum>Horizontal</enum>
182                     </property>
183                     <property stdset="1">
184                         <name>sizeType</name>
185                         <enum>Expanding</enum>
186                     </property>
187                     <property>
188                         <name>sizeHint</name>
189                         <size>
190                             <width>20</width>
191                             <height>20</height>
192                         </size>
193                     </property>
194                 </spacer>
195                 <widget>
196                     <class>QPushButton</class>
197                     <property stdset="1">
198                         <name>name</name>
199                         <cstring>closePB</cstring>
200                     </property>
201                     <property stdset="1">
202                         <name>text</name>
203                         <string>&amp;Close</string>
204                     </property>
205                     <property stdset="1">
206                         <name>default</name>
207                         <bool>true</bool>
208                     </property>
209                 </widget>
210             </hbox>
211         </widget>
212     </vbox>
213 </widget>
214 <connections>
215     <connection>
216         <sender>tocLV</sender>
217         <signal>selectionChanged(QListViewItem*)</signal>
218         <receiver>QTocDialogBase</receiver>
219         <slot>select_adaptor(QListViewItem*)</slot>
220     </connection>
221     <connection>
222         <sender>typeCO</sender>
223         <signal>activated(int)</signal>
224         <receiver>QTocDialogBase</receiver>
225         <slot>activate_adaptor(int)</slot>
226     </connection>
227     <connection>
228         <sender>updatePB</sender>
229         <signal>clicked()</signal>
230         <receiver>QTocDialogBase</receiver>
231         <slot>update_adaptor()</slot>
232     </connection>
233     <connection>
234         <sender>depthSL</sender>
235         <signal>valueChanged(int)</signal>
236         <receiver>QTocDialogBase</receiver>
237         <slot>depth_adaptor(int)</slot>
238     </connection>
239     <slot access="public">activate_adaptor(int)</slot>
240     <slot access="public">close_adaptor()</slot>
241     <slot access="public">depth_adaptor(int)</slot>
242     <slot access="public">select_adaptor(QListViewItem*)</slot>
243     <slot access="public">update_adaptor()</slot>
244 </connections>
245 </UI>