source: trunk/tools/makeqpf/mainwindow.ui@ 315

Last change on this file since 315 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 12.5 KB
Line 
1<ui version="4.0" >
2 <class>MainWindow</class>
3 <widget class="QMainWindow" name="MainWindow" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>829</width>
9 <height>813</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>MakeQPF</string>
14 </property>
15 <widget class="QWidget" name="centralwidget" >
16 <layout class="QVBoxLayout" >
17 <property name="margin" >
18 <number>9</number>
19 </property>
20 <property name="spacing" >
21 <number>6</number>
22 </property>
23 <item>
24 <widget class="QGroupBox" name="groupBox" >
25 <property name="title" >
26 <string>Font Properties</string>
27 </property>
28 <layout class="QHBoxLayout" >
29 <property name="margin" >
30 <number>9</number>
31 </property>
32 <property name="spacing" >
33 <number>6</number>
34 </property>
35 <item>
36 <widget class="QLabel" name="label" >
37 <property name="text" >
38 <string>Family:</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QFontComboBox" name="fontComboBox" />
44 </item>
45 <item>
46 <widget class="QLabel" name="label_2" >
47 <property name="text" >
48 <string>Pixel Size:</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QSpinBox" name="pixelSize" >
54 <property name="minimum" >
55 <number>1</number>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <widget class="QLabel" name="label_7" >
61 <property name="text" >
62 <string>Weight:</string>
63 </property>
64 </widget>
65 </item>
66 <item>
67 <widget class="QComboBox" name="weightCombo" />
68 </item>
69 <item>
70 <widget class="QCheckBox" name="italic" >
71 <property name="text" >
72 <string>Italic</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <spacer>
78 <property name="orientation" >
79 <enum>Qt::Horizontal</enum>
80 </property>
81 <property name="sizeHint" >
82 <size>
83 <width>40</width>
84 <height>20</height>
85 </size>
86 </property>
87 </spacer>
88 </item>
89 </layout>
90 </widget>
91 </item>
92 <item>
93 <widget class="QGroupBox" name="groupBox_2" >
94 <property name="title" >
95 <string>Glyph Coverage</string>
96 </property>
97 <layout class="QVBoxLayout" >
98 <property name="margin" >
99 <number>9</number>
100 </property>
101 <property name="spacing" >
102 <number>6</number>
103 </property>
104 <item>
105 <widget class="QRadioButton" name="chooseFromCodePoints" >
106 <property name="text" >
107 <string>Choose from Unicode Codepoints:</string>
108 </property>
109 <property name="checked" >
110 <bool>true</bool>
111 </property>
112 </widget>
113 </item>
114 <item>
115 <layout class="QVBoxLayout" >
116 <property name="margin" >
117 <number>0</number>
118 </property>
119 <property name="spacing" >
120 <number>6</number>
121 </property>
122 <item>
123 <widget class="QListWidget" name="characterRangeView" />
124 </item>
125 <item>
126 <layout class="QHBoxLayout" >
127 <property name="margin" >
128 <number>0</number>
129 </property>
130 <property name="spacing" >
131 <number>6</number>
132 </property>
133 <item>
134 <widget class="QPushButton" name="selectAll" >
135 <property name="text" >
136 <string>Select &amp;All</string>
137 </property>
138 </widget>
139 </item>
140 <item>
141 <widget class="QPushButton" name="deselectAll" >
142 <property name="text" >
143 <string>&amp;Deselect All</string>
144 </property>
145 </widget>
146 </item>
147 <item>
148 <widget class="QPushButton" name="invertSelection" >
149 <property name="text" >
150 <string>&amp;Invert Selection</string>
151 </property>
152 </widget>
153 </item>
154 <item>
155 <spacer>
156 <property name="orientation" >
157 <enum>Qt::Horizontal</enum>
158 </property>
159 <property name="sizeHint" >
160 <size>
161 <width>40</width>
162 <height>20</height>
163 </size>
164 </property>
165 </spacer>
166 </item>
167 </layout>
168 </item>
169 </layout>
170 </item>
171 <item>
172 <widget class="QRadioButton" name="chooseFromSampleFile" >
173 <property name="text" >
174 <string>Choose from Sample Text File (UTF-8 Encoded):</string>
175 </property>
176 </widget>
177 </item>
178 <item>
179 <layout class="QHBoxLayout" >
180 <property name="margin" >
181 <number>0</number>
182 </property>
183 <property name="spacing" >
184 <number>6</number>
185 </property>
186 <item>
187 <widget class="QLabel" name="label_5" >
188 <property name="enabled" >
189 <bool>false</bool>
190 </property>
191 <property name="text" >
192 <string>Path:</string>
193 </property>
194 </widget>
195 </item>
196 <item>
197 <widget class="QLineEdit" name="sampleFile" >
198 <property name="enabled" >
199 <bool>false</bool>
200 </property>
201 </widget>
202 </item>
203 <item>
204 <widget class="QPushButton" name="browseSampleFile" >
205 <property name="enabled" >
206 <bool>false</bool>
207 </property>
208 <property name="text" >
209 <string>Browse...</string>
210 </property>
211 </widget>
212 </item>
213 <item>
214 <widget class="QLabel" name="charCount" >
215 <property name="enabled" >
216 <bool>false</bool>
217 </property>
218 <property name="text" >
219 <string>TextLabel</string>
220 </property>
221 </widget>
222 </item>
223 </layout>
224 </item>
225 </layout>
226 </widget>
227 </item>
228 <item>
229 <widget class="QGroupBox" name="groupBox_3" >
230 <property name="title" >
231 <string>Preview</string>
232 </property>
233 <layout class="QHBoxLayout" >
234 <property name="margin" >
235 <number>9</number>
236 </property>
237 <property name="spacing" >
238 <number>6</number>
239 </property>
240 <item>
241 <widget class="QLineEdit" name="preview" />
242 </item>
243 </layout>
244 </widget>
245 </item>
246 <item>
247 <widget class="QGroupBox" name="groupBox_4" >
248 <property name="title" >
249 <string>Output Options</string>
250 </property>
251 <layout class="QHBoxLayout" >
252 <property name="margin" >
253 <number>9</number>
254 </property>
255 <property name="spacing" >
256 <number>6</number>
257 </property>
258 <item>
259 <widget class="QLabel" name="label_3" >
260 <property name="text" >
261 <string>Path:</string>
262 </property>
263 </widget>
264 </item>
265 <item>
266 <widget class="QLineEdit" name="path" />
267 </item>
268 <item>
269 <widget class="QPushButton" name="browsePath" >
270 <property name="text" >
271 <string>Browse...</string>
272 </property>
273 </widget>
274 </item>
275 <item>
276 <widget class="QLabel" name="label_4" >
277 <property name="text" >
278 <string>Filename:</string>
279 </property>
280 </widget>
281 </item>
282 <item>
283 <widget class="QLineEdit" name="fileName" >
284 <property name="enabled" >
285 <bool>false</bool>
286 </property>
287 </widget>
288 </item>
289 </layout>
290 </widget>
291 </item>
292 <item>
293 <layout class="QHBoxLayout" >
294 <property name="margin" >
295 <number>0</number>
296 </property>
297 <property name="spacing" >
298 <number>6</number>
299 </property>
300 <item>
301 <widget class="QPushButton" name="generate" >
302 <property name="text" >
303 <string>Generate Pre-Rendered Font...</string>
304 </property>
305 </widget>
306 </item>
307 <item>
308 <spacer>
309 <property name="orientation" >
310 <enum>Qt::Horizontal</enum>
311 </property>
312 <property name="sizeHint" >
313 <size>
314 <width>40</width>
315 <height>20</height>
316 </size>
317 </property>
318 </spacer>
319 </item>
320 </layout>
321 </item>
322 </layout>
323 </widget>
324 <widget class="QMenuBar" name="menubar" >
325 <property name="geometry" >
326 <rect>
327 <x>0</x>
328 <y>0</y>
329 <width>829</width>
330 <height>29</height>
331 </rect>
332 </property>
333 <widget class="QMenu" name="menuFile" >
334 <property name="title" >
335 <string>File</string>
336 </property>
337 <addaction name="actionAdd_Custom_Font" />
338 <addaction name="separator" />
339 <addaction name="action_Exit" />
340 </widget>
341 <addaction name="menuFile" />
342 </widget>
343 <widget class="QStatusBar" name="statusbar" />
344 <action name="actionAdd_Custom_Font" >
345 <property name="text" >
346 <string>&amp;Add Custom Font...</string>
347 </property>
348 </action>
349 <action name="action_Exit" >
350 <property name="text" >
351 <string>&amp;Exit</string>
352 </property>
353 </action>
354 </widget>
355 <resources/>
356 <connections>
357 <connection>
358 <sender>action_Exit</sender>
359 <signal>triggered()</signal>
360 <receiver>MainWindow</receiver>
361 <slot>close()</slot>
362 <hints>
363 <hint type="sourcelabel" >
364 <x>-1</x>
365 <y>-1</y>
366 </hint>
367 <hint type="destinationlabel" >
368 <x>383</x>
369 <y>215</y>
370 </hint>
371 </hints>
372 </connection>
373 <connection>
374 <sender>chooseFromCodePoints</sender>
375 <signal>toggled(bool)</signal>
376 <receiver>characterRangeView</receiver>
377 <slot>setEnabled(bool)</slot>
378 <hints>
379 <hint type="sourcelabel" >
380 <x>183</x>
381 <y>144</y>
382 </hint>
383 <hint type="destinationlabel" >
384 <x>146</x>
385 <y>295</y>
386 </hint>
387 </hints>
388 </connection>
389 <connection>
390 <sender>chooseFromCodePoints</sender>
391 <signal>toggled(bool)</signal>
392 <receiver>selectAll</receiver>
393 <slot>setEnabled(bool)</slot>
394 <hints>
395 <hint type="sourcelabel" >
396 <x>236</x>
397 <y>146</y>
398 </hint>
399 <hint type="destinationlabel" >
400 <x>46</x>
401 <y>508</y>
402 </hint>
403 </hints>
404 </connection>
405 <connection>
406 <sender>chooseFromCodePoints</sender>
407 <signal>toggled(bool)</signal>
408 <receiver>deselectAll</receiver>
409 <slot>setEnabled(bool)</slot>
410 <hints>
411 <hint type="sourcelabel" >
412 <x>280</x>
413 <y>147</y>
414 </hint>
415 <hint type="destinationlabel" >
416 <x>158</x>
417 <y>502</y>
418 </hint>
419 </hints>
420 </connection>
421 <connection>
422 <sender>chooseFromCodePoints</sender>
423 <signal>toggled(bool)</signal>
424 <receiver>invertSelection</receiver>
425 <slot>setEnabled(bool)</slot>
426 <hints>
427 <hint type="sourcelabel" >
428 <x>364</x>
429 <y>143</y>
430 </hint>
431 <hint type="destinationlabel" >
432 <x>281</x>
433 <y>509</y>
434 </hint>
435 </hints>
436 </connection>
437 <connection>
438 <sender>chooseFromSampleFile</sender>
439 <signal>toggled(bool)</signal>
440 <receiver>sampleFile</receiver>
441 <slot>setEnabled(bool)</slot>
442 <hints>
443 <hint type="sourcelabel" >
444 <x>134</x>
445 <y>544</y>
446 </hint>
447 <hint type="destinationlabel" >
448 <x>64</x>
449 <y>569</y>
450 </hint>
451 </hints>
452 </connection>
453 <connection>
454 <sender>chooseFromSampleFile</sender>
455 <signal>toggled(bool)</signal>
456 <receiver>browseSampleFile</receiver>
457 <slot>setEnabled(bool)</slot>
458 <hints>
459 <hint type="sourcelabel" >
460 <x>79</x>
461 <y>545</y>
462 </hint>
463 <hint type="destinationlabel" >
464 <x>710</x>
465 <y>582</y>
466 </hint>
467 </hints>
468 </connection>
469 <connection>
470 <sender>chooseFromSampleFile</sender>
471 <signal>toggled(bool)</signal>
472 <receiver>charCount</receiver>
473 <slot>setEnabled(bool)</slot>
474 <hints>
475 <hint type="sourcelabel" >
476 <x>274</x>
477 <y>544</y>
478 </hint>
479 <hint type="destinationlabel" >
480 <x>790</x>
481 <y>569</y>
482 </hint>
483 </hints>
484 </connection>
485 <connection>
486 <sender>chooseFromSampleFile</sender>
487 <signal>toggled(bool)</signal>
488 <receiver>label_5</receiver>
489 <slot>setEnabled(bool)</slot>
490 <hints>
491 <hint type="sourcelabel" >
492 <x>112</x>
493 <y>541</y>
494 </hint>
495 <hint type="destinationlabel" >
496 <x>37</x>
497 <y>579</y>
498 </hint>
499 </hints>
500 </connection>
501 </connections>
502</ui>
Note: See TracBrowser for help on using the repository browser.