summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/configurefrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/configurefrm.ui')
-rw-r--r--rbutil/rbutilqt/configurefrm.ui209
1 files changed, 174 insertions, 35 deletions
diff --git a/rbutil/rbutilqt/configurefrm.ui b/rbutil/rbutilqt/configurefrm.ui
index 087cdf34bd..af54ad1442 100644
--- a/rbutil/rbutilqt/configurefrm.ui
+++ b/rbutil/rbutilqt/configurefrm.ui
@@ -6,7 +6,7 @@
6 <x>0</x> 6 <x>0</x>
7 <y>0</y> 7 <y>0</y>
8 <width>500</width> 8 <width>500</width>
9 <height>400</height> 9 <height>435</height>
10 </rect> 10 </rect>
11 </property> 11 </property>
12 <property name="windowTitle" > 12 <property name="windowTitle" >
@@ -20,39 +20,6 @@
20 </property> 20 </property>
21 </widget> 21 </widget>
22 </item> 22 </item>
23 <item row="2" column="0" >
24 <spacer>
25 <property name="orientation" >
26 <enum>Qt::Horizontal</enum>
27 </property>
28 <property name="sizeHint" >
29 <size>
30 <width>40</width>
31 <height>20</height>
32 </size>
33 </property>
34 </spacer>
35 </item>
36 <item row="2" column="1" >
37 <widget class="QPushButton" name="buttonOk" >
38 <property name="text" >
39 <string>&amp;Ok</string>
40 </property>
41 <property name="icon" >
42 <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
43 </property>
44 </widget>
45 </item>
46 <item row="2" column="2" >
47 <widget class="QPushButton" name="buttonCancel" >
48 <property name="text" >
49 <string>&amp;Cancel</string>
50 </property>
51 <property name="icon" >
52 <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="0" colspan="3" > 23 <item row="1" column="0" colspan="3" >
57 <widget class="QTabWidget" name="tabConfiguration" > 24 <widget class="QTabWidget" name="tabConfiguration" >
58 <property name="currentIndex" > 25 <property name="currentIndex" >
@@ -319,7 +286,7 @@
319 <string>&amp;Browse</string> 286 <string>&amp;Browse</string>
320 </property> 287 </property>
321 <property name="icon" > 288 <property name="icon" >
322 <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset> 289 <iconset resource="rbutilqt.qrc" >:/icons/icons/edit-find.png</iconset>
323 </property> 290 </property>
324 </widget> 291 </widget>
325 </item> 292 </item>
@@ -384,6 +351,178 @@
384 </item> 351 </item>
385 </layout> 352 </layout>
386 </widget> 353 </widget>
354 <widget class="QWidget" name="tabTts" >
355 <attribute name="title" >
356 <string>&amp;TTS &amp;&amp; Encoder</string>
357 </attribute>
358 <attribute name="icon" >
359 <iconset resource="rbutilqt.qrc" >:/icons/icons/audio-input-microphone.png</iconset>
360 </attribute>
361 <layout class="QGridLayout" >
362 <item row="0" column="0" colspan="2" >
363 <widget class="QGroupBox" name="groupBox_2" >
364 <property name="title" >
365 <string>TTS Engine</string>
366 </property>
367 <layout class="QGridLayout" >
368 <item row="0" column="0" >
369 <widget class="QLabel" name="labelTts" >
370 <property name="text" >
371 <string>&amp;Select TTS profile</string>
372 </property>
373 <property name="buddy" >
374 <cstring>comboTts</cstring>
375 </property>
376 </widget>
377 </item>
378 <item row="0" column="1" colspan="2" >
379 <widget class="QComboBox" name="comboTts" />
380 </item>
381 <item row="1" column="0" >
382 <widget class="QLabel" name="labelTtsExecutable" >
383 <property name="text" >
384 <string>TTS executable</string>
385 </property>
386 <property name="buddy" >
387 <cstring>ttsExecutable</cstring>
388 </property>
389 </widget>
390 </item>
391 <item row="1" column="1" >
392 <widget class="QLineEdit" name="ttsExecutable" />
393 </item>
394 <item row="1" column="2" >
395 <widget class="QPushButton" name="browseTts" >
396 <property name="text" >
397 <string>&amp;Browse</string>
398 </property>
399 <property name="icon" >
400 <iconset resource="rbutilqt.qrc" >:/icons/icons/edit-find.png</iconset>
401 </property>
402 </widget>
403 </item>
404 <item row="2" column="0" >
405 <widget class="QLabel" name="labelTtsOptions" >
406 <property name="text" >
407 <string>TTS Options</string>
408 </property>
409 <property name="buddy" >
410 <cstring>ttsOptions</cstring>
411 </property>
412 </widget>
413 </item>
414 <item row="2" column="1" colspan="2" >
415 <widget class="QLineEdit" name="ttsOptions" />
416 </item>
417 </layout>
418 </widget>
419 </item>
420 <item rowspan="2" row="1" column="0" colspan="2" >
421 <widget class="QGroupBox" name="groupBox_3" >
422 <property name="title" >
423 <string>Encoder Engine</string>
424 </property>
425 <layout class="QGridLayout" >
426 <item row="0" column="0" >
427 <widget class="QLabel" name="labelEncoder" >
428 <property name="text" >
429 <string>Select &amp;encoder profile</string>
430 </property>
431 <property name="buddy" >
432 <cstring>comboEncoder</cstring>
433 </property>
434 </widget>
435 </item>
436 <item row="0" column="1" colspan="2" >
437 <widget class="QComboBox" name="comboEncoder" />
438 </item>
439 <item row="1" column="0" >
440 <widget class="QLabel" name="labelEncoderExecutable" >
441 <property name="text" >
442 <string>Encoder executable</string>
443 </property>
444 <property name="buddy" >
445 <cstring>encoderExecutable</cstring>
446 </property>
447 </widget>
448 </item>
449 <item row="1" column="1" >
450 <widget class="QLineEdit" name="encoderExecutable" />
451 </item>
452 <item row="1" column="2" >
453 <widget class="QPushButton" name="browseEncoder" >
454 <property name="text" >
455 <string>B&amp;rowse</string>
456 </property>
457 <property name="icon" >
458 <iconset resource="rbutilqt.qrc" >:/icons/icons/edit-find.png</iconset>
459 </property>
460 </widget>
461 </item>
462 <item row="2" column="0" >
463 <widget class="QLabel" name="labelEncoderOptions" >
464 <property name="text" >
465 <string>Encoder options</string>
466 </property>
467 <property name="buddy" >
468 <cstring>encoderOptions</cstring>
469 </property>
470 </widget>
471 </item>
472 <item row="2" column="1" colspan="2" >
473 <widget class="QLineEdit" name="encoderOptions" />
474 </item>
475 </layout>
476 </widget>
477 </item>
478 <item row="3" column="0" >
479 <spacer>
480 <property name="orientation" >
481 <enum>Qt::Vertical</enum>
482 </property>
483 <property name="sizeHint" >
484 <size>
485 <width>20</width>
486 <height>40</height>
487 </size>
488 </property>
489 </spacer>
490 </item>
491 </layout>
492 </widget>
493 </widget>
494 </item>
495 <item row="2" column="0" >
496 <spacer>
497 <property name="orientation" >
498 <enum>Qt::Horizontal</enum>
499 </property>
500 <property name="sizeHint" >
501 <size>
502 <width>40</width>
503 <height>20</height>
504 </size>
505 </property>
506 </spacer>
507 </item>
508 <item row="2" column="1" >
509 <widget class="QPushButton" name="buttonOk" >
510 <property name="text" >
511 <string>&amp;Ok</string>
512 </property>
513 <property name="icon" >
514 <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
515 </property>
516 </widget>
517 </item>
518 <item row="2" column="2" >
519 <widget class="QPushButton" name="buttonCancel" >
520 <property name="text" >
521 <string>&amp;Cancel</string>
522 </property>
523 <property name="icon" >
524 <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
525 </property>
387 </widget> 526 </widget>
388 </item> 527 </item>
389 </layout> 528 </layout>