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