]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QCitationUi.ui
remove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which...
[lyx.git] / src / frontends / qt4 / ui / QCitationUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QCitationUi</class>
6  <widget class="QDialog" name="QCitationUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>390</width>
12     <height>415</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy>
17     <hsizetype>1</hsizetype>
18     <vsizetype>1</vsizetype>
19     <horstretch>0</horstretch>
20     <verstretch>0</verstretch>
21    </sizepolicy>
22   </property>
23   <property name="windowTitle" >
24    <string/>
25   </property>
26   <property name="sizeGripEnabled" >
27    <bool>true</bool>
28   </property>
29   <layout class="QVBoxLayout" >
30    <property name="margin" >
31     <number>9</number>
32    </property>
33    <property name="spacing" >
34     <number>6</number>
35    </property>
36    <item>
37     <layout class="QGridLayout" >
38      <property name="margin" >
39       <number>0</number>
40      </property>
41      <property name="spacing" >
42       <number>6</number>
43      </property>
44      <item row="0" column="0" colspan="2" >
45       <widget class="QLabel" name="availableKeysLA" >
46        <property name="text" >
47         <string>&amp;Available Citations:</string>
48        </property>
49        <property name="buddy" >
50         <cstring>availableLV</cstring>
51        </property>
52       </widget>
53      </item>
54      <item row="1" column="1" >
55       <widget class="QPushButton" name="addPB" >
56        <property name="toolTip" >
57         <string/>
58        </property>
59        <property name="text" >
60         <string>&amp;Add</string>
61        </property>
62        <property name="autoDefault" >
63         <bool>true</bool>
64        </property>
65       </widget>
66      </item>
67      <item row="0" column="2" >
68       <widget class="QLabel" name="selectedKeysLA" >
69        <property name="text" >
70         <string>&amp;Selected citations:</string>
71        </property>
72        <property name="buddy" >
73         <cstring>selectedLV</cstring>
74        </property>
75       </widget>
76      </item>
77      <item row="4" column="1" >
78       <widget class="QPushButton" name="upPB" >
79        <property name="sizePolicy" >
80         <sizepolicy>
81          <hsizetype>0</hsizetype>
82          <vsizetype>0</vsizetype>
83          <horstretch>0</horstretch>
84          <verstretch>0</verstretch>
85         </sizepolicy>
86        </property>
87        <property name="toolTip" >
88         <string>Move the selected citation up</string>
89        </property>
90        <property name="text" >
91         <string>&amp;Up</string>
92        </property>
93        <property name="icon" >
94         <iconset/>
95        </property>
96       </widget>
97      </item>
98      <item rowspan="5" row="1" column="2" >
99       <widget class="QListView" name="selectedLV" >
100        <property name="editTriggers" >
101         <set>QAbstractItemView::NoEditTriggers</set>
102        </property>
103       </widget>
104      </item>
105      <item row="3" column="1" >
106       <spacer>
107        <property name="orientation" >
108         <enum>Qt::Vertical</enum>
109        </property>
110        <property name="sizeHint" >
111         <size>
112          <width>20</width>
113          <height>16</height>
114         </size>
115        </property>
116       </spacer>
117      </item>
118      <item rowspan="5" row="1" column="0" >
119       <widget class="QListView" name="availableLV" >
120        <property name="editTriggers" >
121         <set>QAbstractItemView::NoEditTriggers</set>
122        </property>
123       </widget>
124      </item>
125      <item row="5" column="1" >
126       <widget class="QPushButton" name="downPB" >
127        <property name="sizePolicy" >
128         <sizepolicy>
129          <hsizetype>0</hsizetype>
130          <vsizetype>0</vsizetype>
131          <horstretch>0</horstretch>
132          <verstretch>0</verstretch>
133         </sizepolicy>
134        </property>
135        <property name="toolTip" >
136         <string>Move the selected citation down</string>
137        </property>
138        <property name="text" >
139         <string>&amp;Down</string>
140        </property>
141        <property name="icon" >
142         <iconset/>
143        </property>
144       </widget>
145      </item>
146      <item row="2" column="1" >
147       <widget class="QPushButton" name="deletePB" >
148        <property name="text" >
149         <string>D&amp;elete</string>
150        </property>
151       </widget>
152      </item>
153     </layout>
154    </item>
155    <item>
156     <layout class="QHBoxLayout" >
157      <property name="margin" >
158       <number>0</number>
159      </property>
160      <property name="spacing" >
161       <number>6</number>
162      </property>
163      <item>
164       <widget class="QLabel" name="findKeysLA" >
165        <property name="text" >
166         <string>&amp;Find:</string>
167        </property>
168        <property name="alignment" >
169         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
170        </property>
171        <property name="buddy" >
172         <cstring>selectedLV</cstring>
173        </property>
174       </widget>
175      </item>
176      <item>
177       <widget class="QLineEdit" name="findLE" >
178        <property name="text" >
179         <string/>
180        </property>
181       </widget>
182      </item>
183     </layout>
184    </item>
185    <item>
186     <widget class="QTextBrowser" name="infoML" />
187    </item>
188    <item>
189     <widget class="QGroupBox" name="styleGB" >
190      <property name="title" >
191       <string>Formatting</string>
192      </property>
193      <layout class="QGridLayout" >
194       <property name="margin" >
195        <number>9</number>
196       </property>
197       <property name="spacing" >
198        <number>6</number>
199       </property>
200       <item row="0" column="1" colspan="2" >
201        <widget class="QComboBox" name="citationStyleCO" >
202         <property name="sizePolicy" >
203          <sizepolicy>
204           <hsizetype>3</hsizetype>
205           <vsizetype>0</vsizetype>
206           <horstretch>0</horstretch>
207           <verstretch>0</verstretch>
208          </sizepolicy>
209         </property>
210         <property name="toolTip" >
211          <string>Natbib citation style to use</string>
212         </property>
213        </widget>
214       </item>
215       <item row="0" column="0" >
216        <widget class="QLabel" name="citationStyleLA" >
217         <property name="text" >
218          <string>Citation &amp;style:</string>
219         </property>
220         <property name="buddy" >
221          <cstring>citationStyleCO</cstring>
222         </property>
223        </widget>
224       </item>
225       <item row="3" column="0" colspan="2" >
226        <widget class="QCheckBox" name="fulllistCB" >
227         <property name="toolTip" >
228          <string>List all authors</string>
229         </property>
230         <property name="text" >
231          <string>&amp;Full author list</string>
232         </property>
233        </widget>
234       </item>
235       <item row="3" column="2" >
236        <widget class="QCheckBox" name="forceuppercaseCB" >
237         <property name="toolTip" >
238          <string>Force upper case in citation</string>
239         </property>
240         <property name="text" >
241          <string>Force &amp;upper case</string>
242         </property>
243        </widget>
244       </item>
245       <item row="2" column="0" >
246        <widget class="QLabel" name="textAfterLA" >
247         <property name="text" >
248          <string>&amp;Text after:</string>
249         </property>
250         <property name="buddy" >
251          <cstring>textAfterED</cstring>
252         </property>
253        </widget>
254       </item>
255       <item row="2" column="1" colspan="2" >
256        <widget class="QLineEdit" name="textAfterED" >
257         <property name="sizePolicy" >
258          <sizepolicy>
259           <hsizetype>5</hsizetype>
260           <vsizetype>0</vsizetype>
261           <horstretch>0</horstretch>
262           <verstretch>0</verstretch>
263          </sizepolicy>
264         </property>
265         <property name="toolTip" >
266          <string>Text to place after citation</string>
267         </property>
268        </widget>
269       </item>
270       <item row="1" column="0" >
271        <widget class="QLabel" name="textBeforeLA" >
272         <property name="text" >
273          <string>Text &amp;before:</string>
274         </property>
275         <property name="buddy" >
276          <cstring>textAfterED</cstring>
277         </property>
278        </widget>
279       </item>
280       <item row="1" column="1" colspan="2" >
281        <widget class="QLineEdit" name="textBeforeED" >
282         <property name="sizePolicy" >
283          <sizepolicy>
284           <hsizetype>5</hsizetype>
285           <vsizetype>0</vsizetype>
286           <horstretch>0</horstretch>
287           <verstretch>0</verstretch>
288          </sizepolicy>
289         </property>
290         <property name="toolTip" >
291          <string>Text to place before citation</string>
292         </property>
293        </widget>
294       </item>
295      </layout>
296     </widget>
297    </item>
298    <item>
299     <layout class="QHBoxLayout" >
300      <property name="margin" >
301       <number>0</number>
302      </property>
303      <property name="spacing" >
304       <number>6</number>
305      </property>
306      <item>
307       <widget class="QPushButton" name="restorePB" >
308        <property name="text" >
309         <string>&amp;Restore</string>
310        </property>
311       </widget>
312      </item>
313      <item>
314       <spacer>
315        <property name="orientation" >
316         <enum>Qt::Horizontal</enum>
317        </property>
318        <property name="sizeHint" >
319         <size>
320          <width>40</width>
321          <height>20</height>
322         </size>
323        </property>
324       </spacer>
325      </item>
326      <item>
327       <widget class="QPushButton" name="okPB" >
328        <property name="text" >
329         <string>&amp;OK</string>
330        </property>
331        <property name="autoDefault" >
332         <bool>true</bool>
333        </property>
334        <property name="default" >
335         <bool>true</bool>
336        </property>
337       </widget>
338      </item>
339      <item>
340       <widget class="QPushButton" name="applyPB" >
341        <property name="text" >
342         <string>A&amp;pply</string>
343        </property>
344       </widget>
345      </item>
346      <item>
347       <widget class="QPushButton" name="cancelPB" >
348        <property name="text" >
349         <string>&amp;Cancel</string>
350        </property>
351        <property name="autoDefault" >
352         <bool>false</bool>
353        </property>
354       </widget>
355      </item>
356     </layout>
357    </item>
358   </layout>
359  </widget>
360  <pixmapfunction></pixmapfunction>
361  <tabstops>
362   <tabstop>upPB</tabstop>
363   <tabstop>downPB</tabstop>
364   <tabstop>addPB</tabstop>
365   <tabstop>deletePB</tabstop>
366   <tabstop>citationStyleCO</tabstop>
367   <tabstop>textBeforeED</tabstop>
368   <tabstop>textAfterED</tabstop>
369   <tabstop>fulllistCB</tabstop>
370   <tabstop>forceuppercaseCB</tabstop>
371   <tabstop>restorePB</tabstop>
372   <tabstop>okPB</tabstop>
373   <tabstop>applyPB</tabstop>
374   <tabstop>cancelPB</tabstop>
375  </tabstops>
376  <resources/>
377  <connections/>
378 </ui>