]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/BibtexUi.ui
Rename frontend qt4 to qt
[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="autoCompletion">
281          <bool>true</bool>
282         </property>
283         <property name="duplicatesEnabled">
284          <bool>false</bool>
285         </property>
286        </widget>
287       </item>
288       <item row="0" column="1">
289        <widget class="QPushButton" name="stylePB">
290         <property name="toolTip">
291          <string>Select a style file from your local directory</string>
292         </property>
293         <property name="text">
294          <string>Add L&amp;ocal...</string>
295         </property>
296         <property name="autoDefault">
297          <bool>false</bool>
298         </property>
299        </widget>
300       </item>
301      </layout>
302     </widget>
303    </item>
304    <item row="2" column="0">
305     <widget class="QGroupBox" name="optionsGB">
306      <property name="title">
307       <string>Options</string>
308      </property>
309      <property name="flat">
310       <bool>true</bool>
311      </property>
312      <layout class="QGridLayout" name="gridLayout_3">
313       <item row="0" column="0">
314        <layout class="QHBoxLayout" name="horizontalLayout_3">
315         <item>
316          <widget class="QLabel" name="btPrintLA">
317           <property name="sizePolicy">
318            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
319             <horstretch>0</horstretch>
320             <verstretch>0</verstretch>
321            </sizepolicy>
322           </property>
323           <property name="toolTip">
324            <string>This bibliography section contains...</string>
325           </property>
326           <property name="text">
327            <string>&amp;Content:</string>
328           </property>
329           <property name="buddy">
330            <cstring>btPrintCO</cstring>
331           </property>
332          </widget>
333         </item>
334         <item>
335          <widget class="QComboBox" name="btPrintCO">
336           <property name="toolTip">
337            <string>This bibliography section contains...</string>
338           </property>
339           <item>
340            <property name="text">
341             <string>all cited references</string>
342            </property>
343           </item>
344           <item>
345            <property name="text">
346             <string>all uncited references</string>
347            </property>
348           </item>
349           <item>
350            <property name="text">
351             <string>all references</string>
352            </property>
353           </item>
354          </widget>
355         </item>
356         <item>
357          <widget class="QCheckBox" name="bibtocCB">
358           <property name="toolTip">
359            <string>Add bibliography to the table of contents</string>
360           </property>
361           <property name="text">
362            <string>Add bibliography to &amp;TOC</string>
363           </property>
364          </widget>
365         </item>
366         <item>
367          <spacer name="horizontalSpacer_3">
368           <property name="orientation">
369            <enum>Qt::Horizontal</enum>
370           </property>
371           <property name="sizeHint" stdset="0">
372            <size>
373             <width>40</width>
374             <height>20</height>
375            </size>
376           </property>
377          </spacer>
378         </item>
379        </layout>
380       </item>
381       <item row="2" column="0">
382        <layout class="QHBoxLayout" name="horizontalLayout">
383         <item>
384          <widget class="QLabel" name="biblatexOptsLA">
385           <property name="text">
386            <string>Custo&amp;m:</string>
387           </property>
388           <property name="buddy">
389            <cstring>biblatexOptsLE</cstring>
390           </property>
391          </widget>
392         </item>
393         <item>
394          <widget class="QLineEdit" name="biblatexOptsLE">
395           <property name="toolTip">
396            <string>Options to the biblatex bibliography command. See the biblatex manual for details.</string>
397           </property>
398          </widget>
399         </item>
400        </layout>
401       </item>
402      </layout>
403     </widget>
404    </item>
405    <item row="3" column="0">
406     <layout class="QHBoxLayout">
407      <property name="spacing">
408       <number>6</number>
409      </property>
410      <property name="leftMargin">
411       <number>0</number>
412      </property>
413      <property name="topMargin">
414       <number>0</number>
415      </property>
416      <property name="rightMargin">
417       <number>0</number>
418      </property>
419      <property name="bottomMargin">
420       <number>0</number>
421      </property>
422      <item>
423       <widget class="QPushButton" name="rescanPB">
424        <property name="toolTip">
425         <string>Scan for new databases and styles</string>
426        </property>
427        <property name="text">
428         <string>&amp;Rescan</string>
429        </property>
430       </widget>
431      </item>
432      <item>
433       <spacer>
434        <property name="orientation">
435         <enum>Qt::Horizontal</enum>
436        </property>
437        <property name="sizeType">
438         <enum>QSizePolicy::Expanding</enum>
439        </property>
440        <property name="sizeHint" stdset="0">
441         <size>
442          <width>20</width>
443          <height>20</height>
444         </size>
445        </property>
446       </spacer>
447      </item>
448      <item>
449       <widget class="QDialogButtonBox" name="buttonBox">
450        <property name="standardButtons">
451         <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
452        </property>
453       </widget>
454      </item>
455     </layout>
456    </item>
457   </layout>
458  </widget>
459  <tabstops>
460   <tabstop>deletePB</tabstop>
461   <tabstop>styleCB</tabstop>
462   <tabstop>stylePB</tabstop>
463   <tabstop>btPrintCO</tabstop>
464  </tabstops>
465  <includes>
466   <include location="local">qt_i18n.h</include>
467  </includes>
468  <resources/>
469  <connections/>
470 </ui>