]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BiblioUi.ui
Fix output of en- and em-dashes with TeX fonts
[lyx.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>534</width>
10     <height>482</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 format:</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 format approaches (such as natbib) that respectively provide support for specific citation 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>Biblatex &amp;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>Subdivided bibli&amp;ography</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       <item row="3" column="0">
338        <layout class="QHBoxLayout" name="horizontalLayout_8">
339         <item>
340          <widget class="QLabel" name="bibunitsLA">
341           <property name="text">
342            <string>&amp;Multiple bibliographies:</string>
343           </property>
344           <property name="buddy">
345            <cstring>bibunitsCO</cstring>
346           </property>
347          </widget>
348         </item>
349         <item>
350          <widget class="QComboBox" name="bibunitsCO">
351           <property name="sizePolicy">
352            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
353             <horstretch>0</horstretch>
354             <verstretch>0</verstretch>
355            </sizepolicy>
356           </property>
357           <property name="toolTip">
358            <string>Generate a bibliography per defined unit.</string>
359           </property>
360          </widget>
361         </item>
362        </layout>
363       </item>
364      </layout>
365     </widget>
366    </item>
367    <item row="2" column="0">
368     <widget class="QGroupBox" name="bibtexGB">
369      <property name="sizePolicy">
370       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
371        <horstretch>0</horstretch>
372        <verstretch>0</verstretch>
373       </sizepolicy>
374      </property>
375      <property name="toolTip">
376       <string>Here you can define an alternative program to or specific options of BibTeX.</string>
377      </property>
378      <property name="title">
379       <string>Bibliography Generation</string>
380      </property>
381      <property name="flat">
382       <bool>true</bool>
383      </property>
384      <layout class="QGridLayout" name="gridLayout_2">
385       <item row="0" column="0">
386        <layout class="QHBoxLayout" name="horizontalLayout">
387         <item>
388          <widget class="QLabel" name="bibtexLA">
389           <property name="text">
390            <string>&amp;Processor:</string>
391           </property>
392           <property name="buddy">
393            <cstring>bibtexCO</cstring>
394           </property>
395          </widget>
396         </item>
397         <item>
398          <widget class="QComboBox" name="bibtexCO">
399           <property name="toolTip">
400            <string>Select a processor</string>
401           </property>
402          </widget>
403         </item>
404        </layout>
405       </item>
406       <item row="0" column="1">
407        <spacer name="horizontalSpacer">
408         <property name="orientation">
409          <enum>Qt::Horizontal</enum>
410         </property>
411         <property name="sizeHint" stdset="0">
412          <size>
413           <width>183</width>
414           <height>20</height>
415          </size>
416         </property>
417        </spacer>
418       </item>
419       <item row="1" column="0" colspan="2">
420        <layout class="QHBoxLayout" name="horizontalLayout_2">
421         <item>
422          <widget class="QLabel" name="bibtexOptionsLA">
423           <property name="text">
424            <string>Op&amp;tions:</string>
425           </property>
426           <property name="buddy">
427            <cstring>bibtexOptionsLE</cstring>
428           </property>
429          </widget>
430         </item>
431         <item>
432          <widget class="QLineEdit" name="bibtexOptionsLE">
433           <property name="sizePolicy">
434            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
435             <horstretch>0</horstretch>
436             <verstretch>0</verstretch>
437            </sizepolicy>
438           </property>
439           <property name="toolTip">
440            <string>Define options such as --min-crossrefs (see the documentation of BibTeX)</string>
441           </property>
442          </widget>
443         </item>
444        </layout>
445       </item>
446      </layout>
447     </widget>
448    </item>
449    <item row="3" column="0">
450     <spacer>
451      <property name="orientation">
452       <enum>Qt::Vertical</enum>
453      </property>
454      <property name="sizeType">
455       <enum>QSizePolicy::Expanding</enum>
456      </property>
457      <property name="sizeHint" stdset="0">
458       <size>
459        <width>20</width>
460        <height>20</height>
461       </size>
462      </property>
463     </spacer>
464    </item>
465   </layout>
466  </widget>
467  <includes>
468   <include location="local">qt_i18n.h</include>
469  </includes>
470  <resources/>
471  <connections/>
472 </ui>