]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/FontUi.ui
Hint at (new) filter function in tooltip.
[lyx.git] / src / frontends / qt / 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>568</width>
10     <height>565</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>FontUi</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_3">
17    <item row="4" column="0">
18     <spacer name="verticalSpacer">
19      <property name="orientation">
20       <enum>Qt::Vertical</enum>
21      </property>
22      <property name="sizeHint" stdset="0">
23       <size>
24        <width>20</width>
25        <height>126</height>
26       </size>
27      </property>
28     </spacer>
29    </item>
30    <item row="1" column="0">
31     <layout class="QGridLayout" name="gridLayout_2">
32      <item row="0" column="0">
33       <widget class="QLabel" name="fontsDefaultLA">
34        <property name="text">
35         <string>&amp;Default family:</string>
36        </property>
37        <property name="buddy">
38         <cstring>fontsDefaultCO</cstring>
39        </property>
40       </widget>
41      </item>
42      <item row="0" column="1">
43       <layout class="QHBoxLayout" name="horizontalLayout">
44        <item>
45         <widget class="QComboBox" name="fontsDefaultCO">
46          <property name="toolTip">
47           <string>Select the default family for the document</string>
48          </property>
49         </widget>
50        </item>
51        <item>
52         <widget class="QLabel" name="BaseSizeLA">
53          <property name="text">
54           <string>&amp;Base size:</string>
55          </property>
56          <property name="buddy">
57           <cstring>fontsizeCO</cstring>
58          </property>
59         </widget>
60        </item>
61        <item>
62         <widget class="QComboBox" name="fontsizeCO">
63          <property name="toolTip">
64           <string/>
65          </property>
66         </widget>
67        </item>
68        <item>
69         <spacer name="horizontalSpacer">
70          <property name="orientation">
71           <enum>Qt::Horizontal</enum>
72          </property>
73          <property name="sizeHint" stdset="0">
74           <size>
75            <width>59</width>
76            <height>20</height>
77           </size>
78          </property>
79         </spacer>
80        </item>
81       </layout>
82      </item>
83      <item row="1" column="0">
84       <widget class="QLabel" name="fontencLA">
85        <property name="text">
86         <string>&amp;LaTeX font encoding:</string>
87        </property>
88        <property name="buddy">
89         <cstring>fontencCO</cstring>
90        </property>
91       </widget>
92      </item>
93      <item row="1" column="1">
94       <layout class="QHBoxLayout" name="horizontalLayout_2">
95        <item>
96         <widget class="QComboBox" name="fontencCO"/>
97        </item>
98        <item>
99         <widget class="QLineEdit" name="fontencLE">
100          <property name="toolTip">
101           <string>Specify the font encoding (e.g., T1).</string>
102          </property>
103         </widget>
104        </item>
105       </layout>
106      </item>
107      <item row="2" column="0">
108       <widget class="QLabel" name="fontsRomanLA">
109        <property name="text">
110         <string>&amp;Roman:</string>
111        </property>
112        <property name="buddy">
113         <cstring>fontsRomanCO</cstring>
114        </property>
115       </widget>
116      </item>
117      <item row="2" column="1">
118       <layout class="QHBoxLayout" name="horizontalLayout_8">
119        <item>
120         <widget class="lyx::frontend::CategorizedCombo" name="fontsRomanCO">
121          <property name="toolTip">
122           <string>Select the roman (serif) typeface. To filter the list of fonts, just start typing while the list is expanded.</string>
123          </property>
124         </widget>
125        </item>
126        <item>
127         <spacer name="horizontalSpacer_4">
128          <property name="orientation">
129           <enum>Qt::Horizontal</enum>
130          </property>
131          <property name="sizeHint" stdset="0">
132           <size>
133            <width>40</width>
134            <height>20</height>
135           </size>
136          </property>
137         </spacer>
138        </item>
139        <item>
140         <widget class="QCheckBox" name="fontScCB">
141          <property name="toolTip">
142           <string>Use a real small caps shape, if the font provides one</string>
143          </property>
144          <property name="text">
145           <string>Use true s&amp;mall caps</string>
146          </property>
147         </widget>
148        </item>
149       </layout>
150      </item>
151      <item row="3" column="1">
152       <layout class="QHBoxLayout" name="horizontalLayout_9">
153        <item>
154         <widget class="QCheckBox" name="fontOsfCB">
155          <property name="toolTip">
156           <string>Use old style instead of lining figures</string>
157          </property>
158          <property name="text">
159           <string>Use &amp;old style figures</string>
160          </property>
161         </widget>
162        </item>
163        <item>
164         <spacer name="horizontalSpacer_7">
165          <property name="orientation">
166           <enum>Qt::Horizontal</enum>
167          </property>
168          <property name="sizeType">
169           <enum>QSizePolicy::Fixed</enum>
170          </property>
171          <property name="sizeHint" stdset="0">
172           <size>
173            <width>20</width>
174            <height>20</height>
175           </size>
176          </property>
177         </spacer>
178        </item>
179        <item>
180         <layout class="QHBoxLayout" name="horizontalLayout_5">
181          <item>
182           <widget class="QLabel" name="fontspecRomanLA">
183            <property name="text">
184             <string>Options:</string>
185            </property>
186            <property name="buddy">
187             <cstring>fontspecRomanLE</cstring>
188            </property>
189           </widget>
190          </item>
191          <item>
192           <widget class="QLineEdit" name="fontspecRomanLE">
193            <property name="toolTip">
194             <string>Here you can insert additional options (as provided by the font package)</string>
195            </property>
196           </widget>
197          </item>
198         </layout>
199        </item>
200       </layout>
201      </item>
202      <item row="4" column="0">
203       <widget class="QLabel" name="fontsSansLA">
204        <property name="text">
205         <string>&amp;Sans Serif:</string>
206        </property>
207        <property name="buddy">
208         <cstring>fontsSansCO</cstring>
209        </property>
210       </widget>
211      </item>
212      <item row="4" column="1">
213       <layout class="QHBoxLayout" name="horizontalLayout_6">
214        <item>
215         <widget class="lyx::frontend::CategorizedCombo" name="fontsSansCO">
216          <property name="toolTip">
217           <string>Select the Sans Serif (grotesque) typeface. To filter the list of fonts, just start typing while the list is expanded.</string>
218          </property>
219         </widget>
220        </item>
221        <item>
222         <spacer name="horizontalSpacer_2">
223          <property name="orientation">
224           <enum>Qt::Horizontal</enum>
225          </property>
226          <property name="sizeHint" stdset="0">
227           <size>
228            <width>40</width>
229            <height>20</height>
230           </size>
231          </property>
232         </spacer>
233        </item>
234        <item>
235         <widget class="QLabel" name="scaleSansLA">
236          <property name="text">
237           <string>S&amp;cale (%):</string>
238          </property>
239          <property name="buddy">
240           <cstring>scaleSansSB</cstring>
241          </property>
242         </widget>
243        </item>
244        <item>
245         <widget class="QSpinBox" name="scaleSansSB">
246          <property name="toolTip">
247           <string>Scale the Sans Serif font to match the base font's dimensions</string>
248          </property>
249          <property name="minimum">
250           <number>10</number>
251          </property>
252          <property name="maximum">
253           <number>200</number>
254          </property>
255         </widget>
256        </item>
257       </layout>
258      </item>
259      <item row="5" column="1">
260       <layout class="QHBoxLayout" name="horizontalLayout_10">
261        <item>
262         <widget class="QCheckBox" name="fontSansOsfCB">
263          <property name="toolTip">
264           <string>Use old style instead of lining figures</string>
265          </property>
266          <property name="text">
267           <string>Use old st&amp;yle figures</string>
268          </property>
269         </widget>
270        </item>
271        <item>
272         <spacer name="horizontalSpacer_5">
273          <property name="orientation">
274           <enum>Qt::Horizontal</enum>
275          </property>
276          <property name="sizeType">
277           <enum>QSizePolicy::Fixed</enum>
278          </property>
279          <property name="sizeHint" stdset="0">
280           <size>
281            <width>20</width>
282            <height>20</height>
283           </size>
284          </property>
285         </spacer>
286        </item>
287        <item>
288         <layout class="QHBoxLayout" name="horizontalLayout_3">
289          <item>
290           <widget class="QLabel" name="fontspecSansLA">
291            <property name="text">
292             <string>Options:</string>
293            </property>
294            <property name="buddy">
295             <cstring>fontspecSansLE</cstring>
296            </property>
297           </widget>
298          </item>
299          <item>
300           <widget class="QLineEdit" name="fontspecSansLE">
301            <property name="toolTip">
302             <string>Here you can insert additional options (as provided by the font package)</string>
303            </property>
304           </widget>
305          </item>
306         </layout>
307        </item>
308       </layout>
309      </item>
310      <item row="6" column="0">
311       <widget class="QLabel" name="fontsTypewriterLA">
312        <property name="text">
313         <string>&amp;Typewriter:</string>
314        </property>
315        <property name="buddy">
316         <cstring>fontsTypewriterCO</cstring>
317        </property>
318       </widget>
319      </item>
320      <item row="6" column="1">
321       <layout class="QHBoxLayout" name="horizontalLayout_7">
322        <item>
323         <widget class="lyx::frontend::CategorizedCombo" name="fontsTypewriterCO">
324          <property name="toolTip">
325           <string>Select the typewriter (monospaced) typeface. To filter the list of fonts, just start typing while the list is expanded.</string>
326          </property>
327         </widget>
328        </item>
329        <item>
330         <spacer name="horizontalSpacer_3">
331          <property name="orientation">
332           <enum>Qt::Horizontal</enum>
333          </property>
334          <property name="sizeHint" stdset="0">
335           <size>
336            <width>40</width>
337            <height>20</height>
338           </size>
339          </property>
340         </spacer>
341        </item>
342        <item>
343         <widget class="QLabel" name="scaleTypewriterLA">
344          <property name="text">
345           <string>Sc&amp;ale (%):</string>
346          </property>
347          <property name="buddy">
348           <cstring>scaleTypewriterSB</cstring>
349          </property>
350         </widget>
351        </item>
352        <item>
353         <widget class="QSpinBox" name="scaleTypewriterSB">
354          <property name="toolTip">
355           <string>Scale the Typewriter font to match the base font's dimensions</string>
356          </property>
357          <property name="minimum">
358           <number>10</number>
359          </property>
360          <property name="maximum">
361           <number>200</number>
362          </property>
363         </widget>
364        </item>
365       </layout>
366      </item>
367      <item row="7" column="1">
368       <layout class="QHBoxLayout" name="horizontalLayout_11">
369        <item>
370         <widget class="QCheckBox" name="fontTypewriterOsfCB">
371          <property name="toolTip">
372           <string>Use old style instead of lining figures</string>
373          </property>
374          <property name="text">
375           <string>Use old style &amp;figures</string>
376          </property>
377         </widget>
378        </item>
379        <item>
380         <spacer name="horizontalSpacer_6">
381          <property name="orientation">
382           <enum>Qt::Horizontal</enum>
383          </property>
384          <property name="sizeType">
385           <enum>QSizePolicy::Fixed</enum>
386          </property>
387          <property name="sizeHint" stdset="0">
388           <size>
389            <width>20</width>
390            <height>20</height>
391           </size>
392          </property>
393         </spacer>
394        </item>
395        <item>
396         <layout class="QHBoxLayout" name="horizontalLayout_4">
397          <item>
398           <widget class="QLabel" name="fontspecTypewriterLA">
399            <property name="text">
400             <string>Options:</string>
401            </property>
402            <property name="buddy">
403             <cstring>fontspecTypewriterLE</cstring>
404            </property>
405           </widget>
406          </item>
407          <item>
408           <widget class="QLineEdit" name="fontspecTypewriterLE">
409            <property name="toolTip">
410             <string>Here you can insert additional options (as provided by the font package)</string>
411            </property>
412           </widget>
413          </item>
414         </layout>
415        </item>
416       </layout>
417      </item>
418      <item row="8" column="0">
419       <widget class="QLabel" name="fontsMathLA">
420        <property name="text">
421         <string>&amp;Math:</string>
422        </property>
423        <property name="buddy">
424         <cstring>fontsMathCO</cstring>
425        </property>
426       </widget>
427      </item>
428      <item row="8" column="1">
429       <widget class="QComboBox" name="fontsMathCO">
430        <property name="toolTip">
431         <string>Select the math typeface</string>
432        </property>
433       </widget>
434      </item>
435      <item row="9" column="0">
436       <widget class="QLabel" name="cjkFontLA">
437        <property name="text">
438         <string>C&amp;JK:</string>
439        </property>
440        <property name="buddy">
441         <cstring>cjkFontLE</cstring>
442        </property>
443       </widget>
444      </item>
445      <item row="9" column="1">
446       <widget class="QLineEdit" name="cjkFontLE">
447        <property name="toolTip">
448         <string>Input the font to be used for Chinese, Japanese or Korean (CJK) script</string>
449        </property>
450       </widget>
451      </item>
452     </layout>
453    </item>
454    <item row="2" column="0">
455     <widget class="QCheckBox" name="microtypeCB">
456      <property name="toolTip">
457       <string>Activate extensions such as character protrusion and font expansion via the microtype package</string>
458      </property>
459      <property name="text">
460       <string>Enable micr&amp;o-typographic extensions</string>
461      </property>
462     </widget>
463    </item>
464    <item row="0" column="0">
465     <widget class="QCheckBox" name="osFontsCB">
466      <property name="toolTip">
467       <string>Use OpenType and TrueType fonts with the fontspec package (requires XeTeX or LuaTeX)</string>
468      </property>
469      <property name="text">
470       <string>&amp;Use non-TeX fonts (via XeTeX/LuaTeX)</string>
471      </property>
472     </widget>
473    </item>
474    <item row="3" column="0">
475     <widget class="QCheckBox" name="dashesCB">
476      <property name="toolTip">
477       <string>By default, a line break can occur after en- and em-dashes. Checking this box prevents that.</string>
478      </property>
479      <property name="text">
480       <string>Disallow l&amp;ine breaks after dashes</string>
481      </property>
482     </widget>
483    </item>
484   </layout>
485  </widget>
486  <layoutdefault spacing="6" margin="11"/>
487  <customwidgets>
488   <customwidget>
489    <class>lyx::frontend::CategorizedCombo</class>
490    <extends>QComboBox</extends>
491    <header>CategorizedCombo.h</header>
492   </customwidget>
493  </customwidgets>
494  <tabstops>
495   <tabstop>osFontsCB</tabstop>
496   <tabstop>fontsDefaultCO</tabstop>
497   <tabstop>fontsizeCO</tabstop>
498   <tabstop>fontencCO</tabstop>
499   <tabstop>fontencLE</tabstop>
500   <tabstop>fontsRomanCO</tabstop>
501   <tabstop>fontsSansCO</tabstop>
502   <tabstop>scaleSansSB</tabstop>
503   <tabstop>fontsTypewriterCO</tabstop>
504   <tabstop>scaleTypewriterSB</tabstop>
505   <tabstop>cjkFontLE</tabstop>
506  </tabstops>
507  <includes>
508   <include location="local">qt_i18n.h</include>
509  </includes>
510  <resources/>
511  <connections/>
512 </ui>