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