update dict
[QFreeRecite.git] / src / gui / ScannerWidget.ui
blob94433568e236b0a784b03dbd93794679f3ce758d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ScannerWidget</class>
4 <widget class="QWidget" name="ScannerWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>733</width>
10 <height>468</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0" colspan="9">
18 <widget class="QLabel" name="topicLabel">
19 <property name="font">
20 <font>
21 <family>DejaVu Serif</family>
22 <pointsize>18</pointsize>
23 </font>
24 </property>
25 <property name="focusPolicy">
26 <enum>Qt::NoFocus</enum>
27 </property>
28 <property name="text">
29 <string>WidgetType</string>
30 </property>
31 <property name="alignment">
32 <set>Qt::AlignCenter</set>
33 </property>
34 </widget>
35 </item>
36 <item row="0" column="9" rowspan="6">
37 <widget class="Line" name="line">
38 <property name="orientation">
39 <enum>Qt::Vertical</enum>
40 </property>
41 </widget>
42 </item>
43 <item row="0" column="10" rowspan="6">
44 <widget class="QListView" name="listView">
45 <property name="minimumSize">
46 <size>
47 <width>201</width>
48 <height>120</height>
49 </size>
50 </property>
51 <property name="maximumSize">
52 <size>
53 <width>200</width>
54 <height>12000</height>
55 </size>
56 </property>
57 <property name="font">
58 <font>
59 <pointsize>12</pointsize>
60 </font>
61 </property>
62 <property name="focusPolicy">
63 <enum>Qt::NoFocus</enum>
64 </property>
65 <property name="frameShape">
66 <enum>QFrame::NoFrame</enum>
67 </property>
68 </widget>
69 </item>
70 <item row="1" column="0">
71 <widget class="QLabel" name="label_3">
72 <property name="font">
73 <font>
74 <pointsize>11</pointsize>
75 </font>
76 </property>
77 <property name="focusPolicy">
78 <enum>Qt::NoFocus</enum>
79 </property>
80 <property name="text">
81 <string>Amount:</string>
82 </property>
83 </widget>
84 </item>
85 <item row="1" column="1" colspan="2">
86 <widget class="QLabel" name="amountLabel">
87 <property name="font">
88 <font>
89 <pointsize>15</pointsize>
90 </font>
91 </property>
92 <property name="focusPolicy">
93 <enum>Qt::NoFocus</enum>
94 </property>
95 <property name="text">
96 <string>00</string>
97 </property>
98 <property name="alignment">
99 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
100 </property>
101 </widget>
102 </item>
103 <item row="1" column="3">
104 <spacer name="horizontalSpacer">
105 <property name="orientation">
106 <enum>Qt::Horizontal</enum>
107 </property>
108 <property name="sizeHint" stdset="0">
109 <size>
110 <width>124</width>
111 <height>40</height>
112 </size>
113 </property>
114 </spacer>
115 </item>
116 <item row="1" column="4">
117 <widget class="QLabel" name="label_4">
118 <property name="font">
119 <font>
120 <pointsize>11</pointsize>
121 </font>
122 </property>
123 <property name="focusPolicy">
124 <enum>Qt::NoFocus</enum>
125 </property>
126 <property name="text">
127 <string>Raw:</string>
128 </property>
129 </widget>
130 </item>
131 <item row="1" column="5">
132 <widget class="QLabel" name="rawLabel">
133 <property name="font">
134 <font>
135 <pointsize>15</pointsize>
136 </font>
137 </property>
138 <property name="focusPolicy">
139 <enum>Qt::NoFocus</enum>
140 </property>
141 <property name="text">
142 <string>00</string>
143 </property>
144 <property name="alignment">
145 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
146 </property>
147 </widget>
148 </item>
149 <item row="1" column="6">
150 <spacer name="horizontalSpacer_2">
151 <property name="orientation">
152 <enum>Qt::Horizontal</enum>
153 </property>
154 <property name="sizeHint" stdset="0">
155 <size>
156 <width>123</width>
157 <height>40</height>
158 </size>
159 </property>
160 </spacer>
161 </item>
162 <item row="1" column="7">
163 <widget class="QLabel" name="label_5">
164 <property name="font">
165 <font>
166 <pointsize>11</pointsize>
167 </font>
168 </property>
169 <property name="focusPolicy">
170 <enum>Qt::NoFocus</enum>
171 </property>
172 <property name="text">
173 <string>R_Times:</string>
174 </property>
175 </widget>
176 </item>
177 <item row="1" column="8">
178 <widget class="QLabel" name="r_timesLabel">
179 <property name="font">
180 <font>
181 <pointsize>15</pointsize>
182 </font>
183 </property>
184 <property name="focusPolicy">
185 <enum>Qt::NoFocus</enum>
186 </property>
187 <property name="text">
188 <string>00</string>
189 </property>
190 <property name="alignment">
191 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
192 </property>
193 </widget>
194 </item>
195 <item row="2" column="0" colspan="9">
196 <widget class="QTextBrowser" name="textBrowser">
197 <property name="minimumSize">
198 <size>
199 <width>380</width>
200 <height>200</height>
201 </size>
202 </property>
203 <property name="maximumSize">
204 <size>
205 <width>1000</width>
206 <height>200</height>
207 </size>
208 </property>
209 <property name="font">
210 <font>
211 <pointsize>15</pointsize>
212 </font>
213 </property>
214 <property name="cursor" stdset="0">
215 <cursorShape>IBeamCursor</cursorShape>
216 </property>
217 <property name="focusPolicy">
218 <enum>Qt::NoFocus</enum>
219 </property>
220 <property name="html">
221 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
222 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
223 p, li { white-space: pre-wrap; }
224 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:15pt; font-weight:400; font-style:normal;&quot;&gt;
225 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
226 </property>
227 </widget>
228 </item>
229 <item row="3" column="0" colspan="9">
230 <layout class="QHBoxLayout" name="horizontalLayout">
231 <property name="spacing">
232 <number>1</number>
233 </property>
234 <item>
235 <widget class="PushButton" name="addButton">
236 <property name="minimumSize">
237 <size>
238 <width>80</width>
239 <height>35</height>
240 </size>
241 </property>
242 <property name="maximumSize">
243 <size>
244 <width>80</width>
245 <height>35</height>
246 </size>
247 </property>
248 <property name="cursor">
249 <cursorShape>PointingHandCursor</cursorShape>
250 </property>
251 <property name="focusPolicy">
252 <enum>Qt::NoFocus</enum>
253 </property>
254 <property name="text">
255 <string>&amp;Add</string>
256 </property>
257 </widget>
258 </item>
259 <item>
260 <spacer name="horizontalSpacer_3">
261 <property name="orientation">
262 <enum>Qt::Horizontal</enum>
263 </property>
264 <property name="sizeHint" stdset="0">
265 <size>
266 <width>40</width>
267 <height>20</height>
268 </size>
269 </property>
270 </spacer>
271 </item>
272 <item>
273 <widget class="PushButton" name="deleteButton">
274 <property name="minimumSize">
275 <size>
276 <width>80</width>
277 <height>35</height>
278 </size>
279 </property>
280 <property name="maximumSize">
281 <size>
282 <width>80</width>
283 <height>35</height>
284 </size>
285 </property>
286 <property name="sizeIncrement">
287 <size>
288 <width>0</width>
289 <height>0</height>
290 </size>
291 </property>
292 <property name="cursor">
293 <cursorShape>PointingHandCursor</cursorShape>
294 </property>
295 <property name="focusPolicy">
296 <enum>Qt::NoFocus</enum>
297 </property>
298 <property name="text">
299 <string>&amp;Delete</string>
300 </property>
301 </widget>
302 </item>
303 <item>
304 <spacer name="horizontalSpacer_4">
305 <property name="orientation">
306 <enum>Qt::Horizontal</enum>
307 </property>
308 <property name="sizeHint" stdset="0">
309 <size>
310 <width>40</width>
311 <height>20</height>
312 </size>
313 </property>
314 </spacer>
315 </item>
316 <item>
317 <widget class="PushButton" name="modifyButton">
318 <property name="minimumSize">
319 <size>
320 <width>80</width>
321 <height>35</height>
322 </size>
323 </property>
324 <property name="maximumSize">
325 <size>
326 <width>80</width>
327 <height>35</height>
328 </size>
329 </property>
330 <property name="cursor">
331 <cursorShape>PointingHandCursor</cursorShape>
332 </property>
333 <property name="focusPolicy">
334 <enum>Qt::NoFocus</enum>
335 </property>
336 <property name="text">
337 <string>&amp;Modify</string>
338 </property>
339 </widget>
340 </item>
341 <item>
342 <spacer name="horizontalSpacer_5">
343 <property name="orientation">
344 <enum>Qt::Horizontal</enum>
345 </property>
346 <property name="sizeHint" stdset="0">
347 <size>
348 <width>40</width>
349 <height>20</height>
350 </size>
351 </property>
352 </spacer>
353 </item>
354 <item>
355 <widget class="PushButton" name="hintButton">
356 <property name="minimumSize">
357 <size>
358 <width>80</width>
359 <height>35</height>
360 </size>
361 </property>
362 <property name="maximumSize">
363 <size>
364 <width>80</width>
365 <height>35</height>
366 </size>
367 </property>
368 <property name="cursor">
369 <cursorShape>PointingHandCursor</cursorShape>
370 </property>
371 <property name="focusPolicy">
372 <enum>Qt::NoFocus</enum>
373 </property>
374 <property name="text">
375 <string>&amp;Hint</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="sizeHint" stdset="0">
385 <size>
386 <width>40</width>
387 <height>20</height>
388 </size>
389 </property>
390 </spacer>
391 </item>
392 <item>
393 <widget class="PushButton" name="pronounceButton">
394 <property name="minimumSize">
395 <size>
396 <width>80</width>
397 <height>35</height>
398 </size>
399 </property>
400 <property name="maximumSize">
401 <size>
402 <width>80</width>
403 <height>35</height>
404 </size>
405 </property>
406 <property name="cursor">
407 <cursorShape>PointingHandCursor</cursorShape>
408 </property>
409 <property name="focusPolicy">
410 <enum>Qt::NoFocus</enum>
411 </property>
412 <property name="text">
413 <string>&amp;Prono</string>
414 </property>
415 </widget>
416 </item>
417 <item>
418 <spacer name="horizontalSpacer_7">
419 <property name="orientation">
420 <enum>Qt::Horizontal</enum>
421 </property>
422 <property name="sizeHint" stdset="0">
423 <size>
424 <width>40</width>
425 <height>20</height>
426 </size>
427 </property>
428 </spacer>
429 </item>
430 <item>
431 <widget class="PushButton" name="stopButton">
432 <property name="minimumSize">
433 <size>
434 <width>80</width>
435 <height>35</height>
436 </size>
437 </property>
438 <property name="maximumSize">
439 <size>
440 <width>80</width>
441 <height>35</height>
442 </size>
443 </property>
444 <property name="cursor">
445 <cursorShape>PointingHandCursor</cursorShape>
446 </property>
447 <property name="focusPolicy">
448 <enum>Qt::NoFocus</enum>
449 </property>
450 <property name="text">
451 <string>&amp;Stop</string>
452 </property>
453 </widget>
454 </item>
455 </layout>
456 </item>
457 <item row="4" column="0" colspan="2">
458 <widget class="QLabel" name="label_2">
459 <property name="font">
460 <font>
461 <pointsize>15</pointsize>
462 </font>
463 </property>
464 <property name="focusPolicy">
465 <enum>Qt::NoFocus</enum>
466 </property>
467 <property name="text">
468 <string>Answer:</string>
469 </property>
470 </widget>
471 </item>
472 <item row="4" column="2" colspan="7">
473 <widget class="QLabel" name="answerLabel">
474 <property name="minimumSize">
475 <size>
476 <width>0</width>
477 <height>50</height>
478 </size>
479 </property>
480 <property name="font">
481 <font>
482 <family>DejaVu Sans Mono</family>
483 <pointsize>18</pointsize>
484 <weight>75</weight>
485 <italic>false</italic>
486 <bold>true</bold>
487 </font>
488 </property>
489 <property name="focusPolicy">
490 <enum>Qt::NoFocus</enum>
491 </property>
492 <property name="text">
493 <string/>
494 </property>
495 </widget>
496 </item>
497 <item row="5" column="0" colspan="2">
498 <widget class="QLabel" name="label">
499 <property name="font">
500 <font>
501 <pointsize>15</pointsize>
502 </font>
503 </property>
504 <property name="focusPolicy">
505 <enum>Qt::NoFocus</enum>
506 </property>
507 <property name="text">
508 <string>Input:</string>
509 </property>
510 <property name="textInteractionFlags">
511 <set>Qt::LinksAccessibleByMouse</set>
512 </property>
513 </widget>
514 </item>
515 <item row="5" column="2" colspan="7">
516 <widget class="LineEdit" name="lineEdit">
517 <property name="minimumSize">
518 <size>
519 <width>0</width>
520 <height>50</height>
521 </size>
522 </property>
523 <property name="font">
524 <font>
525 <family>DejaVu Sans Mono</family>
526 <pointsize>18</pointsize>
527 <weight>75</weight>
528 <italic>false</italic>
529 <bold>true</bold>
530 </font>
531 </property>
532 <property name="cursor">
533 <cursorShape>IBeamCursor</cursorShape>
534 </property>
535 <property name="focusPolicy">
536 <enum>Qt::WheelFocus</enum>
537 </property>
538 <property name="text">
539 <string/>
540 </property>
541 <property name="frame">
542 <bool>false</bool>
543 </property>
544 <property name="readOnly">
545 <bool>false</bool>
546 </property>
547 </widget>
548 </item>
549 </layout>
550 </widget>
551 <customwidgets>
552 <customwidget>
553 <class>PushButton</class>
554 <extends>QPushButton</extends>
555 <header>PushButton.h</header>
556 </customwidget>
557 <customwidget>
558 <class>LineEdit</class>
559 <extends>QLineEdit</extends>
560 <header>LineEdit.h</header>
561 </customwidget>
562 </customwidgets>
563 <resources/>
564 <connections/>
565 </ui>