]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/CitationUi.ui
Fix shortcut clash (bug #8878)
[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>449</width>
9     <height>487</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>Do&amp;wn</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="9" column="0" colspan="3">
164     <layout class="QHBoxLayout">
165      <property name="spacing">
166       <number>6</number>
167      </property>
168      <property name="margin">
169       <number>0</number>
170      </property>
171      <item>
172       <widget class="QPushButton" name="restorePB">
173        <property name="text">
174         <string>&amp;Restore</string>
175        </property>
176        <property name="autoDefault">
177         <bool>false</bool>
178        </property>
179       </widget>
180      </item>
181      <item>
182       <spacer>
183        <property name="orientation">
184         <enum>Qt::Horizontal</enum>
185        </property>
186        <property name="sizeHint" stdset="0">
187         <size>
188          <width>40</width>
189          <height>20</height>
190         </size>
191        </property>
192       </spacer>
193      </item>
194      <item>
195       <widget class="QPushButton" name="okPB">
196        <property name="text">
197         <string>&amp;OK</string>
198        </property>
199        <property name="autoDefault">
200         <bool>false</bool>
201        </property>
202        <property name="default">
203         <bool>false</bool>
204        </property>
205       </widget>
206      </item>
207      <item>
208       <widget class="QPushButton" name="applyPB">
209        <property name="text">
210         <string>App&amp;ly</string>
211        </property>
212        <property name="autoDefault">
213         <bool>false</bool>
214        </property>
215       </widget>
216      </item>
217      <item>
218       <widget class="QPushButton" name="cancelPB">
219        <property name="text">
220         <string>&amp;Cancel</string>
221        </property>
222        <property name="autoDefault">
223         <bool>false</bool>
224        </property>
225       </widget>
226      </item>
227     </layout>
228    </item>
229    <item row="6" column="0" colspan="3">
230     <widget class="QTextEdit" name="infoML">
231      <property name="acceptDrops">
232       <bool>false</bool>
233      </property>
234      <property name="readOnly">
235       <bool>true</bool>
236      </property>
237      <property name="maximumSize" >
238       <size>
239        <height>60</height>
240        <width>16777215</width>
241       </size>
242      </property>
243     </widget>
244    </item>
245    <item row="8" column="0" colspan="3">
246     <widget class="QGroupBox" name="styleGB">
247      <property name="title">
248       <string>Formatting</string>
249      </property>
250      <property name="flat">
251       <bool>true</bool>
252      </property>
253      <layout class="QGridLayout">
254       <item row="0" column="0">
255        <widget class="QLabel" name="citationStyleLA">
256         <property name="text">
257          <string>Citation st&amp;yle:</string>
258         </property>
259         <property name="buddy">
260          <cstring>citationStyleCO</cstring>
261         </property>
262        </widget>
263       </item>
264       <item row="0" column="1" colspan="3">
265        <widget class="QComboBox" name="citationStyleCO">
266         <property name="toolTip">
267          <string>Natbib citation style to use</string>
268         </property>
269        </widget>
270       </item>
271       <item row="1" column="0">
272        <widget class="QLabel" name="textBeforeLA">
273         <property name="text">
274          <string>Text &amp;before:</string>
275         </property>
276         <property name="buddy">
277          <cstring>textBeforeED</cstring>
278         </property>
279        </widget>
280       </item>
281       <item row="1" column="1">
282        <widget class="QLineEdit" name="textBeforeED">
283         <property name="toolTip">
284          <string>Text to place before citation</string>
285         </property>
286        </widget>
287       </item>
288       <item row="1" column="2">
289        <widget class="QLabel" name="textAfterLA">
290         <property name="text">
291          <string>Text a&amp;fter:</string>
292         </property>
293         <property name="buddy">
294          <cstring>textAfterED</cstring>
295         </property>
296        </widget>
297       </item>
298       <item row="1" column="3">
299        <widget class="QLineEdit" name="textAfterED">
300         <property name="toolTip">
301          <string>Text to place after citation</string>
302         </property>
303        </widget>
304       </item>
305       <item row="2" column="0" colspan="4">
306        <layout class="QHBoxLayout">
307         <property name="spacing">
308          <number>6</number>
309         </property>
310         <property name="margin">
311          <number>0</number>
312         </property>
313         <item>
314          <spacer>
315           <property name="orientation">
316            <enum>Qt::Horizontal</enum>
317           </property>
318           <property name="sizeHint" stdset="0">
319            <size>
320             <width>21</width>
321             <height>20</height>
322            </size>
323           </property>
324          </spacer>
325         </item>
326         <item>
327          <widget class="QCheckBox" name="fulllistCB">
328           <property name="toolTip">
329            <string>List all authors</string>
330           </property>
331           <property name="text">
332            <string>Full aut&amp;hor list</string>
333           </property>
334          </widget>
335         </item>
336         <item>
337          <widget class="QCheckBox" name="forceuppercaseCB">
338           <property name="toolTip">
339            <string>Force upper case in citation</string>
340           </property>
341           <property name="text">
342            <string>Force u&amp;pper case</string>
343           </property>
344          </widget>
345         </item>
346        </layout>
347       </item>
348      </layout>
349     </widget>
350    </item>
351    <item row="7" column="0" colspan="3">
352     <widget class="QGroupBox" name="groupBox">
353      <property name="title">
354       <string>Search Citation</string>
355      </property>
356      <property name="flat">
357       <bool>true</bool>
358      </property>
359      <layout class="QGridLayout">
360       <property name="margin">
361        <number>9</number>
362       </property>
363       <property name="spacing">
364        <number>6</number>
365       </property>
366       <item row="0" column="0">
367        <widget class="QLabel" name="findKeysLA">
368         <property name="text">
369          <string>Searc&amp;h:</string>
370         </property>
371         <property name="alignment">
372          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
373         </property>
374         <property name="buddy">
375          <cstring>findLE</cstring>
376         </property>
377        </widget>
378       </item>
379       <item row="0" column="1" colspan="5">
380        <widget class="QLineEdit" name="findLE">
381         <property name="toolTip">
382          <string>Enter the text to search for and press Enter or click the button to search</string>
383         </property>
384         <property name="text">
385          <string/>
386         </property>
387        </widget>
388       </item>
389       <item row="0" column="6">
390        <widget class="QPushButton" name="searchPB">
391         <property name="enabled">
392          <bool>false</bool>
393         </property>
394         <property name="toolTip">
395          <string>Click or press Enter in the search box to search</string>
396         </property>
397         <property name="text">
398          <string>&amp;Search</string>
399         </property>
400         <property name="autoDefault">
401          <bool>false</bool>
402         </property>
403        </widget>
404       </item>
405       <item row="1" column="0">
406        <widget class="QLabel" name="fieldsLA">
407         <property name="text">
408          <string>Search field:</string>
409         </property>
410         <property name="buddy">
411          <cstring>fieldsCO</cstring>
412         </property>
413        </widget>
414       </item>
415       <item row="1" column="1">
416        <widget class="QComboBox" name="fieldsCO">
417         <property name="maxVisibleItems">
418          <number>16</number>
419         </property>
420         <property name="insertPolicy">
421          <enum>QComboBox::NoInsert</enum>
422         </property>
423         <property name="sizeAdjustPolicy">
424          <enum>QComboBox::AdjustToContents</enum>
425         </property>
426         <item>
427          <property name="text">
428           <string>All fields</string>
429          </property>
430         </item>
431        </widget>
432       </item>
433       <item row="1" column="2">
434        <spacer>
435         <property name="orientation">
436          <enum>Qt::Horizontal</enum>
437         </property>
438         <property name="sizeHint" stdset="0">
439          <size>
440           <width>40</width>
441           <height>20</height>
442          </size>
443         </property>
444        </spacer>
445       </item>
446       <item row="1" column="3" colspan="2">
447        <widget class="QCheckBox" name="regexCB">
448         <property name="text">
449          <string>Regular e&amp;xpression</string>
450         </property>
451        </widget>
452       </item>
453       <item row="1" column="5" colspan="2">
454        <widget class="QCheckBox" name="caseCB">
455         <property name="text">
456          <string>Case se&amp;nsitive</string>
457         </property>
458        </widget>
459       </item>
460       <item row="2" column="0">
461        <widget class="QLabel" name="entriesLA">
462         <property name="text">
463          <string>Entry types:</string>
464         </property>
465         <property name="buddy">
466          <cstring>entriesCO</cstring>
467         </property>
468        </widget>
469       </item>
470       <item row="2" column="1">
471        <widget class="QComboBox" name="entriesCO">
472         <property name="insertPolicy">
473          <enum>QComboBox::NoInsert</enum>
474         </property>
475         <property name="sizeAdjustPolicy">
476          <enum>QComboBox::AdjustToContents</enum>
477         </property>
478         <item>
479          <property name="text">
480           <string>All entry types</string>
481          </property>
482         </item>
483        </widget>
484       </item>
485       <item row="2" column="2">
486        <spacer>
487         <property name="orientation">
488          <enum>Qt::Horizontal</enum>
489         </property>
490         <property name="sizeHint" stdset="0">
491          <size>
492           <width>40</width>
493           <height>20</height>
494          </size>
495         </property>
496        </spacer>
497       </item>
498       <item row="2" column="5" colspan="2">
499        <widget class="QCheckBox" name="asTypeCB">
500         <property name="text">
501          <string>Search as you &amp;type</string>
502         </property>
503        </widget>
504       </item>
505      </layout>
506     </widget>
507    </item>
508   </layout>
509   <zorder>availableLV</zorder>
510   <zorder>addPB</zorder>
511   <zorder>selectedLV</zorder>
512   <zorder>deletePB</zorder>
513   <zorder>upPB</zorder>
514   <zorder>downPB</zorder>
515   <zorder>infoML</zorder>
516   <zorder>styleGB</zorder>
517   <zorder>groupBox</zorder>
518  </widget>
519  <tabstops>
520   <tabstop>availableLV</tabstop>
521   <tabstop>addPB</tabstop>
522   <tabstop>deletePB</tabstop>
523   <tabstop>upPB</tabstop>
524   <tabstop>downPB</tabstop>
525   <tabstop>selectedLV</tabstop>
526   <tabstop>infoML</tabstop>
527   <tabstop>findLE</tabstop>
528   <tabstop>searchPB</tabstop>
529   <tabstop>fieldsCO</tabstop>
530   <tabstop>entriesCO</tabstop>
531   <tabstop>regexCB</tabstop>
532   <tabstop>caseCB</tabstop>
533   <tabstop>asTypeCB</tabstop>
534   <tabstop>citationStyleCO</tabstop>
535   <tabstop>textBeforeED</tabstop>
536   <tabstop>textAfterED</tabstop>
537   <tabstop>fulllistCB</tabstop>
538   <tabstop>forceuppercaseCB</tabstop>
539   <tabstop>restorePB</tabstop>
540   <tabstop>okPB</tabstop>
541   <tabstop>applyPB</tabstop>
542   <tabstop>cancelPB</tabstop>
543  </tabstops>
544  <includes>
545   <include location="local">qt_i18n.h</include>
546  </includes>
547  <resources/>
548  <connections/>
549 </ui>