]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/BibtexUi.ui
Fix Qt deprecation warns for setAutoCompletion()
[lyx.git] / src / frontends / qt / 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>523</width>
10     <height>617</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      <property name="flat">
29       <bool>true</bool>
30      </property>
31      <layout class="QGridLayout" name="gridLayout">
32       <item row="0" column="0">
33        <layout class="QVBoxLayout" name="verticalLayout_2">
34         <item>
35          <widget class="QLabel" name="bibLA">
36           <property name="text">
37            <string>Found b&amp;y LaTeX:</string>
38           </property>
39           <property name="buddy">
40            <cstring>availableLV</cstring>
41           </property>
42          </widget>
43         </item>
44         <item>
45          <widget class="QListView" name="availableLV">
46           <property name="editTriggers">
47            <set>QAbstractItemView::NoEditTriggers</set>
48           </property>
49          </widget>
50         </item>
51        </layout>
52       </item>
53       <item row="0" column="1">
54        <layout class="QVBoxLayout" name="verticalLayout">
55         <item>
56          <widget class="QLabel" name="label_2">
57           <property name="text">
58            <string/>
59           </property>
60          </widget>
61         </item>
62         <item>
63          <widget class="QPushButton" name="addBibPB">
64           <property name="toolTip">
65            <string>Add the selected BibTeX database from the list on the left</string>
66           </property>
67           <property name="text">
68            <string>&amp;Add Selected[[bib]]</string>
69           </property>
70          </widget>
71         </item>
72         <item>
73          <widget class="QPushButton" name="browseBibPB">
74           <property name="toolTip">
75            <string>Add a BibTeX database from your local directory</string>
76           </property>
77           <property name="text">
78            <string>Add &amp;Local...</string>
79           </property>
80           <property name="autoDefault">
81            <bool>false</bool>
82           </property>
83           <property name="default">
84            <bool>true</bool>
85           </property>
86          </widget>
87         </item>
88         <item>
89          <widget class="QPushButton" name="deletePB">
90           <property name="toolTip">
91            <string>Remove the selected database</string>
92           </property>
93           <property name="text">
94            <string>&amp;Delete</string>
95           </property>
96          </widget>
97         </item>
98         <item>
99          <widget class="QPushButton" name="upPB">
100           <property name="sizePolicy">
101            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
102             <horstretch>0</horstretch>
103             <verstretch>0</verstretch>
104            </sizepolicy>
105           </property>
106           <property name="toolTip">
107            <string>Move the selected citation up (Ctrl-Up)</string>
108           </property>
109           <property name="text">
110            <string>&amp;Up</string>
111           </property>
112           <property name="icon">
113            <iconset>
114             <normaloff>.</normaloff>.</iconset>
115           </property>
116           <property name="autoDefault">
117            <bool>false</bool>
118           </property>
119          </widget>
120         </item>
121         <item>
122          <widget class="QPushButton" name="downPB">
123           <property name="sizePolicy">
124            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
125             <horstretch>0</horstretch>
126             <verstretch>0</verstretch>
127            </sizepolicy>
128           </property>
129           <property name="toolTip">
130            <string>Move the selected citation down (Ctrl-Down)</string>
131           </property>
132           <property name="text">
133            <string>Do&amp;wn</string>
134           </property>
135           <property name="icon">
136            <iconset>
137             <normaloff>.</normaloff>.</iconset>
138           </property>
139           <property name="autoDefault">
140            <bool>false</bool>
141           </property>
142          </widget>
143         </item>
144         <item>
145          <spacer name="verticalSpacer_2">
146           <property name="orientation">
147            <enum>Qt::Vertical</enum>
148           </property>
149           <property name="sizeHint" stdset="0">
150            <size>
151             <width>20</width>
152             <height>40</height>
153            </size>
154           </property>
155          </spacer>
156         </item>
157         <item>
158          <widget class="QPushButton" name="editPB">
159           <property name="toolTip">
160            <string>Edit selected database externally</string>
161           </property>
162           <property name="text">
163            <string>&amp;Edit...</string>
164           </property>
165           <property name="icon">
166            <iconset>
167             <normaloff>.</normaloff>.</iconset>
168           </property>
169          </widget>
170         </item>
171         <item>
172          <spacer name="verticalSpacer">
173           <property name="orientation">
174            <enum>Qt::Vertical</enum>
175           </property>
176           <property name="sizeHint" stdset="0">
177            <size>
178             <width>20</width>
179             <height>40</height>
180            </size>
181           </property>
182          </spacer>
183         </item>
184        </layout>
185       </item>
186       <item row="0" column="2">
187        <layout class="QVBoxLayout" name="verticalLayout_3">
188         <item>
189          <widget class="QLabel" name="label">
190           <property name="text">
191            <string>Sele&amp;cted:</string>
192           </property>
193           <property name="buddy">
194            <cstring>selectedLV</cstring>
195           </property>
196          </widget>
197         </item>
198         <item>
199          <widget class="QTableView" name="selectedLV"/>
200         </item>
201        </layout>
202       </item>
203       <item row="1" column="0">
204        <layout class="QHBoxLayout" name="horizontalLayout_5">
205         <item>
206          <widget class="QLabel" name="findKeysLA">
207           <property name="text">
208            <string>&amp;Filter:</string>
209           </property>
210           <property name="alignment">
211            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
212           </property>
213          </widget>
214         </item>
215         <item>
216          <layout class="QHBoxLayout" name="filterBarL"/>
217         </item>
218        </layout>
219       </item>
220       <item row="1" column="1" colspan="2">
221        <layout class="QHBoxLayout" name="horizontalLayout_2">
222         <item>
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>40</width>
230             <height>20</height>
231            </size>
232           </property>
233          </spacer>
234         </item>
235         <item>
236          <widget class="QLabel" name="bibEncodingLA">
237           <property name="text">
238            <string>E&amp;ncoding:</string>
239           </property>
240           <property name="buddy">
241            <cstring>bibEncodingCO</cstring>
242           </property>
243          </widget>
244         </item>
245         <item>
246          <widget class="QComboBox" name="bibEncodingCO">
247           <property name="toolTip">
248            <string>If your bibliography databases use a different encoding than the LyX document, specify it here</string>
249           </property>
250          </widget>
251         </item>
252        </layout>
253       </item>
254      </layout>
255     </widget>
256    </item>
257    <item row="1" column="0">
258     <widget class="QGroupBox" name="bstGB">
259      <property name="toolTip">
260       <string>The BibTeX style</string>
261      </property>
262      <property name="title">
263       <string>St&amp;yle</string>
264      </property>
265      <layout class="QGridLayout" name="gridLayout_2">
266       <item row="0" column="0">
267        <widget class="QComboBox" name="styleCB">
268         <property name="sizePolicy">
269          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
270           <horstretch>0</horstretch>
271           <verstretch>0</verstretch>
272          </sizepolicy>
273         </property>
274         <property name="toolTip">
275          <string>Choose a style file</string>
276         </property>
277         <property name="editable">
278          <bool>true</bool>
279         </property>
280         <property name="duplicatesEnabled">
281          <bool>false</bool>
282         </property>
283        </widget>
284       </item>
285       <item row="0" column="1">
286        <widget class="QPushButton" name="stylePB">
287         <property name="toolTip">
288          <string>Select a style file from your local directory</string>
289         </property>
290         <property name="text">
291          <string>Add L&amp;ocal...</string>
292         </property>
293         <property name="autoDefault">
294          <bool>false</bool>
295         </property>
296        </widget>
297       </item>
298      </layout>
299     </widget>
300    </item>
301    <item row="2" column="0">
302     <widget class="QGroupBox" name="optionsGB">
303      <property name="title">
304       <string>Options</string>
305      </property>
306      <property name="flat">
307       <bool>true</bool>
308      </property>
309      <layout class="QGridLayout" name="gridLayout_3">
310       <item row="0" column="0">
311        <layout class="QHBoxLayout" name="horizontalLayout_3">
312         <item>
313          <widget class="QLabel" name="btPrintLA">
314           <property name="sizePolicy">
315            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
316             <horstretch>0</horstretch>
317             <verstretch>0</verstretch>
318            </sizepolicy>
319           </property>
320           <property name="toolTip">
321            <string>This bibliography section contains...</string>
322           </property>
323           <property name="text">
324            <string>&amp;Content:</string>
325           </property>
326           <property name="buddy">
327            <cstring>btPrintCO</cstring>
328           </property>
329          </widget>
330         </item>
331         <item>
332          <widget class="QComboBox" name="btPrintCO">
333           <property name="toolTip">
334            <string>This bibliography section contains...</string>
335           </property>
336           <item>
337            <property name="text">
338             <string>all cited references</string>
339            </property>
340           </item>
341           <item>
342            <property name="text">
343             <string>all uncited references</string>
344            </property>
345           </item>
346           <item>
347            <property name="text">
348             <string>all references</string>
349            </property>
350           </item>
351          </widget>
352         </item>
353         <item>
354          <widget class="QCheckBox" name="bibtocCB">
355           <property name="toolTip">
356            <string>Add bibliography to the table of contents</string>
357           </property>
358           <property name="text">
359            <string>Add bibliography to &amp;TOC</string>
360           </property>
361          </widget>
362         </item>
363         <item>
364          <spacer name="horizontalSpacer_3">
365           <property name="orientation">
366            <enum>Qt::Horizontal</enum>
367           </property>
368           <property name="sizeHint" stdset="0">
369            <size>
370             <width>40</width>
371             <height>20</height>
372            </size>
373           </property>
374          </spacer>
375         </item>
376        </layout>
377       </item>
378       <item row="2" column="0">
379        <layout class="QHBoxLayout" name="horizontalLayout">
380         <item>
381          <widget class="QLabel" name="biblatexOptsLA">
382           <property name="text">
383            <string>Custo&amp;m:</string>
384           </property>
385           <property name="buddy">
386            <cstring>biblatexOptsLE</cstring>
387           </property>
388          </widget>
389         </item>
390         <item>
391          <widget class="QLineEdit" name="biblatexOptsLE">
392           <property name="toolTip">
393            <string>Options to the biblatex bibliography command. See the biblatex manual for details.</string>
394           </property>
395          </widget>
396         </item>
397        </layout>
398       </item>
399      </layout>
400     </widget>
401    </item>
402    <item row="3" column="0">
403     <layout class="QHBoxLayout">
404      <property name="spacing">
405       <number>6</number>
406      </property>
407      <property name="leftMargin">
408       <number>0</number>
409      </property>
410      <property name="topMargin">
411       <number>0</number>
412      </property>
413      <property name="rightMargin">
414       <number>0</number>
415      </property>
416      <property name="bottomMargin">
417       <number>0</number>
418      </property>
419      <item>
420       <widget class="QPushButton" name="rescanPB">
421        <property name="toolTip">
422         <string>Scan for new databases and styles</string>
423        </property>
424        <property name="text">
425         <string>&amp;Rescan</string>
426        </property>
427       </widget>
428      </item>
429      <item>
430       <spacer>
431        <property name="orientation">
432         <enum>Qt::Horizontal</enum>
433        </property>
434        <property name="sizeType">
435         <enum>QSizePolicy::Expanding</enum>
436        </property>
437        <property name="sizeHint" stdset="0">
438         <size>
439          <width>20</width>
440          <height>20</height>
441         </size>
442        </property>
443       </spacer>
444      </item>
445      <item>
446       <widget class="QDialogButtonBox" name="buttonBox">
447        <property name="standardButtons">
448         <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
449        </property>
450       </widget>
451      </item>
452     </layout>
453    </item>
454   </layout>
455  </widget>
456  <tabstops>
457   <tabstop>deletePB</tabstop>
458   <tabstop>styleCB</tabstop>
459   <tabstop>stylePB</tabstop>
460   <tabstop>btPrintCO</tabstop>
461  </tabstops>
462  <includes>
463   <include location="local">qt_i18n.h</include>
464  </includes>
465  <resources/>
466  <connections/>
467 </ui>