]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/CitationUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / CitationUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CitationUi</class>
4  <widget class="QDialog" name="CitationUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>614</width>
10     <height>522</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_3">
20    <item row="0" column="0">
21     <layout class="QHBoxLayout" name="horizontalLayout_6">
22      <item>
23       <layout class="QHBoxLayout" name="horizontalLayout_5">
24        <item>
25         <widget class="QLabel" name="findKeysLA">
26          <property name="text">
27           <string>&amp;Filter:</string>
28          </property>
29          <property name="alignment">
30           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
31          </property>
32         </widget>
33        </item>
34        <item>
35         <layout class="QHBoxLayout" name="filterBarL"/>
36        </item>
37       </layout>
38      </item>
39      <item>
40       <widget class="QComboBox" name="fieldsCO">
41        <property name="sizePolicy">
42         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
43          <horstretch>0</horstretch>
44          <verstretch>0</verstretch>
45         </sizepolicy>
46        </property>
47        <property name="toolTip">
48         <string>Select the fields on which the filter applies</string>
49        </property>
50        <property name="maxVisibleItems">
51         <number>16</number>
52        </property>
53        <property name="insertPolicy">
54         <enum>QComboBox::NoInsert</enum>
55        </property>
56        <property name="sizeAdjustPolicy">
57         <enum>QComboBox::AdjustToContents</enum>
58        </property>
59        <item>
60         <property name="text">
61          <string>All fields</string>
62         </property>
63        </item>
64       </widget>
65      </item>
66      <item>
67       <widget class="QComboBox" name="entriesCO">
68        <property name="sizePolicy">
69         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
70          <horstretch>0</horstretch>
71          <verstretch>0</verstretch>
72         </sizepolicy>
73        </property>
74        <property name="toolTip">
75         <string>Select the entry types on which the filter applies</string>
76        </property>
77        <property name="insertPolicy">
78         <enum>QComboBox::NoInsert</enum>
79        </property>
80        <property name="sizeAdjustPolicy">
81         <enum>QComboBox::AdjustToContents</enum>
82        </property>
83        <item>
84         <property name="text">
85          <string>All entry types</string>
86         </property>
87        </item>
88       </widget>
89      </item>
90      <item>
91       <widget class="QPushButton" name="searchOptionsPB">
92        <property name="toolTip">
93         <string>Click for more filter options</string>
94        </property>
95        <property name="text">
96         <string>O&amp;ptions</string>
97        </property>
98        <property name="autoDefault">
99         <bool>false</bool>
100        </property>
101       </widget>
102      </item>
103     </layout>
104    </item>
105    <item row="1" column="0">
106     <layout class="QVBoxLayout" name="verticalLayout_2">
107      <item>
108       <layout class="QGridLayout" name="gridLayout">
109        <item row="0" column="0">
110         <layout class="QHBoxLayout" name="horizontalLayout">
111          <item>
112           <layout class="QVBoxLayout" name="verticalLayout_3">
113            <item>
114             <widget class="QLabel" name="availableKeysLA">
115              <property name="text">
116               <string>A&amp;vailable Citations:</string>
117              </property>
118              <property name="buddy">
119               <cstring>availableLV</cstring>
120              </property>
121             </widget>
122            </item>
123            <item>
124             <widget class="QListView" name="availableLV">
125              <property name="toolTip">
126               <string/>
127              </property>
128              <property name="editTriggers">
129               <set>QAbstractItemView::NoEditTriggers</set>
130              </property>
131             </widget>
132            </item>
133           </layout>
134          </item>
135          <item>
136           <layout class="QVBoxLayout" name="verticalLayout">
137            <item>
138             <widget class="QLabel" name="spacerLA"/>
139            </item>
140            <item>
141             <widget class="QPushButton" name="addPB">
142              <property name="toolTip">
143               <string>Click or press Enter to add the selected citation to the list</string>
144              </property>
145              <property name="text">
146               <string>&amp;Add</string>
147              </property>
148              <property name="autoDefault">
149               <bool>false</bool>
150              </property>
151             </widget>
152            </item>
153            <item>
154             <widget class="QPushButton" name="deletePB">
155              <property name="toolTip">
156               <string>Click or press Delete to delete the selected citation from the list</string>
157              </property>
158              <property name="text">
159               <string>&amp;Delete</string>
160              </property>
161              <property name="autoDefault">
162               <bool>false</bool>
163              </property>
164             </widget>
165            </item>
166            <item>
167             <spacer>
168              <property name="orientation">
169               <enum>Qt::Vertical</enum>
170              </property>
171              <property name="sizeHint" stdset="0">
172               <size>
173                <width>77</width>
174                <height>1</height>
175               </size>
176              </property>
177             </spacer>
178            </item>
179            <item>
180             <widget class="QPushButton" name="upPB">
181              <property name="sizePolicy">
182               <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
183                <horstretch>0</horstretch>
184                <verstretch>0</verstretch>
185               </sizepolicy>
186              </property>
187              <property name="toolTip">
188               <string>Move the selected citation up (Ctrl-Up)</string>
189              </property>
190              <property name="text">
191               <string>&amp;Up</string>
192              </property>
193              <property name="icon">
194               <iconset>
195                <normaloff>.</normaloff>.</iconset>
196              </property>
197              <property name="autoDefault">
198               <bool>false</bool>
199              </property>
200             </widget>
201            </item>
202            <item>
203             <widget class="QPushButton" name="downPB">
204              <property name="sizePolicy">
205               <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
206                <horstretch>0</horstretch>
207                <verstretch>0</verstretch>
208               </sizepolicy>
209              </property>
210              <property name="toolTip">
211               <string>Move the selected citation down (Ctrl-Down)</string>
212              </property>
213              <property name="text">
214               <string>Do&amp;wn</string>
215              </property>
216              <property name="icon">
217               <iconset>
218                <normaloff>.</normaloff>.</iconset>
219              </property>
220              <property name="autoDefault">
221               <bool>false</bool>
222              </property>
223             </widget>
224            </item>
225           </layout>
226          </item>
227          <item>
228           <layout class="QVBoxLayout" name="verticalLayout_4">
229            <item>
230             <widget class="QLabel" name="selectedKeysLA">
231              <property name="text">
232               <string>Selected &amp;Citations:</string>
233              </property>
234              <property name="buddy">
235               <cstring>selectedLV</cstring>
236              </property>
237             </widget>
238            </item>
239            <item>
240             <widget class="QTableView" name="selectedLV">
241              <property name="toolTip">
242               <string/>
243              </property>
244             </widget>
245            </item>
246           </layout>
247          </item>
248         </layout>
249        </item>
250        <item row="1" column="0">
251         <widget class="QTextEdit" name="infoML">
252          <property name="maximumSize">
253           <size>
254            <width>16777215</width>
255            <height>60</height>
256           </size>
257          </property>
258          <property name="acceptDrops">
259           <bool>false</bool>
260          </property>
261          <property name="toolTip">
262           <string/>
263          </property>
264          <property name="readOnly">
265           <bool>true</bool>
266          </property>
267         </widget>
268        </item>
269       </layout>
270      </item>
271     </layout>
272    </item>
273    <item row="2" column="0">
274     <widget class="QGroupBox" name="FormattingGB">
275      <property name="title">
276       <string>Formatting</string>
277      </property>
278      <property name="flat">
279       <bool>true</bool>
280      </property>
281      <layout class="QGridLayout" name="gridLayout_2">
282       <item row="0" column="0">
283        <layout class="QHBoxLayout" name="horizontalLayout_3">
284         <item>
285          <layout class="QVBoxLayout" name="verticalLayout_5">
286           <item>
287            <widget class="QLabel" name="citationStyleLA">
288             <property name="text">
289              <string>Citation st&amp;yle:</string>
290             </property>
291             <property name="buddy">
292              <cstring>citationStyleCO</cstring>
293             </property>
294            </widget>
295           </item>
296           <item>
297            <widget class="QLabel" name="textBeforeLA">
298             <property name="text">
299              <string>Text befo&amp;re:</string>
300             </property>
301             <property name="buddy">
302              <cstring>textBeforeED</cstring>
303             </property>
304            </widget>
305           </item>
306          </layout>
307         </item>
308         <item>
309          <layout class="QVBoxLayout" name="verticalLayout_6">
310           <item>
311            <widget class="QComboBox" name="citationStyleCO">
312             <property name="sizePolicy">
313              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
314               <horstretch>0</horstretch>
315               <verstretch>0</verstretch>
316              </sizepolicy>
317             </property>
318             <property name="toolTip">
319              <string>Citation style to use, if different styles are provided</string>
320             </property>
321            </widget>
322           </item>
323           <item>
324            <layout class="QHBoxLayout" name="horizontalLayout_2">
325             <item>
326              <widget class="QLineEdit" name="textBeforeED">
327               <property name="toolTip">
328                <string>Text that precedes the reference (e.g., &quot;cf.&quot;), if the current citation style supports this.</string>
329               </property>
330              </widget>
331             </item>
332             <item>
333              <widget class="QLabel" name="textAfterLA">
334               <property name="text">
335                <string>&amp;Text after:</string>
336               </property>
337               <property name="buddy">
338                <cstring>textAfterED</cstring>
339               </property>
340              </widget>
341             </item>
342             <item>
343              <widget class="QLineEdit" name="textAfterED">
344               <property name="toolTip">
345                <string>Text that follows the reference (e.g., pages), if the current citation style supports this.</string>
346               </property>
347              </widget>
348             </item>
349            </layout>
350           </item>
351          </layout>
352         </item>
353        </layout>
354       </item>
355       <item row="1" column="0">
356        <layout class="QHBoxLayout">
357         <property name="spacing">
358          <number>6</number>
359         </property>
360         <property name="leftMargin">
361          <number>0</number>
362         </property>
363         <property name="topMargin">
364          <number>0</number>
365         </property>
366         <property name="rightMargin">
367          <number>0</number>
368         </property>
369         <property name="bottomMargin">
370          <number>0</number>
371         </property>
372         <item>
373          <widget class="QCheckBox" name="literalCB">
374           <property name="toolTip">
375            <string>Pass content of `Text before' and `Text after' fields literally to LaTeX. Check this if you want to enter LaTeX code.</string>
376           </property>
377           <property name="text">
378            <string>Li&amp;teral</string>
379           </property>
380          </widget>
381         </item>
382         <item>
383          <spacer>
384           <property name="orientation">
385            <enum>Qt::Horizontal</enum>
386           </property>
387           <property name="sizeHint" stdset="0">
388            <size>
389             <width>21</width>
390             <height>26</height>
391            </size>
392           </property>
393          </spacer>
394         </item>
395         <item>
396          <widget class="QCheckBox" name="forceuppercaseCB">
397           <property name="toolTip">
398            <string>Force upper case in names (&quot;Del Piero&quot;, not &quot;del Piero&quot;), if the current citation style supports this.</string>
399           </property>
400           <property name="text">
401            <string>Force upcas&amp;ing</string>
402           </property>
403          </widget>
404         </item>
405         <item>
406          <widget class="QCheckBox" name="starredCB">
407           <property name="toolTip">
408            <string>Always list all authors (rather than using &quot;et al.&quot;), if the current citation style supports this.</string>
409           </property>
410           <property name="text">
411            <string>All aut&amp;hors</string>
412           </property>
413          </widget>
414         </item>
415        </layout>
416       </item>
417      </layout>
418     </widget>
419    </item>
420    <item row="3" column="0">
421     <layout class="QHBoxLayout">
422      <property name="spacing">
423       <number>6</number>
424      </property>
425      <property name="leftMargin">
426       <number>0</number>
427      </property>
428      <property name="topMargin">
429       <number>0</number>
430      </property>
431      <property name="rightMargin">
432       <number>0</number>
433      </property>
434      <property name="bottomMargin">
435       <number>0</number>
436      </property>
437      <item>
438       <widget class="QDialogButtonBox" name="buttonBox">
439        <property name="standardButtons">
440         <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
441        </property>
442       </widget>
443      </item>
444     </layout>
445    </item>
446   </layout>
447  </widget>
448  <tabstops>
449   <tabstop>fieldsCO</tabstop>
450   <tabstop>entriesCO</tabstop>
451   <tabstop>searchOptionsPB</tabstop>
452   <tabstop>availableLV</tabstop>
453   <tabstop>addPB</tabstop>
454   <tabstop>deletePB</tabstop>
455   <tabstop>upPB</tabstop>
456   <tabstop>downPB</tabstop>
457   <tabstop>citationStyleCO</tabstop>
458   <tabstop>textBeforeED</tabstop>
459   <tabstop>textAfterED</tabstop>
460   <tabstop>forceuppercaseCB</tabstop>
461   <tabstop>starredCB</tabstop>
462   <tabstop>infoML</tabstop>
463  </tabstops>
464  <includes>
465   <include location="local">qt_i18n.h</include>
466  </includes>
467  <resources/>
468  <connections/>
469 </ui>