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