]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/CitationUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / CitationUi.ui
1 <ui version="4.0">
2  <class>CitationUi</class>
3  <widget class="QDialog" name="CitationUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>622</width>
9     <height>696</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <property name="sizeGripEnabled">
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout">
19    <item row="0" column="0" colspan="3">
20     <layout class="QHBoxLayout">
21      <property name="spacing">
22       <number>6</number>
23      </property>
24      <property name="margin">
25       <number>0</number>
26      </property>
27      <item>
28       <widget class="QLabel" name="availableKeysLA">
29        <property name="text">
30         <string>A&amp;vailable Citations:</string>
31        </property>
32        <property name="buddy">
33         <cstring>availableLV</cstring>
34        </property>
35       </widget>
36      </item>
37      <item>
38       <spacer>
39        <property name="orientation">
40         <enum>Qt::Horizontal</enum>
41        </property>
42        <property name="sizeHint" stdset="0">
43         <size>
44          <width>71</width>
45          <height>20</height>
46         </size>
47        </property>
48       </spacer>
49      </item>
50      <item>
51       <widget class="QLabel" name="selectedKeysLA">
52        <property name="text">
53         <string>S&amp;elected Citations:</string>
54        </property>
55        <property name="buddy">
56         <cstring>selectedLV</cstring>
57        </property>
58       </widget>
59      </item>
60     </layout>
61    </item>
62    <item row="1" column="0" rowspan="5">
63     <widget class="QListView" name="availableLV">
64      <property name="editTriggers">
65       <set>QAbstractItemView::NoEditTriggers</set>
66      </property>
67     </widget>
68    </item>
69    <item row="1" column="1">
70     <widget class="QPushButton" name="addPB">
71      <property name="toolTip">
72       <string>Click or press Enter to add the selected citation to the list</string>
73      </property>
74      <property name="text">
75       <string>&amp;Add</string>
76      </property>
77      <property name="autoDefault">
78       <bool>false</bool>
79      </property>
80     </widget>
81    </item>
82    <item row="1" column="2" rowspan="5">
83     <widget class="QListView" name="selectedLV">
84      <property name="editTriggers">
85       <set>QAbstractItemView::NoEditTriggers</set>
86      </property>
87     </widget>
88    </item>
89    <item row="2" column="1">
90     <widget class="QPushButton" name="deletePB">
91      <property name="toolTip">
92       <string>Click or press Delete to delete the selected citation from the list</string>
93      </property>
94      <property name="text">
95       <string>&amp;Delete</string>
96      </property>
97      <property name="autoDefault">
98       <bool>false</bool>
99      </property>
100     </widget>
101    </item>
102    <item row="3" column="1">
103     <spacer>
104      <property name="orientation">
105       <enum>Qt::Vertical</enum>
106      </property>
107      <property name="sizeHint" stdset="0">
108       <size>
109        <width>77</width>
110        <height>71</height>
111       </size>
112      </property>
113     </spacer>
114    </item>
115    <item row="4" column="1">
116     <widget class="QPushButton" name="upPB">
117      <property name="sizePolicy">
118       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
119        <horstretch>0</horstretch>
120        <verstretch>0</verstretch>
121       </sizepolicy>
122      </property>
123      <property name="toolTip">
124       <string>Move the selected citation up (Ctrl-Up)</string>
125      </property>
126      <property name="text">
127       <string>&amp;Up</string>
128      </property>
129      <property name="icon">
130       <iconset>
131        <normaloff/>
132       </iconset>
133      </property>
134      <property name="autoDefault">
135       <bool>false</bool>
136      </property>
137     </widget>
138    </item>
139    <item row="5" column="1">
140     <widget class="QPushButton" name="downPB">
141      <property name="sizePolicy">
142       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
143        <horstretch>0</horstretch>
144        <verstretch>0</verstretch>
145       </sizepolicy>
146      </property>
147      <property name="toolTip">
148       <string>Move the selected citation down (Ctrl-Down)</string>
149      </property>
150      <property name="text">
151       <string>&amp;Down</string>
152      </property>
153      <property name="icon">
154       <iconset>
155        <normaloff/>
156       </iconset>
157      </property>
158      <property name="autoDefault">
159       <bool>false</bool>
160      </property>
161     </widget>
162    </item>
163    <item row="6" column="0" colspan="3">
164     <widget class="QTextEdit" name="infoML">
165      <property name="acceptDrops">
166       <bool>false</bool>
167      </property>
168      <property name="readOnly">
169       <bool>true</bool>
170      </property>
171     </widget>
172    </item>
173    <item row="7" column="0" colspan="3">
174     <widget class="QGroupBox" name="groupBox">
175      <property name="title">
176       <string>Search Citation</string>
177      </property>
178      <property name="flat">
179       <bool>true</bool>
180      </property>
181      <layout class="QGridLayout">
182       <property name="margin">
183        <number>9</number>
184       </property>
185       <property name="spacing">
186        <number>6</number>
187       </property>
188       <item row="0" column="0">
189        <widget class="QLabel" name="findKeysLA">
190         <property name="text">
191          <string>Searc&amp;h:</string>
192         </property>
193         <property name="alignment">
194          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
195         </property>
196         <property name="buddy">
197          <cstring>findLE</cstring>
198         </property>
199        </widget>
200       </item>
201       <item row="0" column="1" colspan="5">
202        <widget class="QLineEdit" name="findLE">
203         <property name="toolTip">
204          <string>Enter the text to search for and press Enter or click the button to search</string>
205         </property>
206         <property name="text">
207          <string/>
208         </property>
209        </widget>
210       </item>
211       <item row="0" column="6">
212        <widget class="QPushButton" name="searchPB">
213         <property name="enabled">
214          <bool>false</bool>
215         </property>
216         <property name="toolTip">
217          <string>Click or press Enter in the search box to search</string>
218         </property>
219         <property name="text">
220          <string>&amp;Search</string>
221         </property>
222         <property name="autoDefault">
223          <bool>false</bool>
224         </property>
225        </widget>
226       </item>
227       <item row="1" column="0">
228        <widget class="QLabel" name="fieldsLA">
229         <property name="text">
230          <string>Search field:</string>
231         </property>
232         <property name="buddy">
233          <cstring>fieldsCO</cstring>
234         </property>
235        </widget>
236       </item>
237       <item row="1" column="1">
238        <widget class="QComboBox" name="fieldsCO">
239         <property name="maxVisibleItems">
240          <number>16</number>
241         </property>
242         <property name="insertPolicy">
243          <enum>QComboBox::NoInsert</enum>
244         </property>
245         <property name="sizeAdjustPolicy">
246          <enum>QComboBox::AdjustToContents</enum>
247         </property>
248         <item>
249          <property name="text">
250           <string>All fields</string>
251          </property>
252         </item>
253        </widget>
254       </item>
255       <item row="1" column="2">
256        <spacer>
257         <property name="orientation">
258          <enum>Qt::Horizontal</enum>
259         </property>
260         <property name="sizeHint" stdset="0">
261          <size>
262           <width>40</width>
263           <height>20</height>
264          </size>
265         </property>
266        </spacer>
267       </item>
268       <item row="1" column="3" colspan="2">
269        <widget class="QCheckBox" name="regexCB">
270         <property name="text">
271          <string>Regular e&amp;xpression</string>
272         </property>
273        </widget>
274       </item>
275       <item row="1" column="5" colspan="2">
276        <widget class="QCheckBox" name="caseCB">
277         <property name="text">
278          <string>Case se&amp;nsitive</string>
279         </property>
280        </widget>
281       </item>
282       <item row="2" column="0">
283        <widget class="QLabel" name="entriesLA">
284         <property name="text">
285          <string>Entry types:</string>
286         </property>
287         <property name="buddy">
288          <cstring>entriesCO</cstring>
289         </property>
290        </widget>
291       </item>
292       <item row="2" column="1">
293        <widget class="QComboBox" name="entriesCO">
294         <property name="insertPolicy">
295          <enum>QComboBox::NoInsert</enum>
296         </property>
297         <property name="sizeAdjustPolicy">
298          <enum>QComboBox::AdjustToContents</enum>
299         </property>
300         <item>
301          <property name="text">
302           <string>All entry types</string>
303          </property>
304         </item>
305        </widget>
306       </item>
307       <item row="2" column="2">
308        <spacer>
309         <property name="orientation">
310          <enum>Qt::Horizontal</enum>
311         </property>
312         <property name="sizeHint" stdset="0">
313          <size>
314           <width>40</width>
315           <height>20</height>
316          </size>
317         </property>
318        </spacer>
319       </item>
320       <item row="2" column="5" colspan="2">
321        <widget class="QCheckBox" name="asTypeCB">
322         <property name="text">
323          <string>Search as you &amp;type</string>
324         </property>
325        </widget>
326       </item>
327      </layout>
328     </widget>
329    </item>
330    <item row="8" column="0" colspan="3">
331     <widget class="QGroupBox" name="styleGB">
332      <property name="title">
333       <string>Formatting</string>
334      </property>
335      <property name="flat">
336       <bool>true</bool>
337      </property>
338      <layout class="QGridLayout">
339       <item row="0" column="0">
340        <widget class="QLabel" name="citationStyleLA">
341         <property name="text">
342          <string>Citation st&amp;yle:</string>
343         </property>
344         <property name="buddy">
345          <cstring>citationStyleCO</cstring>
346         </property>
347        </widget>
348       </item>
349       <item row="0" column="1" colspan="3">
350        <widget class="QComboBox" name="citationStyleCO">
351         <property name="toolTip">
352          <string>Natbib citation style to use</string>
353         </property>
354        </widget>
355       </item>
356       <item row="1" column="0">
357        <widget class="QLabel" name="textBeforeLA">
358         <property name="text">
359          <string>Text &amp;before:</string>
360         </property>
361         <property name="buddy">
362          <cstring>textBeforeED</cstring>
363         </property>
364        </widget>
365       </item>
366       <item row="1" column="1">
367        <widget class="QLineEdit" name="textBeforeED">
368         <property name="toolTip">
369          <string>Text to place before citation</string>
370         </property>
371        </widget>
372       </item>
373       <item row="1" column="2">
374        <widget class="QLabel" name="textAfterLA">
375         <property name="text">
376          <string>Text a&amp;fter:</string>
377         </property>
378         <property name="buddy">
379          <cstring>textAfterED</cstring>
380         </property>
381        </widget>
382       </item>
383       <item row="1" column="3">
384        <widget class="QLineEdit" name="textAfterED">
385         <property name="toolTip">
386          <string>Text to place after citation</string>
387         </property>
388        </widget>
389       </item>
390       <item row="2" column="0" colspan="4">
391        <layout class="QHBoxLayout">
392         <property name="spacing">
393          <number>6</number>
394         </property>
395         <property name="margin">
396          <number>0</number>
397         </property>
398         <item>
399          <spacer>
400           <property name="orientation">
401            <enum>Qt::Horizontal</enum>
402           </property>
403           <property name="sizeHint" stdset="0">
404            <size>
405             <width>21</width>
406             <height>20</height>
407            </size>
408           </property>
409          </spacer>
410         </item>
411         <item>
412          <widget class="QCheckBox" name="fulllistCB">
413           <property name="toolTip">
414            <string>List all authors</string>
415           </property>
416           <property name="text">
417            <string>Full aut&amp;hor list</string>
418           </property>
419          </widget>
420         </item>
421         <item>
422          <widget class="QCheckBox" name="forceuppercaseCB">
423           <property name="toolTip">
424            <string>Force upper case in citation</string>
425           </property>
426           <property name="text">
427            <string>Force u&amp;pper case</string>
428           </property>
429          </widget>
430         </item>
431        </layout>
432       </item>
433      </layout>
434     </widget>
435    </item>
436    <item row="9" column="0" colspan="3">
437     <layout class="QHBoxLayout">
438      <property name="spacing">
439       <number>6</number>
440      </property>
441      <property name="margin">
442       <number>0</number>
443      </property>
444      <item>
445       <widget class="QPushButton" name="restorePB">
446        <property name="text">
447         <string>&amp;Restore</string>
448        </property>
449        <property name="autoDefault">
450         <bool>false</bool>
451        </property>
452       </widget>
453      </item>
454      <item>
455       <spacer>
456        <property name="orientation">
457         <enum>Qt::Horizontal</enum>
458        </property>
459        <property name="sizeHint" stdset="0">
460         <size>
461          <width>40</width>
462          <height>20</height>
463         </size>
464        </property>
465       </spacer>
466      </item>
467      <item>
468       <widget class="QPushButton" name="okPB">
469        <property name="text">
470         <string>&amp;OK</string>
471        </property>
472        <property name="autoDefault">
473         <bool>false</bool>
474        </property>
475        <property name="default">
476         <bool>false</bool>
477        </property>
478       </widget>
479      </item>
480      <item>
481       <widget class="QPushButton" name="applyPB">
482        <property name="text">
483         <string>App&amp;ly</string>
484        </property>
485        <property name="autoDefault">
486         <bool>false</bool>
487        </property>
488       </widget>
489      </item>
490      <item>
491       <widget class="QPushButton" name="cancelPB">
492        <property name="text">
493         <string>&amp;Cancel</string>
494        </property>
495        <property name="autoDefault">
496         <bool>false</bool>
497        </property>
498       </widget>
499      </item>
500     </layout>
501    </item>
502   </layout>
503   <zorder>infoML</zorder>
504   <zorder>styleGB</zorder>
505   <zorder>groupBox</zorder>
506  </widget>
507  <tabstops>
508   <tabstop>availableLV</tabstop>
509   <tabstop>selectedLV</tabstop>
510   <tabstop>addPB</tabstop>
511   <tabstop>deletePB</tabstop>
512   <tabstop>upPB</tabstop>
513   <tabstop>downPB</tabstop>
514   <tabstop>findLE</tabstop>
515   <tabstop>searchPB</tabstop>
516   <tabstop>fieldsCO</tabstop>
517   <tabstop>entriesCO</tabstop>
518   <tabstop>regexCB</tabstop>
519   <tabstop>caseCB</tabstop>
520   <tabstop>asTypeCB</tabstop>
521   <tabstop>citationStyleCO</tabstop>
522   <tabstop>textBeforeED</tabstop>
523   <tabstop>textAfterED</tabstop>
524   <tabstop>fulllistCB</tabstop>
525   <tabstop>forceuppercaseCB</tabstop>
526   <tabstop>restorePB</tabstop>
527   <tabstop>okPB</tabstop>
528   <tabstop>applyPB</tabstop>
529   <tabstop>cancelPB</tabstop>
530   <tabstop>infoML</tabstop>
531  </tabstops>
532  <includes>
533   <include location="local">qt_i18n.h</include>
534  </includes>
535  <resources/>
536  <connections/>
537 </ui>