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