]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/BiblioUi.ui
Basic support for natbib & jurabib options
[features.git] / src / frontends / qt4 / ui / BiblioUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BiblioUi</class>
4  <widget class="QWidget" name="BiblioUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>545</width>
10     <height>481</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_4">
17    <item row="0" column="0">
18     <widget class="QGroupBox" name="CiteStyleBG">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="title">
26       <string>Citation Style</string>
27      </property>
28      <property name="flat">
29       <bool>true</bool>
30      </property>
31      <layout class="QGridLayout" name="gridLayout">
32       <item row="0" column="0">
33        <layout class="QHBoxLayout">
34         <property name="spacing">
35          <number>6</number>
36         </property>
37         <property name="leftMargin">
38          <number>0</number>
39         </property>
40         <property name="topMargin">
41          <number>0</number>
42         </property>
43         <property name="rightMargin">
44          <number>0</number>
45         </property>
46         <property name="bottomMargin">
47          <number>0</number>
48         </property>
49         <item>
50          <widget class="QLabel" name="citeEngineLA">
51           <property name="toolTip">
52            <string/>
53           </property>
54           <property name="text">
55            <string>Sty&amp;le engine:</string>
56           </property>
57           <property name="buddy">
58            <cstring>citeEngineCO</cstring>
59           </property>
60          </widget>
61         </item>
62         <item>
63          <widget class="QComboBox" name="citeEngineCO">
64           <property name="toolTip">
65            <string>A selection of different style engines (such as natbib) that respectively provide support for specific citytion and bibliography styles. Expand to get more information.</string>
66           </property>
67          </widget>
68         </item>
69         <item>
70          <widget class="QLabel" name="citationStyleL">
71           <property name="enabled">
72            <bool>false</bool>
73           </property>
74           <property name="text">
75            <string>&amp;Variant:</string>
76           </property>
77           <property name="buddy">
78            <cstring>citeStyleCO</cstring>
79           </property>
80          </widget>
81         </item>
82         <item>
83          <widget class="QComboBox" name="citeStyleCO">
84           <property name="enabled">
85            <bool>false</bool>
86           </property>
87           <property name="sizePolicy">
88            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
89             <horstretch>0</horstretch>
90             <verstretch>0</verstretch>
91            </sizepolicy>
92           </property>
93           <property name="toolTip">
94            <string>Provides available cite style variants.</string>
95           </property>
96          </widget>
97         </item>
98        </layout>
99       </item>
100       <item row="0" column="1">
101        <spacer>
102         <property name="orientation">
103          <enum>Qt::Horizontal</enum>
104         </property>
105         <property name="sizeHint" stdset="0">
106          <size>
107           <width>40</width>
108           <height>20</height>
109          </size>
110         </property>
111        </spacer>
112       </item>
113       <item row="1" column="0" colspan="2">
114        <layout class="QHBoxLayout" name="horizontalLayout_7">
115         <item>
116          <widget class="QLabel" name="citePackageOptionsL">
117           <property name="text">
118            <string>Opt&amp;ions:</string>
119           </property>
120           <property name="buddy">
121            <cstring>citePackageOptionsLE</cstring>
122           </property>
123          </widget>
124         </item>
125         <item>
126          <widget class="QLineEdit" name="citePackageOptionsLE">
127           <property name="sizePolicy">
128            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
129             <horstretch>0</horstretch>
130             <verstretch>0</verstretch>
131            </sizepolicy>
132           </property>
133           <property name="toolTip">
134            <string>Here you can enter further options of the bibliography package</string>
135           </property>
136          </widget>
137         </item>
138        </layout>
139       </item>
140       <item row="2" column="0" colspan="2">
141        <layout class="QHBoxLayout" name="horizontalLayout_5">
142         <item>
143          <widget class="QLabel" name="biblatexCbxLA">
144           <property name="sizePolicy">
145            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
146             <horstretch>0</horstretch>
147             <verstretch>0</verstretch>
148            </sizepolicy>
149           </property>
150           <property name="toolTip">
151            <string/>
152           </property>
153           <property name="text">
154            <string>&amp;Biblatex citation style:</string>
155           </property>
156           <property name="buddy">
157            <cstring>biblatexCbxCO</cstring>
158           </property>
159          </widget>
160         </item>
161         <item>
162          <widget class="QComboBox" name="biblatexCbxCO">
163           <property name="toolTip">
164            <string>The style that determines the layout of the citations</string>
165           </property>
166           <property name="editable">
167            <bool>true</bool>
168           </property>
169          </widget>
170         </item>
171         <item>
172          <widget class="QPushButton" name="resetCbxPB">
173           <property name="sizePolicy">
174            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
175             <horstretch>0</horstretch>
176             <verstretch>0</verstretch>
177            </sizepolicy>
178           </property>
179           <property name="toolTip">
180            <string>Reset to the preset default</string>
181           </property>
182           <property name="text">
183            <string>Rese&amp;t</string>
184           </property>
185          </widget>
186         </item>
187        </layout>
188       </item>
189      </layout>
190     </widget>
191    </item>
192    <item row="1" column="0">
193     <widget class="QGroupBox" name="BiblioStyleBG">
194      <property name="sizePolicy">
195       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
196        <horstretch>0</horstretch>
197        <verstretch>0</verstretch>
198       </sizepolicy>
199      </property>
200      <property name="title">
201       <string>Bibliography Style</string>
202      </property>
203      <property name="flat">
204       <bool>true</bool>
205      </property>
206      <layout class="QGridLayout" name="gridLayout_3">
207       <item row="0" column="0">
208        <layout class="QHBoxLayout" name="horizontalLayout_4">
209         <item>
210          <widget class="QLabel" name="biblatexBbxLA">
211           <property name="toolTip">
212            <string/>
213           </property>
214           <property name="text">
215            <string>Biblate&amp;x bibliography style:</string>
216           </property>
217           <property name="buddy">
218            <cstring>biblatexBbxCO</cstring>
219           </property>
220          </widget>
221         </item>
222         <item>
223          <widget class="QComboBox" name="biblatexBbxCO">
224           <property name="sizePolicy">
225            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
226             <horstretch>0</horstretch>
227             <verstretch>0</verstretch>
228            </sizepolicy>
229           </property>
230           <property name="toolTip">
231            <string>The style that determines the layout of the biblatex-generated bibliography</string>
232           </property>
233           <property name="editable">
234            <bool>true</bool>
235           </property>
236          </widget>
237         </item>
238         <item>
239          <widget class="QPushButton" name="resetBbxPB">
240           <property name="toolTip">
241            <string>Reset to the preset default</string>
242           </property>
243           <property name="text">
244            <string>R&amp;eset</string>
245           </property>
246          </widget>
247         </item>
248         <item>
249          <widget class="QPushButton" name="matchBbxPB">
250           <property name="toolTip">
251            <string>Match biblatex bibliography with citation style</string>
252           </property>
253           <property name="text">
254            <string>&amp;Match</string>
255           </property>
256          </widget>
257         </item>
258        </layout>
259       </item>
260       <item row="1" column="0">
261        <layout class="QHBoxLayout" name="horizontalLayout_3">
262         <item>
263          <widget class="QLabel" name="bibtexStyleLA">
264           <property name="text">
265            <string>Default BibTeX st&amp;yle:</string>
266           </property>
267           <property name="buddy">
268            <cstring>defaultBiblioCO</cstring>
269           </property>
270          </widget>
271         </item>
272         <item>
273          <widget class="QComboBox" name="defaultBiblioCO">
274           <property name="sizePolicy">
275            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
276             <horstretch>0</horstretch>
277             <verstretch>0</verstretch>
278            </sizepolicy>
279           </property>
280           <property name="toolTip">
281            <string>Here, you can define a BibTeX style that is suggested in the BibTeX dialog by default</string>
282           </property>
283           <property name="editable">
284            <bool>true</bool>
285           </property>
286          </widget>
287         </item>
288         <item>
289          <widget class="QPushButton" name="resetDefaultBiblioPB">
290           <property name="toolTip">
291            <string>Reset to the preset default</string>
292           </property>
293           <property name="text">
294            <string>&amp;Reset</string>
295           </property>
296          </widget>
297         </item>
298        </layout>
299       </item>
300       <item row="2" column="0">
301        <layout class="QHBoxLayout" name="horizontalLayout_6">
302         <item>
303          <widget class="QCheckBox" name="bibtopicCB">
304           <property name="toolTip">
305            <string>Select this if you want to split your bibliography into sections</string>
306           </property>
307           <property name="text">
308            <string>Secti&amp;oned bibliography</string>
309           </property>
310          </widget>
311         </item>
312         <item>
313          <spacer name="horizontalSpacer_4">
314           <property name="orientation">
315            <enum>Qt::Horizontal</enum>
316           </property>
317           <property name="sizeHint" stdset="0">
318            <size>
319             <width>189</width>
320             <height>20</height>
321            </size>
322           </property>
323          </spacer>
324         </item>
325         <item>
326          <widget class="QPushButton" name="rescanBibliosPB">
327           <property name="toolTip">
328            <string>Rescan style files</string>
329           </property>
330           <property name="text">
331            <string>Re&amp;scan</string>
332           </property>
333          </widget>
334         </item>
335        </layout>
336       </item>
337      </layout>
338     </widget>
339    </item>
340    <item row="2" column="0">
341     <widget class="QGroupBox" name="bibtexGB">
342      <property name="sizePolicy">
343       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
344        <horstretch>0</horstretch>
345        <verstretch>0</verstretch>
346       </sizepolicy>
347      </property>
348      <property name="toolTip">
349       <string>Here you can define an alternative program to or specific options of BibTeX.</string>
350      </property>
351      <property name="title">
352       <string>Bibliography Generation</string>
353      </property>
354      <property name="flat">
355       <bool>true</bool>
356      </property>
357      <layout class="QGridLayout" name="gridLayout_2">
358       <item row="0" column="0">
359        <layout class="QHBoxLayout" name="horizontalLayout">
360         <item>
361          <widget class="QLabel" name="bibtexLA">
362           <property name="text">
363            <string>&amp;Processor:</string>
364           </property>
365           <property name="buddy">
366            <cstring>bibtexCO</cstring>
367           </property>
368          </widget>
369         </item>
370         <item>
371          <widget class="QComboBox" name="bibtexCO">
372           <property name="toolTip">
373            <string>Select a processor</string>
374           </property>
375          </widget>
376         </item>
377        </layout>
378       </item>
379       <item row="0" column="1">
380        <spacer name="horizontalSpacer">
381         <property name="orientation">
382          <enum>Qt::Horizontal</enum>
383         </property>
384         <property name="sizeHint" stdset="0">
385          <size>
386           <width>183</width>
387           <height>20</height>
388          </size>
389         </property>
390        </spacer>
391       </item>
392       <item row="1" column="0" colspan="2">
393        <layout class="QHBoxLayout" name="horizontalLayout_2">
394         <item>
395          <widget class="QLabel" name="bibtexOptionsLA">
396           <property name="text">
397            <string>Op&amp;tions:</string>
398           </property>
399           <property name="buddy">
400            <cstring>bibtexOptionsLE</cstring>
401           </property>
402          </widget>
403         </item>
404         <item>
405          <widget class="QLineEdit" name="bibtexOptionsLE">
406           <property name="sizePolicy">
407            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
408             <horstretch>0</horstretch>
409             <verstretch>0</verstretch>
410            </sizepolicy>
411           </property>
412           <property name="toolTip">
413            <string>Define options such as --min-crossrefs (see the documentation of BibTeX)</string>
414           </property>
415          </widget>
416         </item>
417        </layout>
418       </item>
419      </layout>
420     </widget>
421    </item>
422    <item row="3" column="0">
423     <spacer>
424      <property name="orientation">
425       <enum>Qt::Vertical</enum>
426      </property>
427      <property name="sizeType">
428       <enum>QSizePolicy::Expanding</enum>
429      </property>
430      <property name="sizeHint" stdset="0">
431       <size>
432        <width>20</width>
433        <height>20</height>
434       </size>
435      </property>
436     </spacer>
437    </item>
438   </layout>
439  </widget>
440  <includes>
441   <include location="local">qt_i18n.h</include>
442  </includes>
443  <resources/>
444  <connections/>
445 </ui>