]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/CitationUi.ui
fec600dff06b6badf039ec5bc832d7d017f3d909
[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>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          <widget class="QLabel" name="citationStyleLA">
268           <property name="text">
269            <string>Citation st&amp;yle:</string>
270           </property>
271           <property name="buddy">
272            <cstring>citationStyleCO</cstring>
273           </property>
274          </widget>
275         </item>
276         <item>
277          <widget class="QComboBox" name="citationStyleCO">
278           <property name="toolTip">
279            <string>Natbib citation style to use</string>
280           </property>
281          </widget>
282         </item>
283        </layout>
284       </item>
285       <item row="1" column="0">
286        <layout class="QHBoxLayout" name="horizontalLayout_4">
287         <item>
288          <widget class="QLabel" name="textBeforeLA">
289           <property name="text">
290            <string>Text &amp;before:</string>
291           </property>
292           <property name="buddy">
293            <cstring>textBeforeED</cstring>
294           </property>
295          </widget>
296         </item>
297         <item>
298          <widget class="QLineEdit" name="textBeforeED">
299           <property name="toolTip">
300            <string>Text to place before citation</string>
301           </property>
302          </widget>
303         </item>
304         <item>
305          <widget class="QLabel" name="textAfterLA">
306           <property name="text">
307            <string>&amp;Text after:</string>
308           </property>
309           <property name="buddy">
310            <cstring>textAfterED</cstring>
311           </property>
312          </widget>
313         </item>
314         <item>
315          <widget class="QLineEdit" name="textAfterED">
316           <property name="toolTip">
317            <string>Text to place after citation</string>
318           </property>
319          </widget>
320         </item>
321        </layout>
322       </item>
323       <item row="2" column="0">
324        <layout class="QHBoxLayout">
325         <property name="spacing">
326          <number>6</number>
327         </property>
328         <property name="leftMargin">
329          <number>0</number>
330         </property>
331         <property name="topMargin">
332          <number>0</number>
333         </property>
334         <property name="rightMargin">
335          <number>0</number>
336         </property>
337         <property name="bottomMargin">
338          <number>0</number>
339         </property>
340         <item>
341          <spacer>
342           <property name="orientation">
343            <enum>Qt::Horizontal</enum>
344           </property>
345           <property name="sizeHint" stdset="0">
346            <size>
347             <width>21</width>
348             <height>26</height>
349            </size>
350           </property>
351          </spacer>
352         </item>
353         <item>
354          <widget class="QCheckBox" name="forceuppercaseCB">
355           <property name="toolTip">
356            <string>Force upper case in citation</string>
357           </property>
358           <property name="text">
359            <string>Force upcas&amp;ing</string>
360           </property>
361          </widget>
362         </item>
363         <item>
364          <widget class="QCheckBox" name="fulllistCB">
365           <property name="toolTip">
366            <string>List all authors</string>
367           </property>
368           <property name="text">
369            <string>All aut&amp;hors</string>
370           </property>
371          </widget>
372         </item>
373        </layout>
374       </item>
375      </layout>
376     </widget>
377    </item>
378    <item row="3" column="0">
379     <layout class="QHBoxLayout">
380      <property name="spacing">
381       <number>6</number>
382      </property>
383      <property name="leftMargin">
384       <number>0</number>
385      </property>
386      <property name="topMargin">
387       <number>0</number>
388      </property>
389      <property name="rightMargin">
390       <number>0</number>
391      </property>
392      <property name="bottomMargin">
393       <number>0</number>
394      </property>
395      <item>
396       <widget class="QPushButton" name="restorePB">
397        <property name="text">
398         <string>&amp;Restore</string>
399        </property>
400        <property name="autoDefault">
401         <bool>false</bool>
402        </property>
403       </widget>
404      </item>
405      <item>
406       <spacer>
407        <property name="orientation">
408         <enum>Qt::Horizontal</enum>
409        </property>
410        <property name="sizeHint" stdset="0">
411         <size>
412          <width>40</width>
413          <height>20</height>
414         </size>
415        </property>
416       </spacer>
417      </item>
418      <item>
419       <widget class="QPushButton" name="okPB">
420        <property name="text">
421         <string>&amp;OK</string>
422        </property>
423        <property name="autoDefault">
424         <bool>false</bool>
425        </property>
426        <property name="default">
427         <bool>false</bool>
428        </property>
429       </widget>
430      </item>
431      <item>
432       <widget class="QPushButton" name="applyPB">
433        <property name="text">
434         <string>App&amp;ly</string>
435        </property>
436        <property name="autoDefault">
437         <bool>false</bool>
438        </property>
439       </widget>
440      </item>
441      <item>
442       <widget class="QPushButton" name="cancelPB">
443        <property name="text">
444         <string>&amp;Cancel</string>
445        </property>
446        <property name="autoDefault">
447         <bool>false</bool>
448        </property>
449       </widget>
450      </item>
451     </layout>
452    </item>
453   </layout>
454  </widget>
455  <tabstops>
456   <tabstop>fieldsCO</tabstop>
457   <tabstop>entriesCO</tabstop>
458   <tabstop>searchOptionsPB</tabstop>
459   <tabstop>availableLV</tabstop>
460   <tabstop>selectedLV</tabstop>
461   <tabstop>addPB</tabstop>
462   <tabstop>deletePB</tabstop>
463   <tabstop>upPB</tabstop>
464   <tabstop>downPB</tabstop>
465   <tabstop>citationStyleCO</tabstop>
466   <tabstop>textBeforeED</tabstop>
467   <tabstop>textAfterED</tabstop>
468   <tabstop>forceuppercaseCB</tabstop>
469   <tabstop>fulllistCB</tabstop>
470   <tabstop>restorePB</tabstop>
471   <tabstop>okPB</tabstop>
472   <tabstop>applyPB</tabstop>
473   <tabstop>cancelPB</tabstop>
474   <tabstop>infoML</tabstop>
475  </tabstops>
476  <includes>
477   <include location="local">qt_i18n.h</include>
478  </includes>
479  <resources/>
480  <connections/>
481 </ui>