]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/BiblioUi.ui
Merge branch 'master' into biblatex2
[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>475</width>
10     <height>394</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_3">
17    <item row="0" column="0">
18     <widget class="QGroupBox" name="CiteStyleBG">
19      <property name="title">
20       <string>Citation Style</string>
21      </property>
22      <property name="flat">
23       <bool>true</bool>
24      </property>
25      <layout class="QGridLayout" name="gridLayout">
26       <item row="0" column="0">
27        <layout class="QHBoxLayout">
28         <property name="spacing">
29          <number>6</number>
30         </property>
31         <property name="leftMargin">
32          <number>0</number>
33         </property>
34         <property name="topMargin">
35          <number>0</number>
36         </property>
37         <property name="rightMargin">
38          <number>0</number>
39         </property>
40         <property name="bottomMargin">
41          <number>0</number>
42         </property>
43         <item>
44          <widget class="QLabel" name="citeEngineLA">
45           <property name="toolTip">
46            <string/>
47           </property>
48           <property name="text">
49            <string>Sty&amp;le engine:</string>
50           </property>
51           <property name="buddy">
52            <cstring>citeEngineCO</cstring>
53           </property>
54          </widget>
55         </item>
56         <item>
57          <widget class="QComboBox" name="citeEngineCO">
58           <property name="toolTip">
59            <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>
60           </property>
61          </widget>
62         </item>
63         <item>
64          <widget class="QLabel" name="citationStyleL">
65           <property name="enabled">
66            <bool>false</bool>
67           </property>
68           <property name="text">
69            <string>&amp;Variant:</string>
70           </property>
71           <property name="buddy">
72            <cstring>citeStyleCO</cstring>
73           </property>
74          </widget>
75         </item>
76         <item>
77          <widget class="QComboBox" name="citeStyleCO">
78           <property name="enabled">
79            <bool>false</bool>
80           </property>
81           <property name="sizePolicy">
82            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
83             <horstretch>0</horstretch>
84             <verstretch>0</verstretch>
85            </sizepolicy>
86           </property>
87           <property name="toolTip">
88            <string>Provides available cite style variants.</string>
89           </property>
90          </widget>
91         </item>
92        </layout>
93       </item>
94       <item row="0" column="1">
95        <spacer>
96         <property name="orientation">
97          <enum>Qt::Horizontal</enum>
98         </property>
99         <property name="sizeHint" stdset="0">
100          <size>
101           <width>40</width>
102           <height>20</height>
103          </size>
104         </property>
105        </spacer>
106       </item>
107      </layout>
108     </widget>
109    </item>
110    <item row="1" column="0">
111     <widget class="QGroupBox" name="BiblioStyleBG">
112      <property name="title">
113       <string>Bibliography Style</string>
114      </property>
115      <property name="flat">
116       <bool>true</bool>
117      </property>
118      <layout class="QGridLayout" name="gridLayout_1">
119       <item row="1" column="0">
120        <widget class="QCheckBox" name="bibtopicCB">
121         <property name="toolTip">
122          <string>Select this if you want to split your bibliography into sections</string>
123         </property>
124         <property name="text">
125          <string>S&amp;ectioned bibliography</string>
126         </property>
127        </widget>
128       </item>
129       <item row="0" column="0">
130        <layout class="QHBoxLayout" name="horizontalLayout_1">
131         <item>
132          <widget class="QLabel" name="bibtexStyleLA">
133           <property name="text">
134            <string>Default BibTeX st&amp;yle:</string>
135           </property>
136           <property name="buddy">
137            <cstring>defaultBiblioCO</cstring>
138           </property>
139          </widget>
140         </item>
141         <item>
142          <widget class="QComboBox" name="defaultBiblioCO">
143           <property name="toolTip">
144            <string>Here, you can define a BibTeX style that is suggested in the BibTeX dialog by default</string>
145           </property>
146           <property name="editable">
147            <bool>true</bool>
148           </property>
149          </widget>
150         </item>
151         <item>
152          <widget class="QPushButton" name="rescanBibliosPB">
153           <property name="toolTip">
154            <string>Rescan style files</string>
155           </property>
156           <property name="text">
157            <string>Re&amp;scan</string>
158           </property>
159          </widget>
160         </item>
161         <item>
162          <widget class="QPushButton" name="resetDefaultBiblioPB">
163           <property name="toolTip">
164            <string>Reset to the preset default</string>
165           </property>
166           <property name="text">
167            <string>&amp;Reset</string>
168           </property>
169          </widget>
170         </item>
171        </layout>
172       </item>
173       <item row="0" column="1">
174        <spacer name="horizontalSpacer_2">
175         <property name="orientation">
176          <enum>Qt::Horizontal</enum>
177         </property>
178         <property name="sizeHint" stdset="0">
179          <size>
180           <width>40</width>
181           <height>20</height>
182          </size>
183         </property>
184        </spacer>
185       </item>
186      </layout>
187     </widget>
188    </item>
189    <item row="2" column="0">
190     <widget class="QGroupBox" name="bibtexGB">
191      <property name="toolTip">
192       <string>Here you can define an alternative program to or specific options of BibTeX.</string>
193      </property>
194      <property name="title">
195       <string>Bibliography Generation</string>
196      </property>
197      <property name="flat">
198       <bool>true</bool>
199      </property>
200      <layout class="QGridLayout" name="gridLayout_2">
201       <item row="0" column="0">
202        <layout class="QHBoxLayout" name="horizontalLayout">
203         <item>
204          <widget class="QLabel" name="bibtexLA">
205           <property name="text">
206            <string>&amp;Processor:</string>
207           </property>
208           <property name="buddy">
209            <cstring>bibtexCO</cstring>
210           </property>
211          </widget>
212         </item>
213         <item>
214          <widget class="QComboBox" name="bibtexCO">
215           <property name="toolTip">
216            <string>Select a processor</string>
217           </property>
218          </widget>
219         </item>
220        </layout>
221       </item>
222       <item row="0" column="1" rowspan="2">
223        <spacer name="horizontalSpacer">
224         <property name="orientation">
225          <enum>Qt::Horizontal</enum>
226         </property>
227         <property name="sizeHint" stdset="0">
228          <size>
229           <width>183</width>
230           <height>20</height>
231          </size>
232         </property>
233        </spacer>
234       </item>
235       <item row="1" column="0">
236        <layout class="QHBoxLayout" name="horizontalLayout_2">
237         <item>
238          <widget class="QLabel" name="bibtexOptionsLA">
239           <property name="text">
240            <string>Op&amp;tions:</string>
241           </property>
242           <property name="buddy">
243            <cstring>bibtexOptionsLE</cstring>
244           </property>
245          </widget>
246         </item>
247         <item>
248          <widget class="QLineEdit" name="bibtexOptionsLE">
249           <property name="toolTip">
250            <string>Define options such as --min-crossrefs (see the documentation of BibTeX)</string>
251           </property>
252          </widget>
253         </item>
254        </layout>
255       </item>
256      </layout>
257     </widget>
258    </item>
259    <item row="3" column="0">
260     <spacer>
261      <property name="orientation">
262       <enum>Qt::Vertical</enum>
263      </property>
264      <property name="sizeType">
265       <enum>QSizePolicy::Expanding</enum>
266      </property>
267      <property name="sizeHint" stdset="0">
268       <size>
269        <width>20</width>
270        <height>20</height>
271       </size>
272      </property>
273     </spacer>
274    </item>
275   </layout>
276  </widget>
277  <includes>
278   <include location="local">qt_i18n.h</include>
279  </includes>
280  <resources/>
281  <connections/>
282 </ui>