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