]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/BibitemUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / BibitemUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BibitemUi</class>
4  <widget class="QWidget" name="BibitemUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>503</width>
10     <height>168</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string/>
21   </property>
22   <layout class="QGridLayout" name="gridLayout">
23    <item row="0" column="0">
24     <widget class="QLabel" name="keyLA">
25      <property name="toolTip">
26       <string>The bibliography key</string>
27      </property>
28      <property name="text">
29       <string>Ke&amp;y:</string>
30      </property>
31      <property name="buddy">
32       <cstring>keyED</cstring>
33      </property>
34     </widget>
35    </item>
36    <item row="0" column="1" colspan="2">
37     <widget class="QLineEdit" name="keyED">
38      <property name="sizePolicy">
39       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
40        <horstretch>0</horstretch>
41        <verstretch>0</verstretch>
42       </sizepolicy>
43      </property>
44      <property name="toolTip">
45       <string>The bibliography key</string>
46      </property>
47     </widget>
48    </item>
49    <item row="1" column="0">
50     <widget class="QLabel" name="labelLA">
51      <property name="toolTip">
52       <string>The label as it appears in the document</string>
53      </property>
54      <property name="text">
55       <string>&amp;Label:</string>
56      </property>
57      <property name="buddy">
58       <cstring>labelED</cstring>
59      </property>
60     </widget>
61    </item>
62    <item row="1" column="1" colspan="2">
63     <layout class="QHBoxLayout" name="horizontalLayout">
64      <property name="spacing">
65       <number>0</number>
66      </property>
67      <item>
68       <widget class="QLineEdit" name="labelED">
69        <property name="sizePolicy">
70         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
71          <horstretch>0</horstretch>
72          <verstretch>0</verstretch>
73         </sizepolicy>
74        </property>
75        <property name="toolTip">
76         <string>The label as it appears in the document</string>
77        </property>
78       </widget>
79      </item>
80      <item>
81       <widget class="QLabel" name="yearLA">
82        <property name="text">
83         <string>&amp;Year:</string>
84        </property>
85        <property name="margin">
86         <number>6</number>
87        </property>
88        <property name="buddy">
89         <cstring>yearED</cstring>
90        </property>
91       </widget>
92      </item>
93      <item>
94       <widget class="QLineEdit" name="yearED">
95        <property name="toolTip">
96         <string>The year with &quot;Author (Year)&quot; citations (without parentheses).</string>
97        </property>
98       </widget>
99      </item>
100     </layout>
101    </item>
102    <item row="2" column="0" colspan="2">
103     <widget class="QLabel" name="allAuthorsLA">
104      <property name="text">
105       <string>A&amp;ll Author Names:</string>
106      </property>
107      <property name="buddy">
108       <cstring>allAuthorsED</cstring>
109      </property>
110     </widget>
111    </item>
112    <item row="2" column="2">
113     <widget class="QLineEdit" name="allAuthorsED">
114      <property name="toolTip">
115       <string>If you want to use an abbreviated author list (with 'et al.') as well as a full list for author-year citation, you can put the full list here and the abbreviated list above.</string>
116      </property>
117     </widget>
118    </item>
119    <item row="3" column="2">
120     <widget class="QCheckBox" name="literalCB">
121      <property name="toolTip">
122       <string>Pass content of the `Label' field literally to LaTeX. Check this if you want to enter LaTeX code.</string>
123      </property>
124      <property name="text">
125       <string>Li&amp;teral</string>
126      </property>
127     </widget>
128    </item>
129    <item row="4" column="2">
130     <spacer name="verticalSpacer">
131      <property name="orientation">
132       <enum>Qt::Vertical</enum>
133      </property>
134      <property name="sizeHint" stdset="0">
135       <size>
136        <width>20</width>
137        <height>0</height>
138       </size>
139      </property>
140     </spacer>
141    </item>
142   </layout>
143  </widget>
144  <includes>
145   <include location="local">qt_i18n.h</include>
146  </includes>
147  <resources/>
148  <connections/>
149 </ui>