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