]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FontUi.ui
start XeTeX support.
[lyx.git] / src / frontends / qt4 / ui / FontUi.ui
1 <ui version="4.0" >
2  <class>FontUi</class>
3  <widget class="QWidget" name="FontUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>543</width>
9     <height>361</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>FontUi</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" >
17     <widget class="QCheckBox" name="xetexCB" >
18      <property name="toolTip" >
19       <string>Use the XeTeX processor, which allows access to all system fonts</string>
20      </property>
21      <property name="text" >
22       <string>Use &amp;XeTeX</string>
23      </property>
24     </widget>
25    </item>
26    <item row="1" column="0" colspan="4" >
27     <widget class="Line" name="line" >
28      <property name="orientation" >
29       <enum>Qt::Horizontal</enum>
30      </property>
31     </widget>
32    </item>
33    <item row="2" column="0" >
34     <widget class="QLabel" name="fontsDefaultLA" >
35      <property name="text" >
36       <string>&amp;Default Family:</string>
37      </property>
38      <property name="buddy" >
39       <cstring>fontsDefaultCO</cstring>
40      </property>
41     </widget>
42    </item>
43    <item row="2" column="1" >
44     <widget class="QComboBox" name="fontsDefaultCO" >
45      <property name="toolTip" >
46       <string>Select the default family for the document</string>
47      </property>
48     </widget>
49    </item>
50    <item row="2" column="2" >
51     <widget class="QLabel" name="TextLabel2_2" >
52      <property name="text" >
53       <string>&amp;Base Size:</string>
54      </property>
55      <property name="buddy" >
56       <cstring>fontsizeCO</cstring>
57      </property>
58     </widget>
59    </item>
60    <item row="2" column="3" >
61     <widget class="QComboBox" name="fontsizeCO" >
62      <property name="toolTip" >
63       <string/>
64      </property>
65     </widget>
66    </item>
67    <item row="3" column="1" >
68     <spacer>
69      <property name="orientation" >
70       <enum>Qt::Horizontal</enum>
71      </property>
72      <property name="sizeHint" stdset="0" >
73       <size>
74        <width>182</width>
75        <height>16</height>
76       </size>
77      </property>
78     </spacer>
79    </item>
80    <item row="4" column="0" >
81     <widget class="QLabel" name="fontsRomanLA" >
82      <property name="text" >
83       <string>&amp;Roman:</string>
84      </property>
85      <property name="buddy" >
86       <cstring>fontsRomanCO</cstring>
87      </property>
88     </widget>
89    </item>
90    <item row="4" column="1" >
91     <widget class="QComboBox" name="fontsRomanCO" >
92      <property name="toolTip" >
93       <string>Select the roman (serif) typeface</string>
94      </property>
95     </widget>
96    </item>
97    <item row="4" column="2" colspan="2" >
98     <spacer>
99      <property name="orientation" >
100       <enum>Qt::Horizontal</enum>
101      </property>
102      <property name="sizeHint" stdset="0" >
103       <size>
104        <width>131</width>
105        <height>20</height>
106       </size>
107      </property>
108     </spacer>
109    </item>
110    <item row="5" column="0" >
111     <widget class="QLabel" name="fontsSansLA" >
112      <property name="text" >
113       <string>&amp;Sans Serif:</string>
114      </property>
115      <property name="buddy" >
116       <cstring>fontsSansCO</cstring>
117      </property>
118     </widget>
119    </item>
120    <item row="5" column="1" >
121     <widget class="QComboBox" name="fontsSansCO" >
122      <property name="toolTip" >
123       <string>Select the Sans Serif (grotesque) typeface</string>
124      </property>
125     </widget>
126    </item>
127    <item row="5" column="2" >
128     <widget class="QLabel" name="scaleSansLA" >
129      <property name="text" >
130       <string>S&amp;cale (%):</string>
131      </property>
132      <property name="buddy" >
133       <cstring>scaleSansSB</cstring>
134      </property>
135     </widget>
136    </item>
137    <item row="5" column="3" >
138     <widget class="QSpinBox" name="scaleSansSB" >
139      <property name="toolTip" >
140       <string>Scale the Sans Serif font to match the base font's dimensions</string>
141      </property>
142      <property name="minimum" >
143       <number>10</number>
144      </property>
145      <property name="maximum" >
146       <number>200</number>
147      </property>
148     </widget>
149    </item>
150    <item row="6" column="0" >
151     <widget class="QLabel" name="fontsTypewriterLA" >
152      <property name="text" >
153       <string>&amp;Typewriter:</string>
154      </property>
155      <property name="buddy" >
156       <cstring>fontsTypewriterCO</cstring>
157      </property>
158     </widget>
159    </item>
160    <item row="6" column="1" >
161     <widget class="QComboBox" name="fontsTypewriterCO" >
162      <property name="toolTip" >
163       <string>Select the typewriter (monospaced) typeface</string>
164      </property>
165     </widget>
166    </item>
167    <item row="6" column="2" >
168     <widget class="QLabel" name="scaleTypewriterLA" >
169      <property name="text" >
170       <string>Sc&amp;ale (%):</string>
171      </property>
172      <property name="buddy" >
173       <cstring>scaleTypewriterSB</cstring>
174      </property>
175     </widget>
176    </item>
177    <item row="6" column="3" >
178     <widget class="QSpinBox" name="scaleTypewriterSB" >
179      <property name="toolTip" >
180       <string>Scale the Typewriter font to match the base font's dimensions</string>
181      </property>
182      <property name="minimum" >
183       <number>10</number>
184      </property>
185      <property name="maximum" >
186       <number>200</number>
187      </property>
188     </widget>
189    </item>
190    <item row="7" column="0" >
191     <widget class="QLabel" name="cjkFontLA" >
192      <property name="text" >
193       <string>C&amp;JK:</string>
194      </property>
195      <property name="buddy" >
196       <cstring>cjkFontLE</cstring>
197      </property>
198     </widget>
199    </item>
200    <item row="7" column="1" >
201     <widget class="QLineEdit" name="cjkFontLE" >
202      <property name="toolTip" >
203       <string>Input the font to be used for Chinese, Japanese or Korean (CJK) script</string>
204      </property>
205     </widget>
206    </item>
207    <item row="7" column="2" colspan="2" >
208     <spacer>
209      <property name="orientation" >
210       <enum>Qt::Horizontal</enum>
211      </property>
212      <property name="sizeHint" stdset="0" >
213       <size>
214        <width>151</width>
215        <height>20</height>
216       </size>
217      </property>
218     </spacer>
219    </item>
220    <item row="8" column="1" >
221     <widget class="QCheckBox" name="fontScCB" >
222      <property name="toolTip" >
223       <string>Use a real small caps shape, if the font provides one</string>
224      </property>
225      <property name="text" >
226       <string>Use true S&amp;mall Caps</string>
227      </property>
228     </widget>
229    </item>
230    <item row="9" column="1" >
231     <widget class="QCheckBox" name="fontOsfCB" >
232      <property name="toolTip" >
233       <string>Use old style instead of lining figures</string>
234      </property>
235      <property name="text" >
236       <string>Use &amp;Old Style Figures</string>
237      </property>
238     </widget>
239    </item>
240    <item row="10" column="0" colspan="4" >
241     <spacer>
242      <property name="orientation" >
243       <enum>Qt::Vertical</enum>
244      </property>
245      <property name="sizeType" >
246       <enum>QSizePolicy::Expanding</enum>
247      </property>
248      <property name="sizeHint" stdset="0" >
249       <size>
250        <width>391</width>
251        <height>16</height>
252       </size>
253      </property>
254     </spacer>
255    </item>
256   </layout>
257  </widget>
258  <layoutdefault spacing="6" margin="11" />
259  <tabstops>
260   <tabstop>fontsDefaultCO</tabstop>
261   <tabstop>fontsizeCO</tabstop>
262   <tabstop>fontsSansCO</tabstop>
263   <tabstop>scaleSansSB</tabstop>
264   <tabstop>fontsTypewriterCO</tabstop>
265   <tabstop>scaleTypewriterSB</tabstop>
266   <tabstop>fontsRomanCO</tabstop>
267   <tabstop>fontScCB</tabstop>
268   <tabstop>fontOsfCB</tabstop>
269  </tabstops>
270  <includes>
271   <include location="local" >qt_i18n.h</include>
272  </includes>
273  <resources/>
274  <connections/>
275 </ui>