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