]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QBibtexDialogBase.ui
Code cleanup of \bigl related stuff:
[lyx.git] / src / frontends / qt3 / ui / QBibtexDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QBibtexDialogBase</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>QBibtexDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>352</width>
17             <height>313</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     <grid>
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 row="4"  column="0"  rowspan="1"  colspan="2" >
38             <class>QLabel</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>styleLA</cstring>
42             </property>
43             <property stdset="1">
44                 <name>sizePolicy</name>
45                 <sizepolicy>
46                     <hsizetype>1</hsizetype>
47                     <vsizetype>0</vsizetype>
48                 </sizepolicy>
49             </property>
50             <property stdset="1">
51                 <name>text</name>
52                 <string>St&amp;yle</string>
53             </property>
54             <property>
55                 <name>buddy</name>
56                 <cstring>styleCB</cstring>
57             </property>
58             <property>
59                 <name>toolTip</name>
60                 <string>The BibTeX style</string>
61             </property>
62         </widget>
63         <widget row="8"  column="0"  rowspan="1"  colspan="3" >
64             <class>QLayoutWidget</class>
65             <property stdset="1">
66                 <name>name</name>
67                 <cstring>Layout8</cstring>
68             </property>
69             <hbox>
70                 <property stdset="1">
71                     <name>margin</name>
72                     <number>0</number>
73                 </property>
74                 <property stdset="1">
75                     <name>spacing</name>
76                     <number>6</number>
77                 </property>
78                 <spacer>
79                     <property>
80                         <name>name</name>
81                         <cstring>Spacer1</cstring>
82                     </property>
83                     <property stdset="1">
84                         <name>orientation</name>
85                         <enum>Horizontal</enum>
86                     </property>
87                     <property stdset="1">
88                         <name>sizeType</name>
89                         <enum>Expanding</enum>
90                     </property>
91                     <property>
92                         <name>sizeHint</name>
93                         <size>
94                             <width>20</width>
95                             <height>20</height>
96                         </size>
97                     </property>
98                 </spacer>
99                 <widget>
100                     <class>QPushButton</class>
101                     <property stdset="1">
102                         <name>name</name>
103                         <cstring>okPB</cstring>
104                     </property>
105                     <property stdset="1">
106                         <name>text</name>
107                         <string>&amp;OK</string>
108                     </property>
109                     <property stdset="1">
110                         <name>autoDefault</name>
111                         <bool>false</bool>
112                     </property>
113                     <property stdset="1">
114                         <name>default</name>
115                         <bool>true</bool>
116                     </property>
117                 </widget>
118                 <widget>
119                     <class>QPushButton</class>
120                     <property stdset="1">
121                         <name>name</name>
122                         <cstring>closePB</cstring>
123                     </property>
124                     <property stdset="1">
125                         <name>text</name>
126                         <string>Cancel</string>
127                     </property>
128                     <property stdset="1">
129                         <name>autoDefault</name>
130                         <bool>false</bool>
131                     </property>
132                 </widget>
133             </hbox>
134         </widget>
135         <widget row="0"  column="0"  rowspan="1"  colspan="3" >
136             <class>QLabel</class>
137             <property stdset="1">
138                 <name>name</name>
139                 <cstring>databaseLA</cstring>
140             </property>
141             <property stdset="1">
142                 <name>sizePolicy</name>
143                 <sizepolicy>
144                     <hsizetype>1</hsizetype>
145                     <vsizetype>0</vsizetype>
146                 </sizepolicy>
147             </property>
148             <property stdset="1">
149                 <name>text</name>
150                 <string>Databa&amp;ses</string>
151             </property>
152             <property stdset="1">
153                 <name>alignment</name>
154                 <set>AlignTop|AlignLeft</set>
155             </property>
156             <property>
157                 <name>buddy</name>
158                 <cstring>databaseLB</cstring>
159             </property>
160             <property>
161                 <name>toolTip</name>
162                 <string>BibTeX database to use</string>
163             </property>
164             <property>
165                 <name>vAlign</name>
166             </property>
167         </widget>
168         <widget row="1"  column="0"  rowspan="3"  colspan="2" >
169             <class>QListBox</class>
170             <property stdset="1">
171                 <name>name</name>
172                 <cstring>databaseLB</cstring>
173             </property>
174             <property stdset="1">
175                 <name>enabled</name>
176                 <bool>true</bool>
177             </property>
178             <property>
179                 <name>toolTip</name>
180                 <string>Selected BibTeX databases</string>
181             </property>
182         </widget>
183         <widget row="1"  column="2" >
184             <class>QPushButton</class>
185             <property stdset="1">
186                 <name>name</name>
187                 <cstring>addBibPB</cstring>
188             </property>
189             <property stdset="1">
190                 <name>text</name>
191                 <string>&amp;Add...</string>
192             </property>
193             <property>
194                 <name>toolTip</name>
195                 <string>Add a BibTeX database file</string>
196             </property>
197         </widget>
198         <widget row="2"  column="2" >
199             <class>QPushButton</class>
200             <property stdset="1">
201                 <name>name</name>
202                 <cstring>deletePB</cstring>
203             </property>
204             <property stdset="1">
205                 <name>text</name>
206                 <string>&amp;Delete</string>
207             </property>
208             <property>
209                 <name>toolTip</name>
210                 <string>Remove the selected database</string>
211             </property>
212         </widget>
213         <spacer row="3"  column="2"  rowspan="2"  colspan="1" >
214             <property>
215                 <name>name</name>
216                 <cstring>Spacer5</cstring>
217             </property>
218             <property stdset="1">
219                 <name>orientation</name>
220                 <enum>Vertical</enum>
221             </property>
222             <property stdset="1">
223                 <name>sizeType</name>
224                 <enum>Expanding</enum>
225             </property>
226             <property>
227                 <name>sizeHint</name>
228                 <size>
229                     <width>20</width>
230                     <height>20</height>
231                 </size>
232             </property>
233         </spacer>
234         <widget row="5"  column="0"  rowspan="1"  colspan="2" >
235             <class>QComboBox</class>
236             <property stdset="1">
237                 <name>name</name>
238                 <cstring>styleCB</cstring>
239             </property>
240             <property stdset="1">
241                 <name>editable</name>
242                 <bool>true</bool>
243             </property>
244             <property stdset="1">
245                 <name>autoCompletion</name>
246                 <bool>true</bool>
247             </property>
248             <property stdset="1">
249                 <name>duplicatesEnabled</name>
250                 <bool>false</bool>
251             </property>
252             <property>
253                 <name>toolTip</name>
254                 <string>Choose a style file</string>
255             </property>
256         </widget>
257         <widget row="5"  column="2" >
258             <class>QPushButton</class>
259             <property stdset="1">
260                 <name>name</name>
261                 <cstring>stylePB</cstring>
262             </property>
263             <property stdset="1">
264                 <name>text</name>
265                 <string>&amp;Browse...</string>
266             </property>
267             <property stdset="1">
268                 <name>autoDefault</name>
269                 <bool>false</bool>
270             </property>
271             <property>
272                 <name>toolTip</name>
273                 <string>Choose a style file</string>
274             </property>
275         </widget>
276         <spacer row="6"  column="2"  rowspan="2"  colspan="1" >
277             <property>
278                 <name>name</name>
279                 <cstring>Spacer6</cstring>
280             </property>
281             <property stdset="1">
282                 <name>orientation</name>
283                 <enum>Vertical</enum>
284             </property>
285             <property stdset="1">
286                 <name>sizeType</name>
287                 <enum>Expanding</enum>
288             </property>
289             <property>
290                 <name>sizeHint</name>
291                 <size>
292                     <width>20</width>
293                     <height>20</height>
294                 </size>
295             </property>
296         </spacer>
297         <widget row="6"  column="1" >
298             <class>QComboBox</class>
299             <item>
300                 <property>
301                     <name>text</name>
302                     <string>all cited references</string>
303                 </property>
304             </item>
305             <item>
306                 <property>
307                     <name>text</name>
308                     <string>all uncited references</string>
309                 </property>
310             </item>
311             <item>
312                 <property>
313                     <name>text</name>
314                     <string>all references</string>
315                 </property>
316             </item>
317             <property stdset="1">
318                 <name>name</name>
319                 <cstring>btPrintCO</cstring>
320             </property>
321             <property>
322                 <name>toolTip</name>
323                 <string>This bibliography section contains...</string>
324             </property>
325         </widget>
326         <widget row="6"  column="0" >
327             <class>QLabel</class>
328             <property stdset="1">
329                 <name>name</name>
330                 <cstring>btPrintLA</cstring>
331             </property>
332             <property stdset="1">
333                 <name>sizePolicy</name>
334                 <sizepolicy>
335                     <hsizetype>1</hsizetype>
336                     <vsizetype>0</vsizetype>
337                 </sizepolicy>
338             </property>
339             <property stdset="1">
340                 <name>text</name>
341                 <string>&amp;Content:</string>
342             </property>
343             <property>
344                 <name>buddy</name>
345                 <cstring>styleCB</cstring>
346             </property>
347             <property>
348                 <name>toolTip</name>
349                 <string>This bibliography section contains...</string>
350             </property>
351         </widget>
352         <widget row="7"  column="0"  rowspan="1"  colspan="2" >
353             <class>QCheckBox</class>
354             <property stdset="1">
355                 <name>name</name>
356                 <cstring>bibtocCB</cstring>
357             </property>
358             <property stdset="1">
359                 <name>text</name>
360                 <string>Add bibliography to &amp;TOC</string>
361             </property>
362             <property>
363                 <name>toolTip</name>
364                 <string>Add bibliography to the table of contents</string>
365             </property>
366         </widget>
367     </grid>
368 </widget>
369 <connections>
370     <connection>
371         <sender>stylePB</sender>
372         <signal>clicked()</signal>
373         <receiver>QBibtexDialogBase</receiver>
374         <slot>browsePressed()</slot>
375     </connection>
376     <connection>
377         <sender>deletePB</sender>
378         <signal>clicked()</signal>
379         <receiver>QBibtexDialogBase</receiver>
380         <slot>deletePressed()</slot>
381     </connection>
382     <connection>
383         <sender>styleCB</sender>
384         <signal>textChanged(const QString&amp;)</signal>
385         <receiver>QBibtexDialogBase</receiver>
386         <slot>change_adaptor()</slot>
387     </connection>
388     <connection>
389         <sender>databaseLB</sender>
390         <signal>selectionChanged()</signal>
391         <receiver>QBibtexDialogBase</receiver>
392         <slot>databaseChanged()</slot>
393     </connection>
394     <connection>
395         <sender>bibtocCB</sender>
396         <signal>toggled(bool)</signal>
397         <receiver>QBibtexDialogBase</receiver>
398         <slot>change_adaptor()</slot>
399     </connection>
400     <connection>
401         <sender>btPrintCO</sender>
402         <signal>activated(int)</signal>
403         <receiver>QBibtexDialogBase</receiver>
404         <slot>change_adaptor()</slot>
405     </connection>
406     <connection>
407         <sender>addBibPB</sender>
408         <signal>clicked()</signal>
409         <receiver>QBibtexDialogBase</receiver>
410         <slot>addPressed()</slot>
411     </connection>
412     <slot access="public">addPressed()</slot>
413     <slot access="public">browsePressed()</slot>
414     <slot access="public">change_adaptor()</slot>
415     <slot access="public">databaseChanged()</slot>
416     <slot access="public">deletePressed()</slot>
417 </connections>
418 <tabstops>
419     <tabstop>databaseLB</tabstop>
420     <tabstop>addBibPB</tabstop>
421     <tabstop>deletePB</tabstop>
422     <tabstop>styleCB</tabstop>
423     <tabstop>stylePB</tabstop>
424     <tabstop>bibtocCB</tabstop>
425     <tabstop>btPrintCO</tabstop>
426     <tabstop>okPB</tabstop>
427     <tabstop>closePB</tabstop>
428 </tabstops>
429 </UI>