]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QTexinfoDialogBase.ui
Code cleanup of \bigl related stuff:
[lyx.git] / src / frontends / qt3 / ui / QTexinfoDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QTexinfoDialogBase</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>QTexinfoDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>267</width>
17             <height>290</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>Layout1</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>QComboBox</class>
54                     <item>
55                         <property>
56                             <name>text</name>
57                             <string>LaTeX classes</string>
58                         </property>
59                     </item>
60                     <item>
61                         <property>
62                             <name>text</name>
63                             <string>LaTeX styles</string>
64                         </property>
65                     </item>
66                     <item>
67                         <property>
68                             <name>text</name>
69                             <string>BibTeX styles</string>
70                         </property>
71                     </item>
72                     <property stdset="1">
73                         <name>name</name>
74                         <cstring>whatStyle</cstring>
75                     </property>
76                     <property>
77                         <name>toolTip</name>
78                         <string>Selected classes or styles</string>
79                     </property>
80                 </widget>
81                 <spacer>
82                     <property>
83                         <name>name</name>
84                         <cstring>Spacer1</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                 <widget>
103                     <class>QCheckBox</class>
104                     <property stdset="1">
105                         <name>name</name>
106                         <cstring>path</cstring>
107                     </property>
108                     <property stdset="1">
109                         <name>text</name>
110                         <string>Show &amp;path</string>
111                     </property>
112                     <property>
113                         <name>toolTip</name>
114                         <string>Toggles view of the file list</string>
115                     </property>
116                 </widget>
117             </hbox>
118         </widget>
119         <widget>
120             <class>QListBox</class>
121             <item>
122                 <property>
123                     <name>text</name>
124                     <string>New Item</string>
125                 </property>
126             </item>
127             <property stdset="1">
128                 <name>name</name>
129                 <cstring>fileList</cstring>
130             </property>
131             <property>
132                 <name>toolTip</name>
133                 <string>Installed files</string>
134             </property>
135         </widget>
136         <widget>
137             <class>QLayoutWidget</class>
138             <property stdset="1">
139                 <name>name</name>
140                 <cstring>Layout3</cstring>
141             </property>
142             <hbox>
143                 <property stdset="1">
144                     <name>margin</name>
145                     <number>0</number>
146                 </property>
147                 <property stdset="1">
148                     <name>spacing</name>
149                     <number>6</number>
150                 </property>
151                 <spacer>
152                     <property>
153                         <name>name</name>
154                         <cstring>Spacer5</cstring>
155                     </property>
156                     <property stdset="1">
157                         <name>orientation</name>
158                         <enum>Horizontal</enum>
159                     </property>
160                     <property stdset="1">
161                         <name>sizeType</name>
162                         <enum>Expanding</enum>
163                     </property>
164                     <property>
165                         <name>sizeHint</name>
166                         <size>
167                             <width>20</width>
168                             <height>20</height>
169                         </size>
170                     </property>
171                 </spacer>
172                 <widget>
173                     <class>QPushButton</class>
174                     <property stdset="1">
175                         <name>name</name>
176                         <cstring>rescanPB</cstring>
177                     </property>
178                     <property stdset="1">
179                         <name>text</name>
180                         <string>&amp;Rescan</string>
181                     </property>
182                     <property>
183                         <name>toolTip</name>
184                         <string>Rebuild the file lists</string>
185                     </property>
186                 </widget>
187                 <widget>
188                     <class>QPushButton</class>
189                     <property stdset="1">
190                         <name>name</name>
191                         <cstring>viewPB</cstring>
192                     </property>
193                     <property stdset="1">
194                         <name>enabled</name>
195                         <bool>false</bool>
196                     </property>
197                     <property stdset="1">
198                         <name>text</name>
199                         <string>&amp;View</string>
200                     </property>
201                     <property>
202                         <name>toolTip</name>
203                         <string>Show contents of marked file. Only possible when files are shown with path</string>
204                     </property>
205                 </widget>
206             </hbox>
207         </widget>
208         <widget>
209             <class>QLayoutWidget</class>
210             <property stdset="1">
211                 <name>name</name>
212                 <cstring>Layout2</cstring>
213             </property>
214             <hbox>
215                 <property stdset="1">
216                     <name>margin</name>
217                     <number>0</number>
218                 </property>
219                 <property stdset="1">
220                     <name>spacing</name>
221                     <number>6</number>
222                 </property>
223                 <spacer>
224                     <property>
225                         <name>name</name>
226                         <cstring>Spacer4</cstring>
227                     </property>
228                     <property stdset="1">
229                         <name>orientation</name>
230                         <enum>Horizontal</enum>
231                     </property>
232                     <property stdset="1">
233                         <name>sizeType</name>
234                         <enum>Expanding</enum>
235                     </property>
236                     <property>
237                         <name>sizeHint</name>
238                         <size>
239                             <width>20</width>
240                             <height>20</height>
241                         </size>
242                     </property>
243                 </spacer>
244                 <widget>
245                     <class>QPushButton</class>
246                     <property stdset="1">
247                         <name>name</name>
248                         <cstring>closePB</cstring>
249                     </property>
250                     <property stdset="1">
251                         <name>text</name>
252                         <string>&amp;Close</string>
253                     </property>
254                     <property>
255                         <name>toolTip</name>
256                         <string>Close this dialog</string>
257                     </property>
258                 </widget>
259             </hbox>
260         </widget>
261     </vbox>
262 </widget>
263 <connections>
264     <connection>
265         <sender>viewPB</sender>
266         <signal>clicked()</signal>
267         <receiver>QTexinfoDialogBase</receiver>
268         <slot>viewClicked()</slot>
269     </connection>
270     <connection>
271         <sender>whatStyle</sender>
272         <signal>activated(const QString&amp;)</signal>
273         <receiver>QTexinfoDialogBase</receiver>
274         <slot>enableViewPB()</slot>
275     </connection>
276     <connection>
277         <sender>whatStyle</sender>
278         <signal>activated(int)</signal>
279         <receiver>QTexinfoDialogBase</receiver>
280         <slot>update()</slot>
281     </connection>
282     <connection>
283         <sender>path</sender>
284         <signal>stateChanged(int)</signal>
285         <receiver>QTexinfoDialogBase</receiver>
286         <slot>update()</slot>
287     </connection>
288     <connection>
289         <sender>rescanPB</sender>
290         <signal>clicked()</signal>
291         <receiver>QTexinfoDialogBase</receiver>
292         <slot>enableViewPB()</slot>
293     </connection>
294     <connection>
295         <sender>rescanPB</sender>
296         <signal>clicked()</signal>
297         <receiver>QTexinfoDialogBase</receiver>
298         <slot>rescanClicked()</slot>
299     </connection>
300     <connection>
301         <sender>fileList</sender>
302         <signal>highlighted(QListBoxItem*)</signal>
303         <receiver>QTexinfoDialogBase</receiver>
304         <slot>enableViewPB()</slot>
305     </connection>
306     <slot access="protected">enableViewPB()</slot>
307     <slot access="protected">rescanClicked()</slot>
308     <slot access="protected">update()</slot>
309     <slot access="protected">viewClicked()</slot>
310 </connections>
311 <tabstops>
312     <tabstop>whatStyle</tabstop>
313     <tabstop>path</tabstop>
314     <tabstop>fileList</tabstop>
315     <tabstop>rescanPB</tabstop>
316     <tabstop>viewPB</tabstop>
317     <tabstop>closePB</tabstop>
318 </tabstops>
319 </UI>