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