]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/LaTeXUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / LaTeXUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LaTeXUi</class>
4  <widget class="QWidget" name="LaTeXUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>341</width>
10     <height>442</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <item row="0" column="0" colspan="4">
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Document &amp;Class</string>
21      </property>
22      <property name="flat">
23       <bool>true</bool>
24      </property>
25      <layout class="QGridLayout">
26       <property name="margin">
27        <number>9</number>
28       </property>
29       <property name="spacing">
30        <number>6</number>
31       </property>
32       <item row="0" column="0">
33        <widget class="lyx::frontend::CategorizedCombo" name="classCO">
34         <property name="maxVisibleItems">
35          <number>20</number>
36         </property>
37        </widget>
38       </item>
39       <item row="0" column="1">
40        <widget class="QPushButton" name="layoutPB">
41         <property name="sizePolicy">
42          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
43           <horstretch>0</horstretch>
44           <verstretch>0</verstretch>
45          </sizepolicy>
46         </property>
47         <property name="toolTip">
48          <string>Click to select a local document class definition file</string>
49         </property>
50         <property name="text">
51          <string>&amp;Local Class...</string>
52         </property>
53        </widget>
54       </item>
55      </layout>
56     </widget>
57    </item>
58    <item row="1" column="0" colspan="4">
59     <widget class="QGroupBox" name="optionsGB">
60      <property name="title">
61       <string>Class Options</string>
62      </property>
63      <property name="flat">
64       <bool>true</bool>
65      </property>
66      <layout class="QGridLayout" name="gridLayout_1">
67       <item row="0" column="0">
68        <widget class="QCheckBox" name="defaultOptionsCB">
69         <property name="toolTip">
70          <string>Enable to use the options that are predefined in the layout file</string>
71         </property>
72         <property name="text">
73          <string>&amp;Predefined:</string>
74         </property>
75        </widget>
76       </item>
77       <item row="0" column="1">
78        <widget class="QLineEdit" name="defaultOptionsLE">
79         <property name="toolTip">
80          <string>The options that are predefined in the layout file. Click to the left to select/deselect.</string>
81         </property>
82         <property name="readOnly">
83          <bool>true</bool>
84         </property>
85        </widget>
86       </item>
87       <item row="1" column="0">
88        <widget class="QLabel" name="optionsL">
89         <property name="text">
90          <string>Cus&amp;tom:</string>
91         </property>
92         <property name="buddy">
93          <cstring>optionsLE</cstring>
94         </property>
95        </widget>
96       </item>
97       <item row="1" column="1">
98        <widget class="QLineEdit" name="optionsLE"/>
99       </item>
100      </layout>
101     </widget>
102    </item>
103    <item row="2" column="0">
104     <widget class="QLabel" name="psdriverL">
105      <property name="text">
106       <string>&amp;Graphics driver:</string>
107      </property>
108      <property name="buddy">
109       <cstring>psdriverCO</cstring>
110      </property>
111     </widget>
112    </item>
113    <item row="2" column="2">
114     <widget class="QComboBox" name="psdriverCO">
115      <property name="duplicatesEnabled">
116       <bool>false</bool>
117      </property>
118     </widget>
119    </item>
120    <item row="2" column="3">
121     <spacer name="horizontalSpacer_1">
122      <property name="orientation">
123       <enum>Qt::Horizontal</enum>
124      </property>
125      <property name="sizeHint" stdset="0">
126       <size>
127        <width>261</width>
128        <height>22</height>
129       </size>
130      </property>
131     </spacer>
132    </item>
133    <item row="3" column="0" colspan="4">
134     <widget class="QGroupBox" name="childDocGB">
135      <property name="toolTip">
136       <string>Select if the current document is included to a master file</string>
137      </property>
138      <property name="statusTip">
139       <string/>
140      </property>
141      <property name="title">
142       <string>Select de&amp;fault master document</string>
143      </property>
144      <property name="flat">
145       <bool>true</bool>
146      </property>
147      <property name="checkable">
148       <bool>true</bool>
149      </property>
150      <layout class="QGridLayout">
151       <property name="margin">
152        <number>9</number>
153       </property>
154       <property name="spacing">
155        <number>6</number>
156       </property>
157       <item row="0" column="0">
158        <widget class="QLabel" name="childDocLA">
159         <property name="text">
160          <string>&amp;Master:</string>
161         </property>
162         <property name="buddy">
163          <cstring>childDocLE</cstring>
164         </property>
165        </widget>
166       </item>
167       <item row="0" column="2">
168        <widget class="QPushButton" name="childDocPB">
169         <property name="text">
170          <string>&amp;Browse...</string>
171         </property>
172        </widget>
173       </item>
174       <item row="0" column="1">
175        <widget class="QLineEdit" name="childDocLE">
176         <property name="toolTip">
177          <string>Enter the name of the default master document</string>
178         </property>
179        </widget>
180       </item>
181      </layout>
182     </widget>
183    </item>
184    <item row="4" column="0" colspan="4">
185     <widget class="QCheckBox" name="suppressDateCB">
186      <property name="enabled">
187       <bool>true</bool>
188      </property>
189      <property name="sizePolicy">
190       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
191        <horstretch>0</horstretch>
192        <verstretch>0</verstretch>
193       </sizepolicy>
194      </property>
195      <property name="text">
196       <string>&amp;Suppress default date on front page</string>
197      </property>
198     </widget>
199    </item>
200    <item row="6" column="1">
201     <spacer name="verticalSpacer">
202      <property name="orientation">
203       <enum>Qt::Vertical</enum>
204      </property>
205      <property name="sizeHint" stdset="0">
206       <size>
207        <width>20</width>
208        <height>2</height>
209       </size>
210      </property>
211     </spacer>
212    </item>
213    <item row="5" column="0" colspan="4">
214     <widget class="QCheckBox" name="refstyleCB">
215      <property name="text">
216       <string>&amp;Use refstyle (not prettyref) for cross-references</string>
217      </property>
218     </widget>
219    </item>
220   </layout>
221  </widget>
222  <customwidgets>
223   <customwidget>
224    <class>lyx::frontend::CategorizedCombo</class>
225    <extends>QComboBox</extends>
226    <header>CategorizedCombo.h</header>
227   </customwidget>
228  </customwidgets>
229  <tabstops>
230   <tabstop>classCO</tabstop>
231   <tabstop>layoutPB</tabstop>
232   <tabstop>defaultOptionsCB</tabstop>
233   <tabstop>defaultOptionsLE</tabstop>
234   <tabstop>optionsLE</tabstop>
235   <tabstop>psdriverCO</tabstop>
236   <tabstop>childDocGB</tabstop>
237   <tabstop>childDocLE</tabstop>
238   <tabstop>childDocPB</tabstop>
239   <tabstop>suppressDateCB</tabstop>
240   <tabstop>refstyleCB</tabstop>
241  </tabstops>
242  <includes>
243   <include location="local">qt_i18n.h</include>
244  </includes>
245  <resources/>
246  <connections>
247   <connection>
248    <sender>defaultOptionsCB</sender>
249    <signal>toggled(bool)</signal>
250    <receiver>defaultOptionsLE</receiver>
251    <slot>setEnabled(bool)</slot>
252    <hints>
253     <hint type="sourcelabel">
254      <x>63</x>
255      <y>79</y>
256     </hint>
257     <hint type="destinationlabel">
258      <x>237</x>
259      <y>82</y>
260     </hint>
261    </hints>
262   </connection>
263   <connection>
264    <sender>groupBox</sender>
265    <signal>clicked()</signal>
266    <receiver>classCO</receiver>
267    <slot>setFocus()</slot>
268    <hints>
269     <hint type="sourcelabel">
270      <x>160</x>
271      <y>33</y>
272     </hint>
273     <hint type="destinationlabel">
274      <x>160</x>
275      <y>47</y>
276     </hint>
277    </hints>
278   </connection>
279  </connections>
280 </ui>