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