]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FontUi.ui
Add accelerator
[lyx.git] / src / frontends / qt4 / ui / FontUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>FontUi</class>
4  <widget class="QWidget" name="FontUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>533</width>
10     <height>447</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>FontUi</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0" colspan="2">
18     <widget class="QCheckBox" name="osFontsCB">
19      <property name="toolTip">
20       <string>Use OpenType and TrueType fonts with the fontspec package (requires XeTeX or LuaTeX)</string>
21      </property>
22      <property name="text">
23       <string>&amp;Use non-TeX fonts (via XeTeX/LuaTeX)</string>
24      </property>
25     </widget>
26    </item>
27    <item row="1" column="0">
28     <widget class="QLabel" name="fontsDefaultLA">
29      <property name="text">
30       <string>&amp;Default family:</string>
31      </property>
32      <property name="buddy">
33       <cstring>fontsDefaultCO</cstring>
34      </property>
35     </widget>
36    </item>
37    <item row="1" column="1">
38     <layout class="QHBoxLayout" name="horizontalLayout">
39      <item>
40       <widget class="QComboBox" name="fontsDefaultCO">
41        <property name="toolTip">
42         <string>Select the default family for the document</string>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <widget class="QLabel" name="BaseSizeLA">
48        <property name="text">
49         <string>&amp;Base size:</string>
50        </property>
51        <property name="buddy">
52         <cstring>fontsizeCO</cstring>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <widget class="QComboBox" name="fontsizeCO">
58        <property name="toolTip">
59         <string/>
60        </property>
61       </widget>
62      </item>
63      <item>
64       <spacer name="horizontalSpacer">
65        <property name="orientation">
66         <enum>Qt::Horizontal</enum>
67        </property>
68        <property name="sizeHint" stdset="0">
69         <size>
70          <width>59</width>
71          <height>20</height>
72         </size>
73        </property>
74       </spacer>
75      </item>
76     </layout>
77    </item>
78    <item row="2" column="0">
79     <widget class="QLabel" name="fontencLA">
80      <property name="text">
81       <string>&amp;LaTeX font encoding:</string>
82      </property>
83      <property name="buddy">
84       <cstring>fontencCO</cstring>
85      </property>
86     </widget>
87    </item>
88    <item row="2" column="1">
89     <layout class="QHBoxLayout" name="horizontalLayout_2">
90      <item>
91       <widget class="QComboBox" name="fontencCO"/>
92      </item>
93      <item>
94       <widget class="QLineEdit" name="fontencLE">
95        <property name="toolTip">
96         <string>Specify the font encoding (e.g., T1).</string>
97        </property>
98       </widget>
99      </item>
100     </layout>
101    </item>
102    <item row="3" column="0">
103     <widget class="QLabel" name="fontsRomanLA">
104      <property name="text">
105       <string>&amp;Roman:</string>
106      </property>
107      <property name="buddy">
108       <cstring>fontsRomanCO</cstring>
109      </property>
110     </widget>
111    </item>
112    <item row="3" column="1">
113     <widget class="QComboBox" name="fontsRomanCO">
114      <property name="toolTip">
115       <string>Select the roman (serif) typeface</string>
116      </property>
117     </widget>
118    </item>
119    <item row="4" column="0">
120     <widget class="QLabel" name="fontsSansLA">
121      <property name="text">
122       <string>&amp;Sans Serif:</string>
123      </property>
124      <property name="buddy">
125       <cstring>fontsSansCO</cstring>
126      </property>
127     </widget>
128    </item>
129    <item row="4" column="1">
130     <layout class="QHBoxLayout" name="horizontalLayout_3">
131      <item>
132       <widget class="QComboBox" name="fontsSansCO">
133        <property name="toolTip">
134         <string>Select the Sans Serif (grotesque) typeface</string>
135        </property>
136       </widget>
137      </item>
138      <item>
139       <spacer name="horizontalSpacer_2">
140        <property name="orientation">
141         <enum>Qt::Horizontal</enum>
142        </property>
143        <property name="sizeHint" stdset="0">
144         <size>
145          <width>40</width>
146          <height>20</height>
147         </size>
148        </property>
149       </spacer>
150      </item>
151      <item>
152       <widget class="QLabel" name="scaleSansLA">
153        <property name="text">
154         <string>S&amp;cale (%):</string>
155        </property>
156        <property name="buddy">
157         <cstring>scaleSansSB</cstring>
158        </property>
159       </widget>
160      </item>
161      <item>
162       <widget class="QSpinBox" name="scaleSansSB">
163        <property name="toolTip">
164         <string>Scale the Sans Serif font to match the base font's dimensions</string>
165        </property>
166        <property name="minimum">
167         <number>10</number>
168        </property>
169        <property name="maximum">
170         <number>200</number>
171        </property>
172       </widget>
173      </item>
174     </layout>
175    </item>
176    <item row="5" column="0">
177     <widget class="QLabel" name="fontsTypewriterLA">
178      <property name="text">
179       <string>&amp;Typewriter:</string>
180      </property>
181      <property name="buddy">
182       <cstring>fontsTypewriterCO</cstring>
183      </property>
184     </widget>
185    </item>
186    <item row="5" column="1">
187     <layout class="QHBoxLayout" name="horizontalLayout_4">
188      <item>
189       <widget class="QComboBox" name="fontsTypewriterCO">
190        <property name="toolTip">
191         <string>Select the typewriter (monospaced) typeface</string>
192        </property>
193       </widget>
194      </item>
195      <item>
196       <spacer name="horizontalSpacer_3">
197        <property name="orientation">
198         <enum>Qt::Horizontal</enum>
199        </property>
200        <property name="sizeHint" stdset="0">
201         <size>
202          <width>40</width>
203          <height>20</height>
204         </size>
205        </property>
206       </spacer>
207      </item>
208      <item>
209       <widget class="QLabel" name="scaleTypewriterLA">
210        <property name="text">
211         <string>Sc&amp;ale (%):</string>
212        </property>
213        <property name="buddy">
214         <cstring>scaleTypewriterSB</cstring>
215        </property>
216       </widget>
217      </item>
218      <item>
219       <widget class="QSpinBox" name="scaleTypewriterSB">
220        <property name="toolTip">
221         <string>Scale the Typewriter font to match the base font's dimensions</string>
222        </property>
223        <property name="minimum">
224         <number>10</number>
225        </property>
226        <property name="maximum">
227         <number>200</number>
228        </property>
229       </widget>
230      </item>
231     </layout>
232    </item>
233    <item row="6" column="0">
234     <widget class="QLabel" name="fontsMathLA">
235      <property name="text">
236       <string>&amp;Math:</string>
237      </property>
238      <property name="buddy">
239       <cstring>fontsMathCO</cstring>
240      </property>
241     </widget>
242    </item>
243    <item row="6" column="1">
244     <widget class="QComboBox" name="fontsMathCO">
245      <property name="toolTip">
246       <string>Select the math typeface</string>
247      </property>
248     </widget>
249    </item>
250    <item row="7" column="0">
251     <widget class="QLabel" name="cjkFontLA">
252      <property name="text">
253       <string>C&amp;JK:</string>
254      </property>
255      <property name="buddy">
256       <cstring>cjkFontLE</cstring>
257      </property>
258     </widget>
259    </item>
260    <item row="7" column="1">
261     <widget class="QLineEdit" name="cjkFontLE">
262      <property name="toolTip">
263       <string>Input the font to be used for Chinese, Japanese or Korean (CJK) script</string>
264      </property>
265     </widget>
266    </item>
267    <item row="8" column="1">
268     <widget class="QCheckBox" name="fontScCB">
269      <property name="toolTip">
270       <string>Use a real small caps shape, if the font provides one</string>
271      </property>
272      <property name="text">
273       <string>Use true s&amp;mall caps</string>
274      </property>
275     </widget>
276    </item>
277    <item row="9" column="1">
278     <widget class="QCheckBox" name="fontOsfCB">
279      <property name="toolTip">
280       <string>Use old style instead of lining figures</string>
281      </property>
282      <property name="text">
283       <string>Use &amp;old style figures</string>
284      </property>
285     </widget>
286    </item>
287    <item row="10" column="1">
288     <widget class="QCheckBox" name="microtypeCB">
289      <property name="toolTip">
290       <string>Activate extensions such as character protrusion and font expansion via the microtype package</string>
291      </property>
292      <property name="text">
293       <string>Enable micr&amp;o-typographic extensions</string>
294      </property>
295     </widget>
296    </item>
297    <item row="11" column="1">
298     <widget class="QCheckBox" name="dashesCB">
299      <property name="toolTip">
300       <string>Use font ligatures -- and --- instead of \textendash and \textemdash for en- and em-dashes</string>
301      </property>
302      <property name="text">
303       <string>Output en- and &amp;em-dashes as ligatures</string>
304      </property>
305     </widget>
306    </item>
307    <item row="12" column="1">
308     <spacer name="verticalSpacer">
309      <property name="orientation">
310       <enum>Qt::Vertical</enum>
311      </property>
312      <property name="sizeHint" stdset="0">
313       <size>
314        <width>20</width>
315        <height>126</height>
316       </size>
317      </property>
318     </spacer>
319    </item>
320   </layout>
321  </widget>
322  <layoutdefault spacing="6" margin="11"/>
323  <tabstops>
324   <tabstop>osFontsCB</tabstop>
325   <tabstop>fontsDefaultCO</tabstop>
326   <tabstop>fontsizeCO</tabstop>
327   <tabstop>fontencCO</tabstop>
328   <tabstop>fontencLE</tabstop>
329   <tabstop>fontsRomanCO</tabstop>
330   <tabstop>fontsSansCO</tabstop>
331   <tabstop>scaleSansSB</tabstop>
332   <tabstop>fontsTypewriterCO</tabstop>
333   <tabstop>scaleTypewriterSB</tabstop>
334   <tabstop>cjkFontLE</tabstop>
335   <tabstop>fontScCB</tabstop>
336   <tabstop>fontOsfCB</tabstop>
337  </tabstops>
338  <includes>
339   <include location="local">qt_i18n.h</include>
340  </includes>
341  <resources/>
342  <connections/>
343 </ui>