]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BibtexUi.ui
Merge branch 'master' into biblatex2
[lyx.git] / src / frontends / qt4 / ui / BibtexUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BibtexUi</class>
4  <widget class="QDialog" name="BibtexUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>361</width>
10     <height>397</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">
20    <item row="0" column="0" colspan="2">
21     <widget class="QLabel" name="databaseLA">
22      <property name="sizePolicy">
23       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
24        <horstretch>0</horstretch>
25        <verstretch>0</verstretch>
26       </sizepolicy>
27      </property>
28      <property name="toolTip">
29       <string>BibTeX database to use</string>
30      </property>
31      <property name="text">
32       <string>Da&amp;tabases</string>
33      </property>
34      <property name="alignment">
35       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
36      </property>
37      <property name="buddy">
38       <cstring>databaseLW</cstring>
39      </property>
40     </widget>
41    </item>
42    <item row="1" column="0" rowspan="6" colspan="2">
43     <widget class="QListWidget" name="databaseLW"/>
44    </item>
45    <item row="1" column="2">
46     <widget class="QPushButton" name="addBibPB">
47      <property name="toolTip">
48       <string>Add a BibTeX database file</string>
49      </property>
50      <property name="text">
51       <string>&amp;Add...</string>
52      </property>
53     </widget>
54    </item>
55    <item row="2" column="2">
56     <widget class="QPushButton" name="deletePB">
57      <property name="toolTip">
58       <string>Remove the selected database</string>
59      </property>
60      <property name="text">
61       <string>&amp;Delete</string>
62      </property>
63     </widget>
64    </item>
65    <item row="3" column="2">
66     <widget class="QPushButton" name="upPB">
67      <property name="toolTip">
68       <string>Move the selected database upwards in the list</string>
69      </property>
70      <property name="text">
71       <string>&amp;Up</string>
72      </property>
73     </widget>
74    </item>
75    <item row="4" column="2">
76     <widget class="QPushButton" name="downPB">
77      <property name="toolTip">
78       <string>Move the selected database downwards in the list</string>
79      </property>
80      <property name="text">
81       <string>Do&amp;wn</string>
82      </property>
83     </widget>
84    </item>
85    <item row="5" column="2">
86     <spacer>
87      <property name="orientation">
88       <enum>Qt::Vertical</enum>
89      </property>
90      <property name="sizeType">
91       <enum>QSizePolicy::Expanding</enum>
92      </property>
93      <property name="sizeHint" stdset="0">
94       <size>
95        <width>77</width>
96        <height>16</height>
97       </size>
98      </property>
99     </spacer>
100    </item>
101    <item row="6" column="2" rowspan="2">
102     <widget class="QPushButton" name="rescanPB">
103      <property name="toolTip">
104       <string>Scan for new databases and styles</string>
105      </property>
106      <property name="text">
107       <string>&amp;Rescan</string>
108      </property>
109     </widget>
110    </item>
111    <item row="7" column="0">
112     <widget class="QLabel" name="styleLA">
113      <property name="sizePolicy">
114       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
115        <horstretch>0</horstretch>
116        <verstretch>0</verstretch>
117       </sizepolicy>
118      </property>
119      <property name="toolTip">
120       <string>The BibTeX style</string>
121      </property>
122      <property name="text">
123       <string>St&amp;yle</string>
124      </property>
125      <property name="buddy">
126       <cstring>styleCB</cstring>
127      </property>
128     </widget>
129    </item>
130    <item row="8" column="0" colspan="2">
131     <widget class="QComboBox" name="styleCB">
132      <property name="toolTip">
133       <string>Choose a style file</string>
134      </property>
135      <property name="editable">
136       <bool>true</bool>
137      </property>
138      <property name="autoCompletion">
139       <bool>true</bool>
140      </property>
141      <property name="duplicatesEnabled">
142       <bool>false</bool>
143      </property>
144     </widget>
145    </item>
146    <item row="8" column="2">
147     <widget class="QPushButton" name="stylePB">
148      <property name="toolTip">
149       <string>Choose a style file</string>
150      </property>
151      <property name="text">
152       <string>&amp;Browse...</string>
153      </property>
154      <property name="autoDefault">
155       <bool>false</bool>
156      </property>
157     </widget>
158    </item>
159    <item row="9" column="0">
160     <widget class="QLabel" name="btPrintLA">
161      <property name="sizePolicy">
162       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
163        <horstretch>0</horstretch>
164        <verstretch>0</verstretch>
165       </sizepolicy>
166      </property>
167      <property name="toolTip">
168       <string>This bibliography section contains...</string>
169      </property>
170      <property name="text">
171       <string>&amp;Content:</string>
172      </property>
173      <property name="buddy">
174       <cstring>btPrintCO</cstring>
175      </property>
176     </widget>
177    </item>
178    <item row="9" column="1">
179     <widget class="QComboBox" name="btPrintCO">
180      <property name="toolTip">
181       <string>This bibliography section contains...</string>
182      </property>
183      <item>
184       <property name="text">
185        <string>all cited references</string>
186       </property>
187      </item>
188      <item>
189       <property name="text">
190        <string>all uncited references</string>
191       </property>
192      </item>
193      <item>
194       <property name="text">
195        <string>all references</string>
196       </property>
197      </item>
198     </widget>
199    </item>
200    <item row="9" column="2" rowspan="2">
201     <spacer>
202      <property name="orientation">
203       <enum>Qt::Vertical</enum>
204      </property>
205      <property name="sizeType">
206       <enum>QSizePolicy::Expanding</enum>
207      </property>
208      <property name="sizeHint" stdset="0">
209       <size>
210        <width>20</width>
211        <height>20</height>
212       </size>
213      </property>
214     </spacer>
215    </item>
216    <item row="10" column="0" colspan="2">
217     <widget class="QCheckBox" name="bibtocCB">
218      <property name="toolTip">
219       <string>Add bibliography to the table of contents</string>
220      </property>
221      <property name="text">
222       <string>Add bibliography to &amp;TOC</string>
223      </property>
224     </widget>
225    </item>
226    <item row="11" column="0" colspan="3">
227     <layout class="QHBoxLayout" name="horizontalLayout">
228      <item>
229       <widget class="QLabel" name="biblatexOptsLA">
230        <property name="text">
231         <string>O&amp;ptions:</string>
232        </property>
233        <property name="buddy">
234         <cstring>biblatexOptsLE</cstring>
235        </property>
236       </widget>
237      </item>
238      <item>
239       <widget class="QLineEdit" name="biblatexOptsLE">
240        <property name="toolTip">
241         <string>Options to the biblatex bibliography command. See the biblatex manual for details.</string>
242        </property>
243       </widget>
244      </item>
245     </layout>
246    </item>
247    <item row="12" column="0" colspan="3">
248     <layout class="QHBoxLayout">
249      <property name="spacing">
250       <number>6</number>
251      </property>
252      <property name="leftMargin">
253       <number>0</number>
254      </property>
255      <property name="topMargin">
256       <number>0</number>
257      </property>
258      <property name="rightMargin">
259       <number>0</number>
260      </property>
261      <property name="bottomMargin">
262       <number>0</number>
263      </property>
264      <item>
265       <spacer>
266        <property name="orientation">
267         <enum>Qt::Horizontal</enum>
268        </property>
269        <property name="sizeType">
270         <enum>QSizePolicy::Expanding</enum>
271        </property>
272        <property name="sizeHint" stdset="0">
273         <size>
274          <width>20</width>
275          <height>20</height>
276         </size>
277        </property>
278       </spacer>
279      </item>
280      <item>
281       <widget class="QPushButton" name="okPB">
282        <property name="text">
283         <string>&amp;OK</string>
284        </property>
285        <property name="autoDefault">
286         <bool>false</bool>
287        </property>
288        <property name="default">
289         <bool>true</bool>
290        </property>
291       </widget>
292      </item>
293      <item>
294       <widget class="QPushButton" name="closePB">
295        <property name="text">
296         <string>Cancel</string>
297        </property>
298        <property name="autoDefault">
299         <bool>false</bool>
300        </property>
301       </widget>
302      </item>
303     </layout>
304    </item>
305   </layout>
306  </widget>
307  <tabstops>
308   <tabstop>addBibPB</tabstop>
309   <tabstop>deletePB</tabstop>
310   <tabstop>styleCB</tabstop>
311   <tabstop>stylePB</tabstop>
312   <tabstop>bibtocCB</tabstop>
313   <tabstop>btPrintCO</tabstop>
314   <tabstop>okPB</tabstop>
315   <tabstop>closePB</tabstop>
316  </tabstops>
317  <includes>
318   <include location="local">qt_i18n.h</include>
319  </includes>
320  <resources/>
321  <connections/>
322 </ui>