Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
[LameXP.git] / gui / MainWindow.ui
blob584cefc48e15ceb56bca20859b839bec781a55c1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>667</width>
10 <height>449</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>LameXP - Audio Encoder Front-end</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../res/Icons.qrc">
18 <normaloff>:/icons/sound.png</normaloff>:/icons/sound.png</iconset>
19 </property>
20 <widget class="QWidget" name="centralwidget">
21 <layout class="QVBoxLayout" name="verticalLayout_2">
22 <item>
23 <layout class="QVBoxLayout" name="verticalLayout">
24 <item>
25 <widget class="QTabWidget" name="tabWidget">
26 <property name="font">
27 <font>
28 <weight>75</weight>
29 <bold>true</bold>
30 </font>
31 </property>
32 <property name="currentIndex">
33 <number>0</number>
34 </property>
35 <property name="usesScrollButtons">
36 <bool>false</bool>
37 </property>
38 <widget class="QWidget" name="tabSourceFiles">
39 <property name="font">
40 <font>
41 <weight>50</weight>
42 <bold>false</bold>
43 </font>
44 </property>
45 <attribute name="icon">
46 <iconset resource="../res/Icons.qrc">
47 <normaloff>:/icons/music.png</normaloff>:/icons/music.png</iconset>
48 </attribute>
49 <attribute name="title">
50 <string>Source Files</string>
51 </attribute>
52 <layout class="QVBoxLayout" name="verticalLayout_4">
53 <item>
54 <layout class="QVBoxLayout" name="verticalLayout_3">
55 <item>
56 <widget class="QTableView" name="sourceFileView">
57 <property name="selectionMode">
58 <enum>QAbstractItemView::SingleSelection</enum>
59 </property>
60 <property name="selectionBehavior">
61 <enum>QAbstractItemView::SelectRows</enum>
62 </property>
63 <property name="horizontalScrollMode">
64 <enum>QAbstractItemView::ScrollPerPixel</enum>
65 </property>
66 <property name="wordWrap">
67 <bool>false</bool>
68 </property>
69 <attribute name="horizontalHeaderHighlightSections">
70 <bool>false</bool>
71 </attribute>
72 <attribute name="horizontalHeaderStretchLastSection">
73 <bool>true</bool>
74 </attribute>
75 <attribute name="verticalHeaderHighlightSections">
76 <bool>false</bool>
77 </attribute>
78 </widget>
79 </item>
80 <item>
81 <layout class="QHBoxLayout" name="horizontalLayout_2">
82 <property name="spacing">
83 <number>4</number>
84 </property>
85 <item>
86 <widget class="QPushButton" name="buttonAddFiles">
87 <property name="minimumSize">
88 <size>
89 <width>90</width>
90 <height>0</height>
91 </size>
92 </property>
93 <property name="text">
94 <string>Add File(s)</string>
95 </property>
96 <property name="icon">
97 <iconset resource="../res/Icons.qrc">
98 <normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset>
99 </property>
100 <property name="iconSize">
101 <size>
102 <width>16</width>
103 <height>16</height>
104 </size>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <widget class="QPushButton" name="buttonRemoveFile">
110 <property name="minimumSize">
111 <size>
112 <width>90</width>
113 <height>0</height>
114 </size>
115 </property>
116 <property name="text">
117 <string>Remove</string>
118 </property>
119 <property name="icon">
120 <iconset resource="../res/Icons.qrc">
121 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
122 </property>
123 <property name="iconSize">
124 <size>
125 <width>16</width>
126 <height>16</height>
127 </size>
128 </property>
129 </widget>
130 </item>
131 <item>
132 <widget class="QPushButton" name="buttonClearFiles">
133 <property name="minimumSize">
134 <size>
135 <width>90</width>
136 <height>0</height>
137 </size>
138 </property>
139 <property name="text">
140 <string>Clear</string>
141 </property>
142 <property name="icon">
143 <iconset resource="../res/Icons.qrc">
144 <normaloff>:/icons/bin.png</normaloff>:/icons/bin.png</iconset>
145 </property>
146 <property name="iconSize">
147 <size>
148 <width>16</width>
149 <height>16</height>
150 </size>
151 </property>
152 </widget>
153 </item>
154 <item>
155 <spacer name="horizontalSpacer_4">
156 <property name="orientation">
157 <enum>Qt::Horizontal</enum>
158 </property>
159 <property name="sizeType">
160 <enum>QSizePolicy::Fixed</enum>
161 </property>
162 <property name="sizeHint" stdset="0">
163 <size>
164 <width>10</width>
165 <height>20</height>
166 </size>
167 </property>
168 </spacer>
169 </item>
170 <item>
171 <widget class="QPushButton" name="buttonFileUp">
172 <property name="text">
173 <string/>
174 </property>
175 <property name="icon">
176 <iconset resource="../res/Icons.qrc">
177 <normaloff>:/icons/arrow_up.png</normaloff>:/icons/arrow_up.png</iconset>
178 </property>
179 <property name="iconSize">
180 <size>
181 <width>16</width>
182 <height>16</height>
183 </size>
184 </property>
185 </widget>
186 </item>
187 <item>
188 <widget class="QPushButton" name="buttonFileDown">
189 <property name="text">
190 <string/>
191 </property>
192 <property name="icon">
193 <iconset resource="../res/Icons.qrc">
194 <normaloff>:/icons/arrow_down.png</normaloff>:/icons/arrow_down.png</iconset>
195 </property>
196 <property name="iconSize">
197 <size>
198 <width>16</width>
199 <height>16</height>
200 </size>
201 </property>
202 </widget>
203 </item>
204 <item>
205 <spacer name="horizontalSpacer_5">
206 <property name="orientation">
207 <enum>Qt::Horizontal</enum>
208 </property>
209 <property name="sizeType">
210 <enum>QSizePolicy::Fixed</enum>
211 </property>
212 <property name="sizeHint" stdset="0">
213 <size>
214 <width>10</width>
215 <height>20</height>
216 </size>
217 </property>
218 </spacer>
219 </item>
220 <item>
221 <spacer name="horizontalSpacer_3">
222 <property name="orientation">
223 <enum>Qt::Horizontal</enum>
224 </property>
225 <property name="sizeHint" stdset="0">
226 <size>
227 <width>40</width>
228 <height>20</height>
229 </size>
230 </property>
231 </spacer>
232 </item>
233 <item>
234 <widget class="QPushButton" name="buttonShowDetails">
235 <property name="minimumSize">
236 <size>
237 <width>105</width>
238 <height>0</height>
239 </size>
240 </property>
241 <property name="text">
242 <string>Show Details</string>
243 </property>
244 <property name="icon">
245 <iconset resource="../res/Icons.qrc">
246 <normaloff>:/icons/zoom.png</normaloff>:/icons/zoom.png</iconset>
247 </property>
248 <property name="iconSize">
249 <size>
250 <width>16</width>
251 <height>16</height>
252 </size>
253 </property>
254 </widget>
255 </item>
256 </layout>
257 </item>
258 </layout>
259 </item>
260 </layout>
261 </widget>
262 <widget class="QWidget" name="tabOutputDir">
263 <property name="font">
264 <font>
265 <weight>50</weight>
266 <bold>false</bold>
267 </font>
268 </property>
269 <attribute name="icon">
270 <iconset resource="../res/Icons.qrc">
271 <normaloff>:/icons/folder_go.png</normaloff>:/icons/folder_go.png</iconset>
272 </attribute>
273 <attribute name="title">
274 <string>Output Directory</string>
275 </attribute>
276 <layout class="QGridLayout" name="gridLayout_2">
277 <item row="0" column="0">
278 <layout class="QVBoxLayout" name="verticalLayout_5">
279 <item>
280 <layout class="QHBoxLayout" name="horizontalLayout_7">
281 <property name="spacing">
282 <number>3</number>
283 </property>
284 <item>
285 <widget class="QLabel" name="outputFolderLabel">
286 <property name="sizePolicy">
287 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
288 <horstretch>0</horstretch>
289 <verstretch>0</verstretch>
290 </sizepolicy>
291 </property>
292 <property name="palette">
293 <palette>
294 <active>
295 <colorrole role="Link">
296 <brush brushstyle="SolidPattern">
297 <color alpha="255">
298 <red>200</red>
299 <green>0</green>
300 <blue>0</blue>
301 </color>
302 </brush>
303 </colorrole>
304 </active>
305 <inactive>
306 <colorrole role="Link">
307 <brush brushstyle="SolidPattern">
308 <color alpha="255">
309 <red>200</red>
310 <green>0</green>
311 <blue>0</blue>
312 </color>
313 </brush>
314 </colorrole>
315 </inactive>
316 <disabled>
317 <colorrole role="Link">
318 <brush brushstyle="SolidPattern">
319 <color alpha="255">
320 <red>200</red>
321 <green>0</green>
322 <blue>0</blue>
323 </color>
324 </brush>
325 </colorrole>
326 </disabled>
327 </palette>
328 </property>
329 <property name="cursor">
330 <cursorShape>PointingHandCursor</cursorShape>
331 </property>
332 <property name="frameShape">
333 <enum>QFrame::StyledPanel</enum>
334 </property>
335 <property name="frameShadow">
336 <enum>QFrame::Plain</enum>
337 </property>
338 <property name="text">
339 <string notr="true">($OUTDIR)</string>
340 </property>
341 </widget>
342 </item>
343 <item>
344 <widget class="QLabel" name="outputFoldersFovoritesLabel">
345 <property name="sizePolicy">
346 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
347 <horstretch>0</horstretch>
348 <verstretch>0</verstretch>
349 </sizepolicy>
350 </property>
351 <property name="frameShape">
352 <enum>QFrame::StyledPanel</enum>
353 </property>
354 <property name="text">
355 <string/>
356 </property>
357 <property name="pixmap">
358 <pixmap resource="../res/Icons.qrc">:/icons/star.png</pixmap>
359 </property>
360 </widget>
361 </item>
362 </layout>
363 </item>
364 <item>
365 <widget class="QTreeView" name="outputFolderView">
366 <property name="editTriggers">
367 <set>QAbstractItemView::NoEditTriggers</set>
368 </property>
369 <property name="alternatingRowColors">
370 <bool>true</bool>
371 </property>
372 </widget>
373 </item>
374 <item>
375 <layout class="QHBoxLayout" name="horizontalLayout_3">
376 <item>
377 <widget class="QPushButton" name="buttonGotoHome">
378 <property name="minimumSize">
379 <size>
380 <width>124</width>
381 <height>0</height>
382 </size>
383 </property>
384 <property name="text">
385 <string>Goto Home Folder</string>
386 </property>
387 <property name="icon">
388 <iconset resource="../res/Icons.qrc">
389 <normaloff>:/icons/house.png</normaloff>:/icons/house.png</iconset>
390 </property>
391 <property name="iconSize">
392 <size>
393 <width>16</width>
394 <height>16</height>
395 </size>
396 </property>
397 </widget>
398 </item>
399 <item>
400 <widget class="QPushButton" name="buttonGotoMusic">
401 <property name="minimumSize">
402 <size>
403 <width>124</width>
404 <height>0</height>
405 </size>
406 </property>
407 <property name="text">
408 <string>Goto Music Folder</string>
409 </property>
410 <property name="icon">
411 <iconset resource="../res/Icons.qrc">
412 <normaloff>:/icons/music.png</normaloff>:/icons/music.png</iconset>
413 </property>
414 <property name="iconSize">
415 <size>
416 <width>16</width>
417 <height>16</height>
418 </size>
419 </property>
420 </widget>
421 </item>
422 <item>
423 <widget class="QPushButton" name="buttonGotoDesktop">
424 <property name="minimumSize">
425 <size>
426 <width>124</width>
427 <height>0</height>
428 </size>
429 </property>
430 <property name="text">
431 <string>Goto Desktop Folder</string>
432 </property>
433 <property name="icon">
434 <iconset resource="../res/Icons.qrc">
435 <normaloff>:/icons/monitor.png</normaloff>:/icons/monitor.png</iconset>
436 </property>
437 <property name="iconSize">
438 <size>
439 <width>16</width>
440 <height>16</height>
441 </size>
442 </property>
443 </widget>
444 </item>
445 <item>
446 <spacer name="horizontalSpacer_6">
447 <property name="orientation">
448 <enum>Qt::Horizontal</enum>
449 </property>
450 <property name="sizeHint" stdset="0">
451 <size>
452 <width>40</width>
453 <height>20</height>
454 </size>
455 </property>
456 </spacer>
457 </item>
458 <item>
459 <widget class="QPushButton" name="buttonMakeFolder">
460 <property name="minimumSize">
461 <size>
462 <width>124</width>
463 <height>0</height>
464 </size>
465 </property>
466 <property name="text">
467 <string>Make New Folder</string>
468 </property>
469 <property name="icon">
470 <iconset resource="../res/Icons.qrc">
471 <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
472 </property>
473 <property name="iconSize">
474 <size>
475 <width>16</width>
476 <height>16</height>
477 </size>
478 </property>
479 </widget>
480 </item>
481 </layout>
482 </item>
483 <item>
484 <widget class="QFrame" name="frame_2">
485 <property name="maximumSize">
486 <size>
487 <width>16777215</width>
488 <height>2</height>
489 </size>
490 </property>
491 <property name="frameShape">
492 <enum>QFrame::HLine</enum>
493 </property>
494 <property name="frameShadow">
495 <enum>QFrame::Sunken</enum>
496 </property>
497 <property name="lineWidth">
498 <number>1</number>
499 </property>
500 </widget>
501 </item>
502 <item>
503 <layout class="QHBoxLayout" name="horizontalLayout_4">
504 <item>
505 <widget class="QCheckBox" name="saveToSourceFolderCheckBox">
506 <property name="text">
507 <string>Save output files to the same location where the input file is located</string>
508 </property>
509 </widget>
510 </item>
511 <item>
512 <spacer name="horizontalSpacer_11">
513 <property name="orientation">
514 <enum>Qt::Horizontal</enum>
515 </property>
516 <property name="sizeType">
517 <enum>QSizePolicy::Fixed</enum>
518 </property>
519 <property name="sizeHint" stdset="0">
520 <size>
521 <width>15</width>
522 <height>20</height>
523 </size>
524 </property>
525 </spacer>
526 </item>
527 <item>
528 <widget class="QCheckBox" name="prependRelativePathCheckBox">
529 <property name="text">
530 <string>Prepend relative source file path to output file</string>
531 </property>
532 </widget>
533 </item>
534 </layout>
535 </item>
536 </layout>
537 </item>
538 </layout>
539 </widget>
540 <widget class="QWidget" name="tabMetaData">
541 <attribute name="icon">
542 <iconset resource="../res/Icons.qrc">
543 <normaloff>:/icons/cd_edit.png</normaloff>:/icons/cd_edit.png</iconset>
544 </attribute>
545 <attribute name="title">
546 <string>Meta Data</string>
547 </attribute>
548 <layout class="QGridLayout" name="gridLayout_6">
549 <item row="0" column="0">
550 <layout class="QGridLayout" name="gridLayout_5">
551 <item row="0" column="1" colspan="2">
552 <widget class="QGroupBox" name="metaDataGroupBox">
553 <property name="font">
554 <font>
555 <weight>50</weight>
556 <bold>false</bold>
557 </font>
558 </property>
559 <property name="title">
560 <string> Meta Information </string>
561 </property>
562 <layout class="QGridLayout" name="gridLayout_9">
563 <item row="0" column="0" colspan="4">
564 <widget class="QTableView" name="metaDataView">
565 <property name="selectionMode">
566 <enum>QAbstractItemView::SingleSelection</enum>
567 </property>
568 <property name="selectionBehavior">
569 <enum>QAbstractItemView::SelectRows</enum>
570 </property>
571 <property name="wordWrap">
572 <bool>false</bool>
573 </property>
574 <attribute name="horizontalHeaderHighlightSections">
575 <bool>false</bool>
576 </attribute>
577 <attribute name="horizontalHeaderStretchLastSection">
578 <bool>true</bool>
579 </attribute>
580 <attribute name="verticalHeaderHighlightSections">
581 <bool>false</bool>
582 </attribute>
583 </widget>
584 </item>
585 <item row="3" column="3">
586 <widget class="QPushButton" name="buttonEditMeta">
587 <property name="maximumSize">
588 <size>
589 <width>90</width>
590 <height>16777215</height>
591 </size>
592 </property>
593 <property name="text">
594 <string>Edit</string>
595 </property>
596 <property name="icon">
597 <iconset resource="../res/Icons.qrc">
598 <normaloff>:/icons/table_edit.png</normaloff>:/icons/table_edit.png</iconset>
599 </property>
600 <property name="iconSize">
601 <size>
602 <width>16</width>
603 <height>16</height>
604 </size>
605 </property>
606 </widget>
607 </item>
608 <item row="3" column="1">
609 <widget class="QLabel" name="labelEditMetaHint">
610 <property name="text">
611 <string>Note: Meta information you enter here will &lt;u&gt;supersede&lt;/u&gt; data from the source!</string>
612 </property>
613 <property name="wordWrap">
614 <bool>true</bool>
615 </property>
616 </widget>
617 </item>
618 <item row="3" column="0">
619 <widget class="QLabel" name="labelEditMetaIcon">
620 <property name="sizePolicy">
621 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
622 <horstretch>0</horstretch>
623 <verstretch>0</verstretch>
624 </sizepolicy>
625 </property>
626 <property name="text">
627 <string/>
628 </property>
629 <property name="pixmap">
630 <pixmap resource="../res/Icons.qrc">:/icons/feed.png</pixmap>
631 </property>
632 <property name="alignment">
633 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
634 </property>
635 </widget>
636 </item>
637 <item row="3" column="2">
638 <widget class="QPushButton" name="buttonClearMeta">
639 <property name="maximumSize">
640 <size>
641 <width>90</width>
642 <height>16777215</height>
643 </size>
644 </property>
645 <property name="text">
646 <string>Reset</string>
647 </property>
648 <property name="icon">
649 <iconset resource="../res/Icons.qrc">
650 <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
651 </property>
652 <property name="iconSize">
653 <size>
654 <width>16</width>
655 <height>16</height>
656 </size>
657 </property>
658 </widget>
659 </item>
660 </layout>
661 </widget>
662 </item>
663 <item row="1" column="1" rowspan="2" colspan="2">
664 <widget class="QGroupBox" name="groupBox">
665 <property name="font">
666 <font>
667 <weight>50</weight>
668 <bold>false</bold>
669 </font>
670 </property>
671 <property name="title">
672 <string> Options </string>
673 </property>
674 <layout class="QGridLayout" name="gridLayout_11">
675 <item row="0" column="0">
676 <layout class="QGridLayout" name="gridLayout_10">
677 <item row="0" column="1">
678 <widget class="QCheckBox" name="generatePlaylistCheckBox">
679 <property name="font">
680 <font>
681 <weight>50</weight>
682 <bold>false</bold>
683 </font>
684 </property>
685 <property name="text">
686 <string>Automatically generate playlist file (.m3u)</string>
687 </property>
688 <property name="checked">
689 <bool>true</bool>
690 </property>
691 </widget>
692 </item>
693 <item row="0" column="0">
694 <widget class="QCheckBox" name="writeMetaDataCheckBox">
695 <property name="font">
696 <font>
697 <weight>50</weight>
698 <bold>false</bold>
699 </font>
700 </property>
701 <property name="text">
702 <string>Write meta information to encoded files</string>
703 </property>
704 <property name="checked">
705 <bool>true</bool>
706 </property>
707 </widget>
708 </item>
709 </layout>
710 </item>
711 </layout>
712 </widget>
713 </item>
714 </layout>
715 </item>
716 </layout>
717 </widget>
718 <widget class="QWidget" name="tabCompressionSetting">
719 <attribute name="icon">
720 <iconset resource="../res/Icons.qrc">
721 <normaloff>:/icons/compress.png</normaloff>:/icons/compress.png</iconset>
722 </attribute>
723 <attribute name="title">
724 <string>Compression</string>
725 </attribute>
726 <layout class="QGridLayout" name="gridLayout_4">
727 <item row="0" column="0">
728 <layout class="QVBoxLayout" name="verticalLayout_6">
729 <item>
730 <widget class="QGroupBox" name="groupBox_2">
731 <property name="minimumSize">
732 <size>
733 <width>0</width>
734 <height>75</height>
735 </size>
736 </property>
737 <property name="font">
738 <font>
739 <weight>50</weight>
740 <bold>false</bold>
741 </font>
742 </property>
743 <property name="title">
744 <string> Encoder / Format </string>
745 </property>
746 <layout class="QGridLayout" name="gridLayout_3">
747 <item row="0" column="0">
748 <layout class="QGridLayout" name="gridLayout">
749 <item row="0" column="1">
750 <widget class="QRadioButton" name="radioButtonEncoderMP3">
751 <property name="text">
752 <string>Lame MP3</string>
753 </property>
754 <property name="checked">
755 <bool>true</bool>
756 </property>
757 </widget>
758 </item>
759 <item row="0" column="2">
760 <widget class="QRadioButton" name="radioButtonEncoderVorbis">
761 <property name="text">
762 <string>Ogg Vorbis</string>
763 </property>
764 </widget>
765 </item>
766 <item row="0" column="3">
767 <widget class="QRadioButton" name="radioButtonEncoderAAC">
768 <property name="text">
769 <string>MPEG-4 AAC</string>
770 </property>
771 </widget>
772 </item>
773 <item row="0" column="7">
774 <widget class="QRadioButton" name="radioButtonEncoderPCM">
775 <property name="text">
776 <string>Wave (PCM)</string>
777 </property>
778 </widget>
779 </item>
780 <item row="0" column="5">
781 <widget class="QRadioButton" name="radioButtonEncoderFLAC">
782 <property name="text">
783 <string>FLAC</string>
784 </property>
785 </widget>
786 </item>
787 <item row="0" column="0">
788 <spacer name="horizontalSpacer_7">
789 <property name="orientation">
790 <enum>Qt::Horizontal</enum>
791 </property>
792 <property name="sizeType">
793 <enum>QSizePolicy::Fixed</enum>
794 </property>
795 <property name="sizeHint" stdset="0">
796 <size>
797 <width>10</width>
798 <height>20</height>
799 </size>
800 </property>
801 </spacer>
802 </item>
803 <item row="0" column="4">
804 <widget class="QRadioButton" name="radioButtonEncoderAC3">
805 <property name="text">
806 <string>Aften A/52</string>
807 </property>
808 </widget>
809 </item>
810 <item row="0" column="6">
811 <widget class="QRadioButton" name="radioButtonEncoderDCA">
812 <property name="text">
813 <string>DCA Enc</string>
814 </property>
815 </widget>
816 </item>
817 </layout>
818 </item>
819 </layout>
820 </widget>
821 </item>
822 <item>
823 <widget class="QGroupBox" name="groupBox_4">
824 <property name="minimumSize">
825 <size>
826 <width>0</width>
827 <height>75</height>
828 </size>
829 </property>
830 <property name="font">
831 <font>
832 <weight>50</weight>
833 <bold>false</bold>
834 </font>
835 </property>
836 <property name="title">
837 <string> Rate Control Method </string>
838 </property>
839 <layout class="QGridLayout" name="gridLayout_13">
840 <item row="0" column="0">
841 <layout class="QGridLayout" name="gridLayout_12">
842 <item row="0" column="1">
843 <widget class="QRadioButton" name="radioButtonModeQuality">
844 <property name="text">
845 <string>Quality-based (VBR)</string>
846 </property>
847 <property name="checked">
848 <bool>true</bool>
849 </property>
850 </widget>
851 </item>
852 <item row="0" column="2">
853 <widget class="QRadioButton" name="radioButtonModeAverageBitrate">
854 <property name="text">
855 <string>Average Bitrate (ABR)</string>
856 </property>
857 </widget>
858 </item>
859 <item row="0" column="3">
860 <widget class="QRadioButton" name="radioButtonConstBitrate">
861 <property name="text">
862 <string>Constant Bitrate (CBR)</string>
863 </property>
864 </widget>
865 </item>
866 <item row="0" column="0">
867 <spacer name="horizontalSpacer_8">
868 <property name="orientation">
869 <enum>Qt::Horizontal</enum>
870 </property>
871 <property name="sizeType">
872 <enum>QSizePolicy::Fixed</enum>
873 </property>
874 <property name="sizeHint" stdset="0">
875 <size>
876 <width>10</width>
877 <height>20</height>
878 </size>
879 </property>
880 </spacer>
881 </item>
882 </layout>
883 </item>
884 </layout>
885 </widget>
886 </item>
887 <item>
888 <widget class="QGroupBox" name="groupBox_3">
889 <property name="minimumSize">
890 <size>
891 <width>0</width>
892 <height>100</height>
893 </size>
894 </property>
895 <property name="font">
896 <font>
897 <weight>50</weight>
898 <bold>false</bold>
899 </font>
900 </property>
901 <property name="title">
902 <string> Quality / Bitrate </string>
903 </property>
904 <layout class="QGridLayout" name="gridLayout_15">
905 <item row="0" column="2">
906 <layout class="QGridLayout" name="gridLayout_14">
907 <item row="1" column="2" colspan="3">
908 <widget class="QSlider" name="sliderBitrate">
909 <property name="minimum">
910 <number>0</number>
911 </property>
912 <property name="maximum">
913 <number>50</number>
914 </property>
915 <property name="pageStep">
916 <number>1</number>
917 </property>
918 <property name="value">
919 <number>24</number>
920 </property>
921 <property name="tracking">
922 <bool>true</bool>
923 </property>
924 <property name="orientation">
925 <enum>Qt::Horizontal</enum>
926 </property>
927 <property name="invertedAppearance">
928 <bool>false</bool>
929 </property>
930 <property name="tickPosition">
931 <enum>QSlider::TicksBelow</enum>
932 </property>
933 <property name="tickInterval">
934 <number>1</number>
935 </property>
936 </widget>
937 </item>
938 <item row="4" column="2">
939 <widget class="QLabel" name="labelBitrateMin">
940 <property name="text">
941 <string>Minimum</string>
942 </property>
943 <property name="alignment">
944 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
945 </property>
946 </widget>
947 </item>
948 <item row="4" column="4">
949 <widget class="QLabel" name="labelBitrateMax">
950 <property name="text">
951 <string>Maximum</string>
952 </property>
953 <property name="alignment">
954 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
955 </property>
956 </widget>
957 </item>
958 <item row="4" column="3">
959 <widget class="QLabel" name="labelBitrate">
960 <property name="palette">
961 <palette>
962 <active>
963 <colorrole role="WindowText">
964 <brush brushstyle="SolidPattern">
965 <color alpha="255">
966 <red>0</red>
967 <green>0</green>
968 <blue>255</blue>
969 </color>
970 </brush>
971 </colorrole>
972 </active>
973 <inactive>
974 <colorrole role="WindowText">
975 <brush brushstyle="SolidPattern">
976 <color alpha="255">
977 <red>0</red>
978 <green>0</green>
979 <blue>255</blue>
980 </color>
981 </brush>
982 </colorrole>
983 </inactive>
984 <disabled>
985 <colorrole role="WindowText">
986 <brush brushstyle="SolidPattern">
987 <color alpha="255">
988 <red>120</red>
989 <green>120</green>
990 <blue>120</blue>
991 </color>
992 </brush>
993 </colorrole>
994 </disabled>
995 </palette>
996 </property>
997 <property name="font">
998 <font>
999 <weight>75</weight>
1000 <bold>true</bold>
1001 </font>
1002 </property>
1003 <property name="text">
1004 <string notr="true">(VALUE)</string>
1005 </property>
1006 <property name="textFormat">
1007 <enum>Qt::RichText</enum>
1008 </property>
1009 <property name="alignment">
1010 <set>Qt::AlignHCenter|Qt::AlignTop</set>
1011 </property>
1012 </widget>
1013 </item>
1014 <item row="0" column="3">
1015 <spacer name="verticalSpacer_3">
1016 <property name="orientation">
1017 <enum>Qt::Vertical</enum>
1018 </property>
1019 <property name="sizeType">
1020 <enum>QSizePolicy::Fixed</enum>
1021 </property>
1022 <property name="sizeHint" stdset="0">
1023 <size>
1024 <width>20</width>
1025 <height>8</height>
1026 </size>
1027 </property>
1028 </spacer>
1029 </item>
1030 <item row="1" column="0">
1031 <spacer name="horizontalSpacer_9">
1032 <property name="orientation">
1033 <enum>Qt::Horizontal</enum>
1034 </property>
1035 <property name="sizeType">
1036 <enum>QSizePolicy::Fixed</enum>
1037 </property>
1038 <property name="sizeHint" stdset="0">
1039 <size>
1040 <width>10</width>
1041 <height>20</height>
1042 </size>
1043 </property>
1044 </spacer>
1045 </item>
1046 <item row="1" column="5">
1047 <spacer name="horizontalSpacer_10">
1048 <property name="orientation">
1049 <enum>Qt::Horizontal</enum>
1050 </property>
1051 <property name="sizeType">
1052 <enum>QSizePolicy::Fixed</enum>
1053 </property>
1054 <property name="sizeHint" stdset="0">
1055 <size>
1056 <width>10</width>
1057 <height>20</height>
1058 </size>
1059 </property>
1060 </spacer>
1061 </item>
1062 </layout>
1063 </item>
1064 </layout>
1065 </widget>
1066 </item>
1067 <item>
1068 <spacer name="verticalSpacer_2">
1069 <property name="orientation">
1070 <enum>Qt::Vertical</enum>
1071 </property>
1072 <property name="sizeHint" stdset="0">
1073 <size>
1074 <width>20</width>
1075 <height>40</height>
1076 </size>
1077 </property>
1078 </spacer>
1079 </item>
1080 </layout>
1081 </item>
1082 </layout>
1083 </widget>
1084 <widget class="QWidget" name="tabOptions">
1085 <attribute name="icon">
1086 <iconset resource="../res/Icons.qrc">
1087 <normaloff>:/icons/cog.png</normaloff>:/icons/cog.png</iconset>
1088 </attribute>
1089 <attribute name="title">
1090 <string>Advanced Options</string>
1091 </attribute>
1092 <layout class="QGridLayout" name="gridLayout_8">
1093 <item row="0" column="0">
1094 <widget class="QScrollArea" name="scrollArea">
1095 <property name="frameShadow">
1096 <enum>QFrame::Plain</enum>
1097 </property>
1098 <property name="horizontalScrollBarPolicy">
1099 <enum>Qt::ScrollBarAlwaysOff</enum>
1100 </property>
1101 <property name="widgetResizable">
1102 <bool>true</bool>
1103 </property>
1104 <widget class="QWidget" name="scrollAreaWidgetContents">
1105 <property name="geometry">
1106 <rect>
1107 <x>0</x>
1108 <y>0</y>
1109 <width>604</width>
1110 <height>1524</height>
1111 </rect>
1112 </property>
1113 <layout class="QGridLayout" name="gridLayout_22">
1114 <item row="0" column="0">
1115 <layout class="QGridLayout" name="gridLayout_7">
1116 <item row="1" column="0">
1117 <widget class="QGroupBox" name="groupBox_6">
1118 <property name="font">
1119 <font>
1120 <weight>50</weight>
1121 <bold>false</bold>
1122 </font>
1123 </property>
1124 <property name="title">
1125 <string> Bitrate Management (LAME and OggEnc2) </string>
1126 </property>
1127 <layout class="QGridLayout" name="gridLayout_19">
1128 <item row="0" column="0">
1129 <layout class="QGridLayout" name="gridLayout_18">
1130 <item row="0" column="1" colspan="5">
1131 <spacer name="verticalSpacer_5">
1132 <property name="orientation">
1133 <enum>Qt::Vertical</enum>
1134 </property>
1135 <property name="sizeType">
1136 <enum>QSizePolicy::Fixed</enum>
1137 </property>
1138 <property name="sizeHint" stdset="0">
1139 <size>
1140 <width>20</width>
1141 <height>10</height>
1142 </size>
1143 </property>
1144 </spacer>
1145 </item>
1146 <item row="2" column="1" colspan="5">
1147 <spacer name="verticalSpacer_6">
1148 <property name="orientation">
1149 <enum>Qt::Vertical</enum>
1150 </property>
1151 <property name="sizeType">
1152 <enum>QSizePolicy::Fixed</enum>
1153 </property>
1154 <property name="sizeHint" stdset="0">
1155 <size>
1156 <width>20</width>
1157 <height>10</height>
1158 </size>
1159 </property>
1160 </spacer>
1161 </item>
1162 <item row="1" column="1">
1163 <widget class="QCheckBox" name="checkBoxBitrateManagement">
1164 <property name="text">
1165 <string>Enable Bitrate Management</string>
1166 </property>
1167 </widget>
1168 </item>
1169 <item row="1" column="5">
1170 <widget class="QSpinBox" name="spinBoxBitrateManagementMax">
1171 <property name="enabled">
1172 <bool>false</bool>
1173 </property>
1174 <property name="minimum">
1175 <number>32</number>
1176 </property>
1177 <property name="maximum">
1178 <number>500</number>
1179 </property>
1180 <property name="value">
1181 <number>500</number>
1182 </property>
1183 </widget>
1184 </item>
1185 <item row="1" column="3">
1186 <widget class="QSpinBox" name="spinBoxBitrateManagementMin">
1187 <property name="enabled">
1188 <bool>false</bool>
1189 </property>
1190 <property name="minimum">
1191 <number>32</number>
1192 </property>
1193 <property name="maximum">
1194 <number>500</number>
1195 </property>
1196 </widget>
1197 </item>
1198 <item row="1" column="6">
1199 <spacer name="horizontalSpacer_15">
1200 <property name="orientation">
1201 <enum>Qt::Horizontal</enum>
1202 </property>
1203 <property name="sizeType">
1204 <enum>QSizePolicy::Fixed</enum>
1205 </property>
1206 <property name="sizeHint" stdset="0">
1207 <size>
1208 <width>10</width>
1209 <height>20</height>
1210 </size>
1211 </property>
1212 </spacer>
1213 </item>
1214 <item row="1" column="0">
1215 <spacer name="horizontalSpacer_14">
1216 <property name="orientation">
1217 <enum>Qt::Horizontal</enum>
1218 </property>
1219 <property name="sizeType">
1220 <enum>QSizePolicy::Fixed</enum>
1221 </property>
1222 <property name="sizeHint" stdset="0">
1223 <size>
1224 <width>10</width>
1225 <height>20</height>
1226 </size>
1227 </property>
1228 </spacer>
1229 </item>
1230 <item row="1" column="2">
1231 <widget class="QLabel" name="labelBitrateManagementMin">
1232 <property name="enabled">
1233 <bool>false</bool>
1234 </property>
1235 <property name="text">
1236 <string>Minimum (kbps):</string>
1237 </property>
1238 <property name="alignment">
1239 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1240 </property>
1241 </widget>
1242 </item>
1243 <item row="1" column="4">
1244 <widget class="QLabel" name="labelBitrateManagementMax">
1245 <property name="enabled">
1246 <bool>false</bool>
1247 </property>
1248 <property name="text">
1249 <string>Maximum (kbps):</string>
1250 </property>
1251 <property name="alignment">
1252 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1253 </property>
1254 </widget>
1255 </item>
1256 </layout>
1257 </item>
1258 </layout>
1259 </widget>
1260 </item>
1261 <item row="0" column="0">
1262 <widget class="QGroupBox" name="groupBox_5">
1263 <property name="font">
1264 <font>
1265 <weight>50</weight>
1266 <bold>false</bold>
1267 </font>
1268 </property>
1269 <property name="title">
1270 <string> LAME Algorithm Quality </string>
1271 </property>
1272 <layout class="QGridLayout" name="gridLayout_17">
1273 <item row="0" column="1">
1274 <layout class="QGridLayout" name="gridLayout_16">
1275 <item row="1" column="0">
1276 <spacer name="horizontalSpacer_12">
1277 <property name="orientation">
1278 <enum>Qt::Horizontal</enum>
1279 </property>
1280 <property name="sizeType">
1281 <enum>QSizePolicy::Maximum</enum>
1282 </property>
1283 <property name="sizeHint" stdset="0">
1284 <size>
1285 <width>10</width>
1286 <height>20</height>
1287 </size>
1288 </property>
1289 </spacer>
1290 </item>
1291 <item row="1" column="4">
1292 <spacer name="horizontalSpacer_13">
1293 <property name="orientation">
1294 <enum>Qt::Horizontal</enum>
1295 </property>
1296 <property name="sizeType">
1297 <enum>QSizePolicy::Fixed</enum>
1298 </property>
1299 <property name="sizeHint" stdset="0">
1300 <size>
1301 <width>10</width>
1302 <height>20</height>
1303 </size>
1304 </property>
1305 </spacer>
1306 </item>
1307 <item row="2" column="1">
1308 <widget class="QLabel" name="label">
1309 <property name="text">
1310 <string>Faster Processing</string>
1311 </property>
1312 </widget>
1313 </item>
1314 <item row="2" column="2">
1315 <widget class="QLabel" name="labelLameAlgoQuality">
1316 <property name="font">
1317 <font>
1318 <weight>75</weight>
1319 <bold>true</bold>
1320 </font>
1321 </property>
1322 <property name="text">
1323 <string notr="true">(VALUE)</string>
1324 </property>
1325 <property name="alignment">
1326 <set>Qt::AlignCenter</set>
1327 </property>
1328 </widget>
1329 </item>
1330 <item row="2" column="3">
1331 <widget class="QLabel" name="label_3">
1332 <property name="text">
1333 <string>Better quality</string>
1334 </property>
1335 <property name="alignment">
1336 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1337 </property>
1338 </widget>
1339 </item>
1340 <item row="0" column="1" colspan="3">
1341 <spacer name="verticalSpacer_4">
1342 <property name="orientation">
1343 <enum>Qt::Vertical</enum>
1344 </property>
1345 <property name="sizeType">
1346 <enum>QSizePolicy::Fixed</enum>
1347 </property>
1348 <property name="sizeHint" stdset="0">
1349 <size>
1350 <width>20</width>
1351 <height>8</height>
1352 </size>
1353 </property>
1354 </spacer>
1355 </item>
1356 <item row="1" column="1" colspan="3">
1357 <widget class="QSlider" name="sliderLameAlgoQuality">
1358 <property name="maximum">
1359 <number>4</number>
1360 </property>
1361 <property name="pageStep">
1362 <number>1</number>
1363 </property>
1364 <property name="value">
1365 <number>3</number>
1366 </property>
1367 <property name="orientation">
1368 <enum>Qt::Horizontal</enum>
1369 </property>
1370 <property name="tickPosition">
1371 <enum>QSlider::TicksBelow</enum>
1372 </property>
1373 <property name="tickInterval">
1374 <number>1</number>
1375 </property>
1376 </widget>
1377 </item>
1378 <item row="4" column="1" colspan="3">
1379 <layout class="QHBoxLayout" name="horizontalLayout_8">
1380 <item>
1381 <widget class="QLabel" name="labelLameAlgoQualityWarningIcon">
1382 <property name="text">
1383 <string/>
1384 </property>
1385 <property name="pixmap">
1386 <pixmap resource="../res/Icons.qrc">:/icons/exclamation.png</pixmap>
1387 </property>
1388 </widget>
1389 </item>
1390 <item>
1391 <widget class="QLabel" name="labelLameAlgoQualityWarning">
1392 <property name="sizePolicy">
1393 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1394 <horstretch>0</horstretch>
1395 <verstretch>0</verstretch>
1396 </sizepolicy>
1397 </property>
1398 <property name="text">
1399 <string>Warning: Audio quality will be very poor. Please do &lt;u&gt;not&lt;/u&gt; complain about audio quality!</string>
1400 </property>
1401 </widget>
1402 </item>
1403 </layout>
1404 </item>
1405 <item row="5" column="1" colspan="3">
1406 <layout class="QHBoxLayout" name="horizontalLayout_9">
1407 <item>
1408 <widget class="QLabel" name="labelLameAlgoQualityNoticeIcon">
1409 <property name="text">
1410 <string/>
1411 </property>
1412 <property name="pixmap">
1413 <pixmap resource="../res/Icons.qrc">:/icons/error.png</pixmap>
1414 </property>
1415 </widget>
1416 </item>
1417 <item>
1418 <widget class="QLabel" name="labelLameAlgoQualityNotice">
1419 <property name="sizePolicy">
1420 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1421 <horstretch>0</horstretch>
1422 <verstretch>0</verstretch>
1423 </sizepolicy>
1424 </property>
1425 <property name="text">
1426 <string>Warning: Processing speed will be very slow. Please do &lt;u&gt;not&lt;/u&gt; complain about processing speed!</string>
1427 </property>
1428 </widget>
1429 </item>
1430 </layout>
1431 </item>
1432 <item row="3" column="1" colspan="3">
1433 <widget class="QFrame" name="labelLameAlgoQualitySpacer">
1434 <property name="minimumSize">
1435 <size>
1436 <width>0</width>
1437 <height>6</height>
1438 </size>
1439 </property>
1440 <property name="maximumSize">
1441 <size>
1442 <width>16777215</width>
1443 <height>6</height>
1444 </size>
1445 </property>
1446 <property name="frameShape">
1447 <enum>QFrame::HLine</enum>
1448 </property>
1449 <property name="frameShadow">
1450 <enum>QFrame::Sunken</enum>
1451 </property>
1452 </widget>
1453 </item>
1454 </layout>
1455 </item>
1456 </layout>
1457 </widget>
1458 </item>
1459 <item row="2" column="0">
1460 <widget class="QGroupBox" name="groupBox_8">
1461 <property name="font">
1462 <font>
1463 <weight>50</weight>
1464 <bold>false</bold>
1465 </font>
1466 </property>
1467 <property name="title">
1468 <string>Channel Mode / Sampling Rate</string>
1469 </property>
1470 <layout class="QGridLayout" name="gridLayout_24">
1471 <item row="1" column="0">
1472 <layout class="QGridLayout" name="gridLayout_27">
1473 <item row="1" column="5">
1474 <widget class="QComboBox" name="comboBoxMP3ChannelMode">
1475 <property name="sizeAdjustPolicy">
1476 <enum>QComboBox::AdjustToContents</enum>
1477 </property>
1478 <item>
1479 <property name="text">
1480 <string>Auto Select (Default)</string>
1481 </property>
1482 </item>
1483 <item>
1484 <property name="text">
1485 <string>Joint Stereo</string>
1486 </property>
1487 </item>
1488 <item>
1489 <property name="text">
1490 <string>Forced Joint Stereo</string>
1491 </property>
1492 </item>
1493 <item>
1494 <property name="text">
1495 <string>Simple</string>
1496 </property>
1497 </item>
1498 <item>
1499 <property name="text">
1500 <string>Dual Mono</string>
1501 </property>
1502 </item>
1503 <item>
1504 <property name="text">
1505 <string>Mono</string>
1506 </property>
1507 </item>
1508 </widget>
1509 </item>
1510 <item row="1" column="4">
1511 <widget class="QLabel" name="label_4">
1512 <property name="text">
1513 <string>MP3 Channel Mode:</string>
1514 </property>
1515 <property name="alignment">
1516 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1517 </property>
1518 </widget>
1519 </item>
1520 <item row="1" column="1">
1521 <widget class="QLabel" name="label_5">
1522 <property name="text">
1523 <string>Sampling Rate (Hz):</string>
1524 </property>
1525 <property name="alignment">
1526 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1527 </property>
1528 </widget>
1529 </item>
1530 <item row="1" column="2">
1531 <widget class="QComboBox" name="comboBoxSamplingRate">
1532 <property name="sizeAdjustPolicy">
1533 <enum>QComboBox::AdjustToContents</enum>
1534 </property>
1535 <item>
1536 <property name="text">
1537 <string>Auto Select (Default)</string>
1538 </property>
1539 </item>
1540 <item>
1541 <property name="text">
1542 <string>16.000</string>
1543 </property>
1544 </item>
1545 <item>
1546 <property name="text">
1547 <string>22.050</string>
1548 </property>
1549 </item>
1550 <item>
1551 <property name="text">
1552 <string>24.000</string>
1553 </property>
1554 </item>
1555 <item>
1556 <property name="text">
1557 <string>32.000</string>
1558 </property>
1559 </item>
1560 <item>
1561 <property name="text">
1562 <string>44.100</string>
1563 </property>
1564 </item>
1565 <item>
1566 <property name="text">
1567 <string>48.000</string>
1568 </property>
1569 </item>
1570 </widget>
1571 </item>
1572 <item row="1" column="0">
1573 <spacer name="horizontalSpacer_18">
1574 <property name="orientation">
1575 <enum>Qt::Horizontal</enum>
1576 </property>
1577 <property name="sizeType">
1578 <enum>QSizePolicy::Fixed</enum>
1579 </property>
1580 <property name="sizeHint" stdset="0">
1581 <size>
1582 <width>10</width>
1583 <height>20</height>
1584 </size>
1585 </property>
1586 </spacer>
1587 </item>
1588 <item row="1" column="7">
1589 <spacer name="horizontalSpacer_19">
1590 <property name="orientation">
1591 <enum>Qt::Horizontal</enum>
1592 </property>
1593 <property name="sizeType">
1594 <enum>QSizePolicy::Fixed</enum>
1595 </property>
1596 <property name="sizeHint" stdset="0">
1597 <size>
1598 <width>10</width>
1599 <height>20</height>
1600 </size>
1601 </property>
1602 </spacer>
1603 </item>
1604 <item row="1" column="3">
1605 <spacer name="horizontalSpacer_21">
1606 <property name="orientation">
1607 <enum>Qt::Horizontal</enum>
1608 </property>
1609 <property name="sizeHint" stdset="0">
1610 <size>
1611 <width>40</width>
1612 <height>20</height>
1613 </size>
1614 </property>
1615 </spacer>
1616 </item>
1617 <item row="1" column="6">
1618 <spacer name="horizontalSpacer_20">
1619 <property name="orientation">
1620 <enum>Qt::Horizontal</enum>
1621 </property>
1622 <property name="sizeType">
1623 <enum>QSizePolicy::Expanding</enum>
1624 </property>
1625 <property name="sizeHint" stdset="0">
1626 <size>
1627 <width>40</width>
1628 <height>20</height>
1629 </size>
1630 </property>
1631 </spacer>
1632 </item>
1633 <item row="4" column="1" colspan="6">
1634 <spacer name="verticalSpacer_10">
1635 <property name="orientation">
1636 <enum>Qt::Vertical</enum>
1637 </property>
1638 <property name="sizeType">
1639 <enum>QSizePolicy::Fixed</enum>
1640 </property>
1641 <property name="sizeHint" stdset="0">
1642 <size>
1643 <width>20</width>
1644 <height>8</height>
1645 </size>
1646 </property>
1647 </spacer>
1648 </item>
1649 <item row="0" column="1" colspan="6">
1650 <spacer name="verticalSpacer_9">
1651 <property name="orientation">
1652 <enum>Qt::Vertical</enum>
1653 </property>
1654 <property name="sizeType">
1655 <enum>QSizePolicy::Fixed</enum>
1656 </property>
1657 <property name="sizeHint" stdset="0">
1658 <size>
1659 <width>20</width>
1660 <height>8</height>
1661 </size>
1662 </property>
1663 </spacer>
1664 </item>
1665 <item row="3" column="1" colspan="6">
1666 <widget class="QCheckBox" name="checkBoxForceStereoDownmix">
1667 <property name="text">
1668 <string>Enforce Stereo Downmix of Surround (Multi-Channel) Sources</string>
1669 </property>
1670 </widget>
1671 </item>
1672 <item row="2" column="1" colspan="6">
1673 <spacer name="verticalSpacer_30">
1674 <property name="orientation">
1675 <enum>Qt::Vertical</enum>
1676 </property>
1677 <property name="sizeType">
1678 <enum>QSizePolicy::Fixed</enum>
1679 </property>
1680 <property name="sizeHint" stdset="0">
1681 <size>
1682 <width>20</width>
1683 <height>4</height>
1684 </size>
1685 </property>
1686 </spacer>
1687 </item>
1688 </layout>
1689 </item>
1690 </layout>
1691 </widget>
1692 </item>
1693 <item row="3" column="0">
1694 <widget class="QGroupBox" name="groupBox_7">
1695 <property name="font">
1696 <font>
1697 <weight>50</weight>
1698 <bold>false</bold>
1699 </font>
1700 </property>
1701 <property name="title">
1702 <string>AAC Encoder-Options</string>
1703 </property>
1704 <layout class="QGridLayout" name="gridLayout_25">
1705 <item row="3" column="1">
1706 <layout class="QGridLayout" name="gridLayout_21">
1707 <item row="1" column="1">
1708 <widget class="QCheckBox" name="checkBoxNeroAAC2PassMode">
1709 <property name="text">
1710 <string>Enable 2-Pass Processing (ABR Mode)</string>
1711 </property>
1712 </widget>
1713 </item>
1714 <item row="1" column="0">
1715 <spacer name="horizontalSpacer_17">
1716 <property name="orientation">
1717 <enum>Qt::Horizontal</enum>
1718 </property>
1719 <property name="sizeType">
1720 <enum>QSizePolicy::Fixed</enum>
1721 </property>
1722 <property name="sizeHint" stdset="0">
1723 <size>
1724 <width>10</width>
1725 <height>20</height>
1726 </size>
1727 </property>
1728 </spacer>
1729 </item>
1730 <item row="1" column="2">
1731 <spacer name="horizontalSpacer_23">
1732 <property name="orientation">
1733 <enum>Qt::Horizontal</enum>
1734 </property>
1735 <property name="sizeHint" stdset="0">
1736 <size>
1737 <width>73</width>
1738 <height>20</height>
1739 </size>
1740 </property>
1741 </spacer>
1742 </item>
1743 <item row="1" column="3">
1744 <widget class="QLabel" name="label_2">
1745 <property name="text">
1746 <string>Select AAC Profile:</string>
1747 </property>
1748 <property name="alignment">
1749 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1750 </property>
1751 </widget>
1752 </item>
1753 <item row="1" column="4">
1754 <widget class="QComboBox" name="comboBoxAACProfile">
1755 <property name="sizeAdjustPolicy">
1756 <enum>QComboBox::AdjustToContents</enum>
1757 </property>
1758 <item>
1759 <property name="text">
1760 <string>Auto Select (Recommended)</string>
1761 </property>
1762 </item>
1763 <item>
1764 <property name="text">
1765 <string>Enforce LC-AAC</string>
1766 </property>
1767 </item>
1768 <item>
1769 <property name="text">
1770 <string>Enforce HE-AAC (AAC + SBR)</string>
1771 </property>
1772 </item>
1773 <item>
1774 <property name="text">
1775 <string>Enforce HE-AAC v2 (AAC + SBR + PS)</string>
1776 </property>
1777 </item>
1778 </widget>
1779 </item>
1780 <item row="1" column="5">
1781 <spacer name="horizontalSpacer_22">
1782 <property name="orientation">
1783 <enum>Qt::Horizontal</enum>
1784 </property>
1785 <property name="sizeHint" stdset="0">
1786 <size>
1787 <width>75</width>
1788 <height>20</height>
1789 </size>
1790 </property>
1791 </spacer>
1792 </item>
1793 <item row="1" column="6">
1794 <spacer name="horizontalSpacer_16">
1795 <property name="orientation">
1796 <enum>Qt::Horizontal</enum>
1797 </property>
1798 <property name="sizeType">
1799 <enum>QSizePolicy::Fixed</enum>
1800 </property>
1801 <property name="sizeHint" stdset="0">
1802 <size>
1803 <width>10</width>
1804 <height>20</height>
1805 </size>
1806 </property>
1807 </spacer>
1808 </item>
1809 <item row="0" column="1" colspan="5">
1810 <spacer name="verticalSpacer_8">
1811 <property name="orientation">
1812 <enum>Qt::Vertical</enum>
1813 </property>
1814 <property name="sizeType">
1815 <enum>QSizePolicy::Fixed</enum>
1816 </property>
1817 <property name="sizeHint" stdset="0">
1818 <size>
1819 <width>20</width>
1820 <height>13</height>
1821 </size>
1822 </property>
1823 </spacer>
1824 </item>
1825 <item row="2" column="1" colspan="5">
1826 <spacer name="verticalSpacer_7">
1827 <property name="orientation">
1828 <enum>Qt::Vertical</enum>
1829 </property>
1830 <property name="sizeType">
1831 <enum>QSizePolicy::Fixed</enum>
1832 </property>
1833 <property name="sizeHint" stdset="0">
1834 <size>
1835 <width>20</width>
1836 <height>13</height>
1837 </size>
1838 </property>
1839 </spacer>
1840 </item>
1841 </layout>
1842 </item>
1843 </layout>
1844 </widget>
1845 </item>
1846 <item row="5" column="0">
1847 <widget class="QGroupBox" name="groupBox_9">
1848 <property name="font">
1849 <font>
1850 <weight>50</weight>
1851 <bold>false</bold>
1852 </font>
1853 </property>
1854 <property name="title">
1855 <string> Volume Normalization </string>
1856 </property>
1857 <layout class="QGridLayout" name="gridLayout_26">
1858 <item row="0" column="0">
1859 <layout class="QGridLayout" name="gridLayout_20">
1860 <item row="1" column="1">
1861 <widget class="QCheckBox" name="checkBoxNormalizationFilter">
1862 <property name="text">
1863 <string>Enable Normalization Filter</string>
1864 </property>
1865 </widget>
1866 </item>
1867 <item row="1" column="0">
1868 <spacer name="horizontalSpacer_25">
1869 <property name="orientation">
1870 <enum>Qt::Horizontal</enum>
1871 </property>
1872 <property name="sizeType">
1873 <enum>QSizePolicy::Fixed</enum>
1874 </property>
1875 <property name="sizeHint" stdset="0">
1876 <size>
1877 <width>10</width>
1878 <height>20</height>
1879 </size>
1880 </property>
1881 </spacer>
1882 </item>
1883 <item row="1" column="6">
1884 <spacer name="horizontalSpacer_26">
1885 <property name="orientation">
1886 <enum>Qt::Horizontal</enum>
1887 </property>
1888 <property name="sizeType">
1889 <enum>QSizePolicy::Fixed</enum>
1890 </property>
1891 <property name="sizeHint" stdset="0">
1892 <size>
1893 <width>10</width>
1894 <height>20</height>
1895 </size>
1896 </property>
1897 </spacer>
1898 </item>
1899 <item row="1" column="4">
1900 <widget class="QDoubleSpinBox" name="spinBoxNormalizationFilter">
1901 <property name="enabled">
1902 <bool>false</bool>
1903 </property>
1904 <property name="minimumSize">
1905 <size>
1906 <width>160</width>
1907 <height>0</height>
1908 </size>
1909 </property>
1910 <property name="minimum">
1911 <double>-32.000000000000000</double>
1912 </property>
1913 <property name="maximum">
1914 <double>-0.500000000000000</double>
1915 </property>
1916 <property name="singleStep">
1917 <double>0.500000000000000</double>
1918 </property>
1919 </widget>
1920 </item>
1921 <item row="1" column="3">
1922 <widget class="QLabel" name="label_6">
1923 <property name="text">
1924 <string>Peak Volume (dB):</string>
1925 </property>
1926 </widget>
1927 </item>
1928 <item row="0" column="1" colspan="5">
1929 <spacer name="verticalSpacer_11">
1930 <property name="orientation">
1931 <enum>Qt::Vertical</enum>
1932 </property>
1933 <property name="sizeType">
1934 <enum>QSizePolicy::Fixed</enum>
1935 </property>
1936 <property name="sizeHint" stdset="0">
1937 <size>
1938 <width>20</width>
1939 <height>8</height>
1940 </size>
1941 </property>
1942 </spacer>
1943 </item>
1944 <item row="4" column="1" colspan="5">
1945 <spacer name="verticalSpacer_12">
1946 <property name="orientation">
1947 <enum>Qt::Vertical</enum>
1948 </property>
1949 <property name="sizeType">
1950 <enum>QSizePolicy::Fixed</enum>
1951 </property>
1952 <property name="sizeHint" stdset="0">
1953 <size>
1954 <width>20</width>
1955 <height>8</height>
1956 </size>
1957 </property>
1958 </spacer>
1959 </item>
1960 <item row="3" column="4">
1961 <widget class="QComboBox" name="comboBoxNormalizationMode">
1962 <property name="enabled">
1963 <bool>false</bool>
1964 </property>
1965 <property name="currentIndex">
1966 <number>0</number>
1967 </property>
1968 <item>
1969 <property name="text">
1970 <string>Peak Level</string>
1971 </property>
1972 </item>
1973 <item>
1974 <property name="text">
1975 <string>RMS Level</string>
1976 </property>
1977 </item>
1978 <item>
1979 <property name="text">
1980 <string>None</string>
1981 </property>
1982 </item>
1983 </widget>
1984 </item>
1985 <item row="1" column="5">
1986 <spacer name="horizontalSpacer_27">
1987 <property name="orientation">
1988 <enum>Qt::Horizontal</enum>
1989 </property>
1990 <property name="sizeHint" stdset="0">
1991 <size>
1992 <width>40</width>
1993 <height>20</height>
1994 </size>
1995 </property>
1996 </spacer>
1997 </item>
1998 <item row="3" column="3">
1999 <widget class="QLabel" name="label_19">
2000 <property name="text">
2001 <string>Equalization Mode:</string>
2002 </property>
2003 </widget>
2004 </item>
2005 <item row="1" column="2">
2006 <spacer name="horizontalSpacer_28">
2007 <property name="orientation">
2008 <enum>Qt::Horizontal</enum>
2009 </property>
2010 <property name="sizeHint" stdset="0">
2011 <size>
2012 <width>40</width>
2013 <height>20</height>
2014 </size>
2015 </property>
2016 </spacer>
2017 </item>
2018 <item row="2" column="1" colspan="5">
2019 <spacer name="verticalSpacer_31">
2020 <property name="orientation">
2021 <enum>Qt::Vertical</enum>
2022 </property>
2023 <property name="sizeType">
2024 <enum>QSizePolicy::Fixed</enum>
2025 </property>
2026 <property name="sizeHint" stdset="0">
2027 <size>
2028 <width>20</width>
2029 <height>6</height>
2030 </size>
2031 </property>
2032 </spacer>
2033 </item>
2034 </layout>
2035 </item>
2036 </layout>
2037 </widget>
2038 </item>
2039 <item row="6" column="0">
2040 <widget class="QGroupBox" name="groupBox_10">
2041 <property name="font">
2042 <font>
2043 <weight>50</weight>
2044 <bold>false</bold>
2045 </font>
2046 </property>
2047 <property name="title">
2048 <string> Tone Adjustment </string>
2049 </property>
2050 <layout class="QGridLayout" name="gridLayout_28">
2051 <item row="0" column="0">
2052 <layout class="QGridLayout" name="gridLayout_23">
2053 <item row="1" column="2">
2054 <widget class="QDoubleSpinBox" name="spinBoxToneAdjustTreble">
2055 <property name="minimumSize">
2056 <size>
2057 <width>120</width>
2058 <height>0</height>
2059 </size>
2060 </property>
2061 <property name="minimum">
2062 <double>-20.000000000000000</double>
2063 </property>
2064 <property name="maximum">
2065 <double>20.000000000000000</double>
2066 </property>
2067 </widget>
2068 </item>
2069 <item row="1" column="0">
2070 <spacer name="horizontalSpacer_30">
2071 <property name="orientation">
2072 <enum>Qt::Horizontal</enum>
2073 </property>
2074 <property name="sizeType">
2075 <enum>QSizePolicy::Fixed</enum>
2076 </property>
2077 <property name="sizeHint" stdset="0">
2078 <size>
2079 <width>10</width>
2080 <height>20</height>
2081 </size>
2082 </property>
2083 </spacer>
2084 </item>
2085 <item row="1" column="8">
2086 <spacer name="horizontalSpacer_31">
2087 <property name="orientation">
2088 <enum>Qt::Horizontal</enum>
2089 </property>
2090 <property name="sizeType">
2091 <enum>QSizePolicy::Fixed</enum>
2092 </property>
2093 <property name="sizeHint" stdset="0">
2094 <size>
2095 <width>10</width>
2096 <height>20</height>
2097 </size>
2098 </property>
2099 </spacer>
2100 </item>
2101 <item row="1" column="6">
2102 <spacer name="horizontalSpacer_32">
2103 <property name="orientation">
2104 <enum>Qt::Horizontal</enum>
2105 </property>
2106 <property name="sizeHint" stdset="0">
2107 <size>
2108 <width>40</width>
2109 <height>20</height>
2110 </size>
2111 </property>
2112 </spacer>
2113 </item>
2114 <item row="1" column="5">
2115 <widget class="QDoubleSpinBox" name="spinBoxToneAdjustBass">
2116 <property name="minimumSize">
2117 <size>
2118 <width>120</width>
2119 <height>0</height>
2120 </size>
2121 </property>
2122 <property name="minimum">
2123 <double>-20.000000000000000</double>
2124 </property>
2125 <property name="maximum">
2126 <double>20.000000000000000</double>
2127 </property>
2128 </widget>
2129 </item>
2130 <item row="1" column="3">
2131 <spacer name="horizontalSpacer_29">
2132 <property name="orientation">
2133 <enum>Qt::Horizontal</enum>
2134 </property>
2135 <property name="sizeHint" stdset="0">
2136 <size>
2137 <width>40</width>
2138 <height>20</height>
2139 </size>
2140 </property>
2141 </spacer>
2142 </item>
2143 <item row="1" column="1">
2144 <widget class="QLabel" name="label_7">
2145 <property name="text">
2146 <string>Adjust Treble (dB):</string>
2147 </property>
2148 <property name="alignment">
2149 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2150 </property>
2151 </widget>
2152 </item>
2153 <item row="1" column="4">
2154 <widget class="QLabel" name="label_8">
2155 <property name="text">
2156 <string>Adjust Bass (dB):</string>
2157 </property>
2158 <property name="alignment">
2159 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2160 </property>
2161 </widget>
2162 </item>
2163 <item row="1" column="7">
2164 <widget class="QPushButton" name="buttonToneAdjustReset">
2165 <property name="text">
2166 <string/>
2167 </property>
2168 <property name="icon">
2169 <iconset resource="../res/Icons.qrc">
2170 <normaloff>:/icons/cross.png</normaloff>:/icons/cross.png</iconset>
2171 </property>
2172 <property name="iconSize">
2173 <size>
2174 <width>16</width>
2175 <height>16</height>
2176 </size>
2177 </property>
2178 </widget>
2179 </item>
2180 <item row="0" column="1" colspan="7">
2181 <spacer name="verticalSpacer_13">
2182 <property name="orientation">
2183 <enum>Qt::Vertical</enum>
2184 </property>
2185 <property name="sizeType">
2186 <enum>QSizePolicy::Fixed</enum>
2187 </property>
2188 <property name="sizeHint" stdset="0">
2189 <size>
2190 <width>20</width>
2191 <height>8</height>
2192 </size>
2193 </property>
2194 </spacer>
2195 </item>
2196 <item row="2" column="1" colspan="7">
2197 <spacer name="verticalSpacer_14">
2198 <property name="orientation">
2199 <enum>Qt::Vertical</enum>
2200 </property>
2201 <property name="sizeType">
2202 <enum>QSizePolicy::Fixed</enum>
2203 </property>
2204 <property name="sizeHint" stdset="0">
2205 <size>
2206 <width>20</width>
2207 <height>8</height>
2208 </size>
2209 </property>
2210 </spacer>
2211 </item>
2212 </layout>
2213 </item>
2214 </layout>
2215 </widget>
2216 </item>
2217 <item row="8" column="0">
2218 <widget class="QGroupBox" name="groupBox_11">
2219 <property name="font">
2220 <font>
2221 <weight>50</weight>
2222 <bold>false</bold>
2223 </font>
2224 </property>
2225 <property name="title">
2226 <string> Custom Encoder Parameters </string>
2227 </property>
2228 <layout class="QGridLayout" name="gridLayout_30">
2229 <item row="0" column="0">
2230 <layout class="QGridLayout" name="gridLayout_29">
2231 <item row="1" column="2">
2232 <widget class="QLineEdit" name="lineEditCustomParamLAME">
2233 <property name="font">
2234 <font>
2235 <family>Lucida Console</family>
2236 </font>
2237 </property>
2238 <property name="text">
2239 <string notr="true"/>
2240 </property>
2241 <property name="placeholderText">
2242 <string>You can enter custom parameters here!</string>
2243 </property>
2244 </widget>
2245 </item>
2246 <item row="2" column="2">
2247 <widget class="QLineEdit" name="lineEditCustomParamOggEnc">
2248 <property name="font">
2249 <font>
2250 <family>Lucida Console</family>
2251 </font>
2252 </property>
2253 <property name="text">
2254 <string notr="true"/>
2255 </property>
2256 <property name="placeholderText">
2257 <string>You can enter custom parameters here!</string>
2258 </property>
2259 </widget>
2260 </item>
2261 <item row="4" column="2">
2262 <widget class="QLineEdit" name="lineEditCustomParamFLAC">
2263 <property name="font">
2264 <font>
2265 <family>Lucida Console</family>
2266 </font>
2267 </property>
2268 <property name="text">
2269 <string notr="true"/>
2270 </property>
2271 <property name="placeholderText">
2272 <string>You can enter custom parameters here!</string>
2273 </property>
2274 </widget>
2275 </item>
2276 <item row="3" column="2">
2277 <widget class="QLineEdit" name="lineEditCustomParamNeroAAC">
2278 <property name="font">
2279 <font>
2280 <family>Lucida Console</family>
2281 </font>
2282 </property>
2283 <property name="text">
2284 <string notr="true"/>
2285 </property>
2286 <property name="placeholderText">
2287 <string>You can enter custom parameters here!</string>
2288 </property>
2289 </widget>
2290 </item>
2291 <item row="1" column="1">
2292 <widget class="QLabel" name="label_9">
2293 <property name="text">
2294 <string>Lame MP3:</string>
2295 </property>
2296 </widget>
2297 </item>
2298 <item row="2" column="1">
2299 <widget class="QLabel" name="label_10">
2300 <property name="text">
2301 <string>OggEnc2:</string>
2302 </property>
2303 </widget>
2304 </item>
2305 <item row="3" column="1">
2306 <widget class="QLabel" name="label_11">
2307 <property name="text">
2308 <string>MPEG-4 AAC:</string>
2309 </property>
2310 </widget>
2311 </item>
2312 <item row="4" column="1">
2313 <widget class="QLabel" name="label_12">
2314 <property name="text">
2315 <string>FLAC:</string>
2316 </property>
2317 </widget>
2318 </item>
2319 <item row="1" column="0" rowspan="4">
2320 <spacer name="horizontalSpacer_33">
2321 <property name="orientation">
2322 <enum>Qt::Horizontal</enum>
2323 </property>
2324 <property name="sizeType">
2325 <enum>QSizePolicy::Fixed</enum>
2326 </property>
2327 <property name="sizeHint" stdset="0">
2328 <size>
2329 <width>10</width>
2330 <height>20</height>
2331 </size>
2332 </property>
2333 </spacer>
2334 </item>
2335 <item row="1" column="3" rowspan="4">
2336 <spacer name="horizontalSpacer_34">
2337 <property name="orientation">
2338 <enum>Qt::Horizontal</enum>
2339 </property>
2340 <property name="sizeType">
2341 <enum>QSizePolicy::Fixed</enum>
2342 </property>
2343 <property name="sizeHint" stdset="0">
2344 <size>
2345 <width>10</width>
2346 <height>20</height>
2347 </size>
2348 </property>
2349 </spacer>
2350 </item>
2351 <item row="0" column="1" colspan="2">
2352 <spacer name="verticalSpacer_15">
2353 <property name="orientation">
2354 <enum>Qt::Vertical</enum>
2355 </property>
2356 <property name="sizeType">
2357 <enum>QSizePolicy::Fixed</enum>
2358 </property>
2359 <property name="sizeHint" stdset="0">
2360 <size>
2361 <width>20</width>
2362 <height>8</height>
2363 </size>
2364 </property>
2365 </spacer>
2366 </item>
2367 <item row="8" column="1" colspan="2">
2368 <spacer name="verticalSpacer_16">
2369 <property name="orientation">
2370 <enum>Qt::Vertical</enum>
2371 </property>
2372 <property name="sizeType">
2373 <enum>QSizePolicy::Fixed</enum>
2374 </property>
2375 <property name="sizeHint" stdset="0">
2376 <size>
2377 <width>20</width>
2378 <height>8</height>
2379 </size>
2380 </property>
2381 </spacer>
2382 </item>
2383 <item row="7" column="1" colspan="2">
2384 <layout class="QHBoxLayout" name="horizontalLayout_6">
2385 <item>
2386 <widget class="QLabel" name="labelCustomParamsIcon">
2387 <property name="maximumSize">
2388 <size>
2389 <width>18</width>
2390 <height>16777215</height>
2391 </size>
2392 </property>
2393 <property name="text">
2394 <string/>
2395 </property>
2396 <property name="pixmap">
2397 <pixmap resource="../res/Icons.qrc">:/icons/error.png</pixmap>
2398 </property>
2399 </widget>
2400 </item>
2401 <item>
2402 <widget class="QLabel" name="labelCustomParamsText">
2403 <property name="text">
2404 <string>Warning: Custom parameters won't be checked at all. Use them at your own risk !!!</string>
2405 </property>
2406 </widget>
2407 </item>
2408 </layout>
2409 </item>
2410 <item row="6" column="1" colspan="2">
2411 <widget class="QLabel" name="labelCustomParamsSpacer">
2412 <property name="minimumSize">
2413 <size>
2414 <width>0</width>
2415 <height>2</height>
2416 </size>
2417 </property>
2418 <property name="maximumSize">
2419 <size>
2420 <width>16777215</width>
2421 <height>2</height>
2422 </size>
2423 </property>
2424 <property name="text">
2425 <string/>
2426 </property>
2427 </widget>
2428 </item>
2429 <item row="5" column="2">
2430 <widget class="QLineEdit" name="lineEditCustomParamAften">
2431 <property name="font">
2432 <font>
2433 <family>Lucida Console</family>
2434 </font>
2435 </property>
2436 <property name="text">
2437 <string notr="true"/>
2438 </property>
2439 <property name="placeholderText">
2440 <string>You can enter custom parameters here!</string>
2441 </property>
2442 </widget>
2443 </item>
2444 <item row="5" column="1">
2445 <widget class="QLabel" name="label_13">
2446 <property name="text">
2447 <string>Aften A/52:</string>
2448 </property>
2449 </widget>
2450 </item>
2451 </layout>
2452 </item>
2453 </layout>
2454 </widget>
2455 </item>
2456 <item row="9" column="0">
2457 <widget class="QGroupBox" name="groupBox_12">
2458 <property name="font">
2459 <font>
2460 <weight>50</weight>
2461 <bold>false</bold>
2462 </font>
2463 </property>
2464 <property name="title">
2465 <string> Multi-Threading </string>
2466 </property>
2467 <layout class="QGridLayout" name="gridLayout_32">
2468 <item row="0" column="0">
2469 <layout class="QGridLayout" name="gridLayout_31">
2470 <item row="1" column="1" colspan="3">
2471 <widget class="QSlider" name="sliderMaxInstances">
2472 <property name="minimum">
2473 <number>1</number>
2474 </property>
2475 <property name="maximum">
2476 <number>16</number>
2477 </property>
2478 <property name="pageStep">
2479 <number>1</number>
2480 </property>
2481 <property name="sliderPosition">
2482 <number>4</number>
2483 </property>
2484 <property name="orientation">
2485 <enum>Qt::Horizontal</enum>
2486 </property>
2487 <property name="tickPosition">
2488 <enum>QSlider::TicksBelow</enum>
2489 </property>
2490 <property name="tickInterval">
2491 <number>1</number>
2492 </property>
2493 </widget>
2494 </item>
2495 <item row="1" column="0">
2496 <spacer name="horizontalSpacer_35">
2497 <property name="orientation">
2498 <enum>Qt::Horizontal</enum>
2499 </property>
2500 <property name="sizeType">
2501 <enum>QSizePolicy::Fixed</enum>
2502 </property>
2503 <property name="sizeHint" stdset="0">
2504 <size>
2505 <width>10</width>
2506 <height>20</height>
2507 </size>
2508 </property>
2509 </spacer>
2510 </item>
2511 <item row="1" column="4">
2512 <spacer name="horizontalSpacer_36">
2513 <property name="orientation">
2514 <enum>Qt::Horizontal</enum>
2515 </property>
2516 <property name="sizeType">
2517 <enum>QSizePolicy::Fixed</enum>
2518 </property>
2519 <property name="sizeHint" stdset="0">
2520 <size>
2521 <width>10</width>
2522 <height>20</height>
2523 </size>
2524 </property>
2525 </spacer>
2526 </item>
2527 <item row="0" column="1" colspan="3">
2528 <spacer name="verticalSpacer_17">
2529 <property name="orientation">
2530 <enum>Qt::Vertical</enum>
2531 </property>
2532 <property name="sizeType">
2533 <enum>QSizePolicy::Fixed</enum>
2534 </property>
2535 <property name="sizeHint" stdset="0">
2536 <size>
2537 <width>8</width>
2538 <height>8</height>
2539 </size>
2540 </property>
2541 </spacer>
2542 </item>
2543 <item row="5" column="1" colspan="3">
2544 <spacer name="verticalSpacer_18">
2545 <property name="orientation">
2546 <enum>Qt::Vertical</enum>
2547 </property>
2548 <property name="sizeType">
2549 <enum>QSizePolicy::Fixed</enum>
2550 </property>
2551 <property name="sizeHint" stdset="0">
2552 <size>
2553 <width>20</width>
2554 <height>8</height>
2555 </size>
2556 </property>
2557 </spacer>
2558 </item>
2559 <item row="4" column="1" colspan="3">
2560 <widget class="QCheckBox" name="checkBoxAutoDetectInstances">
2561 <property name="text">
2562 <string>Choose the number of parallel instances based on the number of CPU cores (Recommended)</string>
2563 </property>
2564 </widget>
2565 </item>
2566 <item row="2" column="1">
2567 <widget class="QLabel" name="labelMaxInstancesFewer">
2568 <property name="text">
2569 <string>Fewer Instances</string>
2570 </property>
2571 </widget>
2572 </item>
2573 <item row="2" column="2">
2574 <widget class="QLabel" name="labelMaxInstances">
2575 <property name="font">
2576 <font>
2577 <weight>75</weight>
2578 <bold>true</bold>
2579 </font>
2580 </property>
2581 <property name="text">
2582 <string notr="true">(VALUE)</string>
2583 </property>
2584 <property name="alignment">
2585 <set>Qt::AlignCenter</set>
2586 </property>
2587 </widget>
2588 </item>
2589 <item row="2" column="3">
2590 <widget class="QLabel" name="labelMaxInstancesMore">
2591 <property name="text">
2592 <string>More Instances</string>
2593 </property>
2594 <property name="alignment">
2595 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2596 </property>
2597 </widget>
2598 </item>
2599 <item row="3" column="1" colspan="3">
2600 <spacer name="verticalSpacer_19">
2601 <property name="orientation">
2602 <enum>Qt::Vertical</enum>
2603 </property>
2604 <property name="sizeType">
2605 <enum>QSizePolicy::Fixed</enum>
2606 </property>
2607 <property name="sizeHint" stdset="0">
2608 <size>
2609 <width>20</width>
2610 <height>12</height>
2611 </size>
2612 </property>
2613 </spacer>
2614 </item>
2615 </layout>
2616 </item>
2617 </layout>
2618 </widget>
2619 </item>
2620 <item row="10" column="0">
2621 <widget class="QGroupBox" name="groupBox_13">
2622 <property name="font">
2623 <font>
2624 <weight>50</weight>
2625 <bold>false</bold>
2626 </font>
2627 </property>
2628 <property name="title">
2629 <string> Temp Directory </string>
2630 </property>
2631 <layout class="QGridLayout" name="gridLayout_34">
2632 <item row="0" column="1">
2633 <layout class="QGridLayout" name="gridLayout_33">
2634 <item row="1" column="1">
2635 <widget class="QLineEdit" name="lineEditCustomTempFolder">
2636 <property name="readOnly">
2637 <bool>true</bool>
2638 </property>
2639 </widget>
2640 </item>
2641 <item row="1" column="2">
2642 <widget class="QPushButton" name="buttonBrowseCustomTempFolder">
2643 <property name="text">
2644 <string>Browse...</string>
2645 </property>
2646 <property name="icon">
2647 <iconset resource="../res/Icons.qrc">
2648 <normaloff>:/icons/folder_explore.png</normaloff>:/icons/folder_explore.png</iconset>
2649 </property>
2650 <property name="iconSize">
2651 <size>
2652 <width>16</width>
2653 <height>16</height>
2654 </size>
2655 </property>
2656 </widget>
2657 </item>
2658 <item row="3" column="1" colspan="2">
2659 <widget class="QCheckBox" name="checkBoxUseSystemTempFolder">
2660 <property name="text">
2661 <string>Store temporary files in your system's default TEMP directory (Recommended)</string>
2662 </property>
2663 </widget>
2664 </item>
2665 <item row="0" column="1" colspan="2">
2666 <spacer name="verticalSpacer_20">
2667 <property name="orientation">
2668 <enum>Qt::Vertical</enum>
2669 </property>
2670 <property name="sizeType">
2671 <enum>QSizePolicy::Fixed</enum>
2672 </property>
2673 <property name="sizeHint" stdset="0">
2674 <size>
2675 <width>20</width>
2676 <height>8</height>
2677 </size>
2678 </property>
2679 </spacer>
2680 </item>
2681 <item row="4" column="1" colspan="2">
2682 <spacer name="verticalSpacer_21">
2683 <property name="orientation">
2684 <enum>Qt::Vertical</enum>
2685 </property>
2686 <property name="sizeType">
2687 <enum>QSizePolicy::Fixed</enum>
2688 </property>
2689 <property name="sizeHint" stdset="0">
2690 <size>
2691 <width>20</width>
2692 <height>8</height>
2693 </size>
2694 </property>
2695 </spacer>
2696 </item>
2697 <item row="1" column="0">
2698 <spacer name="horizontalSpacer_37">
2699 <property name="orientation">
2700 <enum>Qt::Horizontal</enum>
2701 </property>
2702 <property name="sizeType">
2703 <enum>QSizePolicy::Fixed</enum>
2704 </property>
2705 <property name="sizeHint" stdset="0">
2706 <size>
2707 <width>10</width>
2708 <height>20</height>
2709 </size>
2710 </property>
2711 </spacer>
2712 </item>
2713 <item row="1" column="3">
2714 <spacer name="horizontalSpacer_38">
2715 <property name="orientation">
2716 <enum>Qt::Horizontal</enum>
2717 </property>
2718 <property name="sizeType">
2719 <enum>QSizePolicy::Fixed</enum>
2720 </property>
2721 <property name="sizeHint" stdset="0">
2722 <size>
2723 <width>10</width>
2724 <height>20</height>
2725 </size>
2726 </property>
2727 </spacer>
2728 </item>
2729 <item row="2" column="1" colspan="2">
2730 <spacer name="verticalSpacer_22">
2731 <property name="orientation">
2732 <enum>Qt::Vertical</enum>
2733 </property>
2734 <property name="sizeType">
2735 <enum>QSizePolicy::Fixed</enum>
2736 </property>
2737 <property name="sizeHint" stdset="0">
2738 <size>
2739 <width>20</width>
2740 <height>4</height>
2741 </size>
2742 </property>
2743 </spacer>
2744 </item>
2745 </layout>
2746 </item>
2747 </layout>
2748 </widget>
2749 </item>
2750 <item row="4" column="0">
2751 <widget class="QGroupBox" name="groupBox_14">
2752 <property name="font">
2753 <font>
2754 <weight>50</weight>
2755 <bold>false</bold>
2756 </font>
2757 </property>
2758 <property name="title">
2759 <string> Aften A/52 Options </string>
2760 </property>
2761 <layout class="QGridLayout" name="gridLayout_36">
2762 <item row="0" column="0">
2763 <layout class="QGridLayout" name="gridLayout_35">
2764 <item row="1" column="5">
2765 <widget class="QComboBox" name="comboBoxAftenDRCMode">
2766 <property name="currentIndex">
2767 <number>5</number>
2768 </property>
2769 <item>
2770 <property name="text">
2771 <string>Film Light</string>
2772 </property>
2773 </item>
2774 <item>
2775 <property name="text">
2776 <string>Film Standard</string>
2777 </property>
2778 </item>
2779 <item>
2780 <property name="text">
2781 <string>Music Light</string>
2782 </property>
2783 </item>
2784 <item>
2785 <property name="text">
2786 <string>Music Standard</string>
2787 </property>
2788 </item>
2789 <item>
2790 <property name="text">
2791 <string>Speech</string>
2792 </property>
2793 </item>
2794 <item>
2795 <property name="text">
2796 <string>None (Default)</string>
2797 </property>
2798 </item>
2799 </widget>
2800 </item>
2801 <item row="1" column="2">
2802 <widget class="QComboBox" name="comboBoxAftenCodingMode">
2803 <item>
2804 <property name="text">
2805 <string>Auto Select</string>
2806 </property>
2807 </item>
2808 <item>
2809 <property name="text">
2810 <string>1+1 (Ch1,Ch2)</string>
2811 </property>
2812 </item>
2813 <item>
2814 <property name="text">
2815 <string>1/0 (C)</string>
2816 </property>
2817 </item>
2818 <item>
2819 <property name="text">
2820 <string>2/0 (L,R)</string>
2821 </property>
2822 </item>
2823 <item>
2824 <property name="text">
2825 <string>3/0 (L,R,C)</string>
2826 </property>
2827 </item>
2828 <item>
2829 <property name="text">
2830 <string>2/1 (L,R,S)</string>
2831 </property>
2832 </item>
2833 <item>
2834 <property name="text">
2835 <string>3/1 (L,R,C,S)</string>
2836 </property>
2837 </item>
2838 <item>
2839 <property name="text">
2840 <string>2/2 (L,R,SL,SR)</string>
2841 </property>
2842 </item>
2843 <item>
2844 <property name="text">
2845 <string>3/2 (L,R,C,SL,SR)</string>
2846 </property>
2847 </item>
2848 </widget>
2849 </item>
2850 <item row="1" column="1">
2851 <widget class="QLabel" name="label_14">
2852 <property name="text">
2853 <string>Audio Coding Mode:</string>
2854 </property>
2855 </widget>
2856 </item>
2857 <item row="1" column="4">
2858 <widget class="QLabel" name="label_15">
2859 <property name="text">
2860 <string>Dynamic Range Compression:</string>
2861 </property>
2862 </widget>
2863 </item>
2864 <item row="1" column="3">
2865 <spacer name="horizontalSpacer_39">
2866 <property name="orientation">
2867 <enum>Qt::Horizontal</enum>
2868 </property>
2869 <property name="sizeHint" stdset="0">
2870 <size>
2871 <width>40</width>
2872 <height>20</height>
2873 </size>
2874 </property>
2875 </spacer>
2876 </item>
2877 <item row="1" column="0" rowspan="3">
2878 <spacer name="horizontalSpacer_40">
2879 <property name="orientation">
2880 <enum>Qt::Horizontal</enum>
2881 </property>
2882 <property name="sizeType">
2883 <enum>QSizePolicy::Fixed</enum>
2884 </property>
2885 <property name="sizeHint" stdset="0">
2886 <size>
2887 <width>10</width>
2888 <height>20</height>
2889 </size>
2890 </property>
2891 </spacer>
2892 </item>
2893 <item row="1" column="7" rowspan="3">
2894 <spacer name="horizontalSpacer_41">
2895 <property name="orientation">
2896 <enum>Qt::Horizontal</enum>
2897 </property>
2898 <property name="sizeType">
2899 <enum>QSizePolicy::Fixed</enum>
2900 </property>
2901 <property name="sizeHint" stdset="0">
2902 <size>
2903 <width>10</width>
2904 <height>20</height>
2905 </size>
2906 </property>
2907 </spacer>
2908 </item>
2909 <item row="0" column="1" colspan="6">
2910 <spacer name="verticalSpacer_23">
2911 <property name="orientation">
2912 <enum>Qt::Vertical</enum>
2913 </property>
2914 <property name="sizeType">
2915 <enum>QSizePolicy::Fixed</enum>
2916 </property>
2917 <property name="sizeHint" stdset="0">
2918 <size>
2919 <width>20</width>
2920 <height>8</height>
2921 </size>
2922 </property>
2923 </spacer>
2924 </item>
2925 <item row="4" column="1" colspan="6">
2926 <spacer name="verticalSpacer_24">
2927 <property name="orientation">
2928 <enum>Qt::Vertical</enum>
2929 </property>
2930 <property name="sizeType">
2931 <enum>QSizePolicy::Fixed</enum>
2932 </property>
2933 <property name="sizeHint" stdset="0">
2934 <size>
2935 <width>20</width>
2936 <height>8</height>
2937 </size>
2938 </property>
2939 </spacer>
2940 </item>
2941 <item row="1" column="6">
2942 <spacer name="horizontalSpacer_42">
2943 <property name="orientation">
2944 <enum>Qt::Horizontal</enum>
2945 </property>
2946 <property name="sizeHint" stdset="0">
2947 <size>
2948 <width>40</width>
2949 <height>20</height>
2950 </size>
2951 </property>
2952 </spacer>
2953 </item>
2954 <item row="2" column="1" colspan="6">
2955 <spacer name="verticalSpacer_25">
2956 <property name="orientation">
2957 <enum>Qt::Vertical</enum>
2958 </property>
2959 <property name="sizeType">
2960 <enum>QSizePolicy::Fixed</enum>
2961 </property>
2962 <property name="sizeHint" stdset="0">
2963 <size>
2964 <width>20</width>
2965 <height>6</height>
2966 </size>
2967 </property>
2968 </spacer>
2969 </item>
2970 <item row="3" column="1" colspan="2">
2971 <widget class="QCheckBox" name="checkBoxAftenFastAllocation">
2972 <property name="text">
2973 <string>Fast Bit Allocation (Less Accurate)</string>
2974 </property>
2975 </widget>
2976 </item>
2977 <item row="3" column="4">
2978 <widget class="QLabel" name="label_16">
2979 <property name="text">
2980 <string>Exponent Search Size:</string>
2981 </property>
2982 </widget>
2983 </item>
2984 <item row="3" column="5">
2985 <widget class="QSpinBox" name="spinBoxAftenSearchSize">
2986 <property name="minimum">
2987 <number>1</number>
2988 </property>
2989 <property name="maximum">
2990 <number>32</number>
2991 </property>
2992 <property name="value">
2993 <number>8</number>
2994 </property>
2995 </widget>
2996 </item>
2997 </layout>
2998 </item>
2999 </layout>
3000 </widget>
3001 </item>
3002 <item row="7" column="0">
3003 <widget class="QGroupBox" name="groupBox_15">
3004 <property name="font">
3005 <font>
3006 <weight>50</weight>
3007 <bold>false</bold>
3008 </font>
3009 </property>
3010 <property name="title">
3011 <string> Rename Output Files </string>
3012 </property>
3013 <layout class="QGridLayout" name="gridLayout_38">
3014 <item row="0" column="0">
3015 <layout class="QGridLayout" name="gridLayout_37">
3016 <item row="1" column="0" rowspan="5">
3017 <spacer name="horizontalSpacer_43">
3018 <property name="orientation">
3019 <enum>Qt::Horizontal</enum>
3020 </property>
3021 <property name="sizeType">
3022 <enum>QSizePolicy::Fixed</enum>
3023 </property>
3024 <property name="sizeHint" stdset="0">
3025 <size>
3026 <width>10</width>
3027 <height>20</height>
3028 </size>
3029 </property>
3030 </spacer>
3031 </item>
3032 <item row="1" column="4" rowspan="5">
3033 <spacer name="horizontalSpacer_44">
3034 <property name="orientation">
3035 <enum>Qt::Horizontal</enum>
3036 </property>
3037 <property name="sizeType">
3038 <enum>QSizePolicy::Fixed</enum>
3039 </property>
3040 <property name="sizeHint" stdset="0">
3041 <size>
3042 <width>10</width>
3043 <height>20</height>
3044 </size>
3045 </property>
3046 </spacer>
3047 </item>
3048 <item row="1" column="2" colspan="2">
3049 <widget class="QLineEdit" name="lineEditRenamePattern">
3050 <property name="enabled">
3051 <bool>false</bool>
3052 </property>
3053 <property name="font">
3054 <font>
3055 <family>Lucida Console</family>
3056 </font>
3057 </property>
3058 <property name="text">
3059 <string notr="true">[&lt;TrackNo&gt;] &lt;Artist&gt; - &lt;Title&gt;</string>
3060 </property>
3061 <property name="placeholderText">
3062 <string>Enter the pattern to rename the output files here!</string>
3063 </property>
3064 </widget>
3065 </item>
3066 <item row="0" column="1" colspan="3">
3067 <spacer name="verticalSpacer_26">
3068 <property name="orientation">
3069 <enum>Qt::Vertical</enum>
3070 </property>
3071 <property name="sizeType">
3072 <enum>QSizePolicy::Fixed</enum>
3073 </property>
3074 <property name="sizeHint" stdset="0">
3075 <size>
3076 <width>20</width>
3077 <height>8</height>
3078 </size>
3079 </property>
3080 </spacer>
3081 </item>
3082 <item row="6" column="1" colspan="3">
3083 <spacer name="verticalSpacer_27">
3084 <property name="orientation">
3085 <enum>Qt::Vertical</enum>
3086 </property>
3087 <property name="sizeType">
3088 <enum>QSizePolicy::Fixed</enum>
3089 </property>
3090 <property name="sizeHint" stdset="0">
3091 <size>
3092 <width>20</width>
3093 <height>8</height>
3094 </size>
3095 </property>
3096 </spacer>
3097 </item>
3098 <item row="5" column="1" colspan="2">
3099 <widget class="QCheckBox" name="checkBoxRenameOutput">
3100 <property name="text">
3101 <string>Rename Output Files</string>
3102 </property>
3103 </widget>
3104 </item>
3105 <item row="4" column="1" colspan="3">
3106 <spacer name="verticalSpacer_28">
3107 <property name="orientation">
3108 <enum>Qt::Vertical</enum>
3109 </property>
3110 <property name="sizeType">
3111 <enum>QSizePolicy::Fixed</enum>
3112 </property>
3113 <property name="sizeHint" stdset="0">
3114 <size>
3115 <width>20</width>
3116 <height>3</height>
3117 </size>
3118 </property>
3119 </spacer>
3120 </item>
3121 <item row="5" column="3">
3122 <widget class="QLabel" name="labelShowRenameMacros">
3123 <property name="sizePolicy">
3124 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3125 <horstretch>0</horstretch>
3126 <verstretch>0</verstretch>
3127 </sizepolicy>
3128 </property>
3129 <property name="text">
3130 <string>&lt;a href=&quot;reset&quot;&gt;Reset&lt;/a&gt; &amp;nbsp; &lt;a href=&quot;#&quot;&gt;Show List of Macros&lt;/a&gt;</string>
3131 </property>
3132 <property name="alignment">
3133 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3134 </property>
3135 </widget>
3136 </item>
3137 <item row="2" column="1" colspan="3">
3138 <spacer name="verticalSpacer_29">
3139 <property name="orientation">
3140 <enum>Qt::Vertical</enum>
3141 </property>
3142 <property name="sizeType">
3143 <enum>QSizePolicy::Fixed</enum>
3144 </property>
3145 <property name="sizeHint" stdset="0">
3146 <size>
3147 <width>20</width>
3148 <height>1</height>
3149 </size>
3150 </property>
3151 </spacer>
3152 </item>
3153 <item row="1" column="1">
3154 <widget class="QLabel" name="label_17">
3155 <property name="sizePolicy">
3156 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3157 <horstretch>0</horstretch>
3158 <verstretch>0</verstretch>
3159 </sizepolicy>
3160 </property>
3161 <property name="text">
3162 <string>Rename Pattern:</string>
3163 </property>
3164 </widget>
3165 </item>
3166 <item row="3" column="1">
3167 <widget class="QLabel" name="label_18">
3168 <property name="sizePolicy">
3169 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3170 <horstretch>0</horstretch>
3171 <verstretch>0</verstretch>
3172 </sizepolicy>
3173 </property>
3174 <property name="text">
3175 <string>Example File Name:</string>
3176 </property>
3177 </widget>
3178 </item>
3179 <item row="3" column="2" colspan="2">
3180 <widget class="QLabel" name="labelRanameExample">
3181 <property name="sizePolicy">
3182 <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
3183 <horstretch>0</horstretch>
3184 <verstretch>0</verstretch>
3185 </sizepolicy>
3186 </property>
3187 <property name="frameShape">
3188 <enum>QFrame::StyledPanel</enum>
3189 </property>
3190 <property name="text">
3191 <string notr="true"/>
3192 </property>
3193 </widget>
3194 </item>
3195 </layout>
3196 </item>
3197 </layout>
3198 </widget>
3199 </item>
3200 </layout>
3201 </item>
3202 <item row="6" column="0">
3203 <spacer name="verticalSpacer">
3204 <property name="orientation">
3205 <enum>Qt::Vertical</enum>
3206 </property>
3207 <property name="sizeType">
3208 <enum>QSizePolicy::Expanding</enum>
3209 </property>
3210 <property name="sizeHint" stdset="0">
3211 <size>
3212 <width>20</width>
3213 <height>40</height>
3214 </size>
3215 </property>
3216 </spacer>
3217 </item>
3218 <item row="3" column="0">
3219 <layout class="QHBoxLayout" name="horizontalLayout_5">
3220 <item>
3221 <widget class="QPushButton" name="buttonResetAdvancedOptions">
3222 <property name="minimumSize">
3223 <size>
3224 <width>175</width>
3225 <height>0</height>
3226 </size>
3227 </property>
3228 <property name="font">
3229 <font>
3230 <weight>50</weight>
3231 <bold>false</bold>
3232 </font>
3233 </property>
3234 <property name="text">
3235 <string>Reset Advanced Options </string>
3236 </property>
3237 <property name="icon">
3238 <iconset resource="../res/Icons.qrc">
3239 <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
3240 </property>
3241 <property name="iconSize">
3242 <size>
3243 <width>16</width>
3244 <height>16</height>
3245 </size>
3246 </property>
3247 </widget>
3248 </item>
3249 <item>
3250 <spacer name="horizontalSpacer_24">
3251 <property name="orientation">
3252 <enum>Qt::Horizontal</enum>
3253 </property>
3254 <property name="sizeHint" stdset="0">
3255 <size>
3256 <width>40</width>
3257 <height>20</height>
3258 </size>
3259 </property>
3260 </spacer>
3261 </item>
3262 </layout>
3263 </item>
3264 </layout>
3265 </widget>
3266 </widget>
3267 </item>
3268 </layout>
3269 </widget>
3270 </widget>
3271 </item>
3272 </layout>
3273 </item>
3274 <item>
3275 <widget class="QFrame" name="frame">
3276 <property name="maximumSize">
3277 <size>
3278 <width>16777215</width>
3279 <height>12</height>
3280 </size>
3281 </property>
3282 <property name="frameShape">
3283 <enum>QFrame::HLine</enum>
3284 </property>
3285 <property name="frameShadow">
3286 <enum>QFrame::Sunken</enum>
3287 </property>
3288 </widget>
3289 </item>
3290 <item>
3291 <layout class="QHBoxLayout" name="horizontalLayout">
3292 <item>
3293 <widget class="QPushButton" name="buttonStart">
3294 <property name="minimumSize">
3295 <size>
3296 <width>120</width>
3297 <height>0</height>
3298 </size>
3299 </property>
3300 <property name="text">
3301 <string> Encode Now!</string>
3302 </property>
3303 <property name="icon">
3304 <iconset resource="../res/Icons.qrc">
3305 <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
3306 </property>
3307 <property name="iconSize">
3308 <size>
3309 <width>16</width>
3310 <height>16</height>
3311 </size>
3312 </property>
3313 <property name="autoDefault">
3314 <bool>true</bool>
3315 </property>
3316 <property name="default">
3317 <bool>true</bool>
3318 </property>
3319 </widget>
3320 </item>
3321 <item>
3322 <spacer name="horizontalSpacer">
3323 <property name="orientation">
3324 <enum>Qt::Horizontal</enum>
3325 </property>
3326 <property name="sizeHint" stdset="0">
3327 <size>
3328 <width>40</width>
3329 <height>20</height>
3330 </size>
3331 </property>
3332 </spacer>
3333 </item>
3334 <item>
3335 <widget class="QPushButton" name="buttonAbout">
3336 <property name="minimumSize">
3337 <size>
3338 <width>120</width>
3339 <height>0</height>
3340 </size>
3341 </property>
3342 <property name="text">
3343 <string>About...</string>
3344 </property>
3345 <property name="icon">
3346 <iconset resource="../res/Icons.qrc">
3347 <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
3348 </property>
3349 <property name="iconSize">
3350 <size>
3351 <width>16</width>
3352 <height>16</height>
3353 </size>
3354 </property>
3355 </widget>
3356 </item>
3357 <item>
3358 <spacer name="horizontalSpacer_2">
3359 <property name="orientation">
3360 <enum>Qt::Horizontal</enum>
3361 </property>
3362 <property name="sizeHint" stdset="0">
3363 <size>
3364 <width>40</width>
3365 <height>20</height>
3366 </size>
3367 </property>
3368 </spacer>
3369 </item>
3370 <item>
3371 <widget class="QPushButton" name="buttonQuit">
3372 <property name="minimumSize">
3373 <size>
3374 <width>120</width>
3375 <height>0</height>
3376 </size>
3377 </property>
3378 <property name="text">
3379 <string> Exit Program</string>
3380 </property>
3381 <property name="icon">
3382 <iconset resource="../res/Icons.qrc">
3383 <normaloff>:/icons/door_in.png</normaloff>:/icons/door_in.png</iconset>
3384 </property>
3385 <property name="iconSize">
3386 <size>
3387 <width>16</width>
3388 <height>16</height>
3389 </size>
3390 </property>
3391 </widget>
3392 </item>
3393 </layout>
3394 </item>
3395 </layout>
3396 </widget>
3397 <widget class="QMenuBar" name="menubar">
3398 <property name="geometry">
3399 <rect>
3400 <x>0</x>
3401 <y>0</y>
3402 <width>667</width>
3403 <height>21</height>
3404 </rect>
3405 </property>
3406 <property name="nativeMenuBar">
3407 <bool>false</bool>
3408 </property>
3409 <widget class="QMenu" name="menuFile">
3410 <property name="title">
3411 <string>File</string>
3412 </property>
3413 <addaction name="actionEncodeNow"/>
3414 <addaction name="separator"/>
3415 <addaction name="actionOpen"/>
3416 <addaction name="actionOpenFolder"/>
3417 <addaction name="actionOpenFolderRecursively"/>
3418 <addaction name="actionClearAll"/>
3419 <addaction name="separator"/>
3420 <addaction name="actionQuit"/>
3421 <addaction name="separator"/>
3422 </widget>
3423 <widget class="QMenu" name="menuHelp">
3424 <property name="title">
3425 <string>?</string>
3426 </property>
3427 <addaction name="actionCheckUpdates"/>
3428 <addaction name="actionVisitSupport"/>
3429 <addaction name="actionVisitHomepage"/>
3430 <addaction name="separator"/>
3431 <addaction name="actionDocumentFAQ"/>
3432 <addaction name="actionDocumentChangelog"/>
3433 <addaction name="actionDocumentTranslate"/>
3434 <addaction name="separator"/>
3435 <addaction name="actionAbout"/>
3436 </widget>
3437 <widget class="QMenu" name="menuView">
3438 <property name="title">
3439 <string>View</string>
3440 </property>
3441 <widget class="QMenu" name="menuStyle">
3442 <property name="title">
3443 <string>Style</string>
3444 </property>
3445 <property name="icon">
3446 <iconset resource="../res/Icons.qrc">
3447 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset>
3448 </property>
3449 <addaction name="actionStylePlastique"/>
3450 <addaction name="actionStyleCleanlooks"/>
3451 <addaction name="actionStyleWindowsVista"/>
3452 <addaction name="actionStyleWindowsXP"/>
3453 <addaction name="actionStyleWindowsClassic"/>
3454 </widget>
3455 <widget class="QMenu" name="menuLanguage">
3456 <property name="title">
3457 <string>Language</string>
3458 </property>
3459 <property name="icon">
3460 <iconset resource="../res/Icons.qrc">
3461 <normaloff>:/icons/user_comment.png</normaloff>:/icons/user_comment.png</iconset>
3462 </property>
3463 <addaction name="actionLoadTranslationFromFile"/>
3464 </widget>
3465 <addaction name="actionSourceFiles"/>
3466 <addaction name="actionOutputDirectory"/>
3467 <addaction name="actionMetaData"/>
3468 <addaction name="actionCompression"/>
3469 <addaction name="actionAdvancedOptions"/>
3470 <addaction name="separator"/>
3471 <addaction name="menuLanguage"/>
3472 <addaction name="menuStyle"/>
3473 </widget>
3474 <widget class="QMenu" name="menuTools">
3475 <property name="title">
3476 <string>Tools</string>
3477 </property>
3478 <widget class="QMenu" name="menuConfiguration">
3479 <property name="title">
3480 <string>Configuration</string>
3481 </property>
3482 <property name="icon">
3483 <iconset resource="../res/Icons.qrc">
3484 <normaloff>:/icons/wrench.png</normaloff>:/icons/wrench.png</iconset>
3485 </property>
3486 <addaction name="actionDisableSounds"/>
3487 <addaction name="actionDisableUpdateReminder"/>
3488 <addaction name="actionDisableNeroAacNotifications"/>
3489 <addaction name="actionDisableSlowStartupNotifications"/>
3490 <addaction name="actionDisableShellIntegration"/>
3491 <addaction name="separator"/>
3492 <addaction name="actionHibernateComputer"/>
3493 <addaction name="actionCheckForBetaUpdates"/>
3494 </widget>
3495 <addaction name="actionImportCueSheet"/>
3496 <addaction name="actionShowDropBoxWidget"/>
3497 <addaction name="separator"/>
3498 <addaction name="menuConfiguration"/>
3499 </widget>
3500 <addaction name="menuFile"/>
3501 <addaction name="menuView"/>
3502 <addaction name="menuTools"/>
3503 <addaction name="menuHelp"/>
3504 </widget>
3505 <action name="actionAbout">
3506 <property name="icon">
3507 <iconset resource="../res/Icons.qrc">
3508 <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
3509 </property>
3510 <property name="text">
3511 <string>About...</string>
3512 </property>
3513 </action>
3514 <action name="actionQuit">
3515 <property name="icon">
3516 <iconset resource="../res/Icons.qrc">
3517 <normaloff>:/icons/door_out.png</normaloff>:/icons/door_out.png</iconset>
3518 </property>
3519 <property name="text">
3520 <string>Quit</string>
3521 </property>
3522 </action>
3523 <action name="actionSourceFiles">
3524 <property name="checkable">
3525 <bool>true</bool>
3526 </property>
3527 <property name="text">
3528 <string>Source Files</string>
3529 </property>
3530 </action>
3531 <action name="actionOutputDirectory">
3532 <property name="checkable">
3533 <bool>true</bool>
3534 </property>
3535 <property name="text">
3536 <string>Output Directory</string>
3537 </property>
3538 </action>
3539 <action name="actionCompression">
3540 <property name="checkable">
3541 <bool>true</bool>
3542 </property>
3543 <property name="text">
3544 <string>Compression</string>
3545 </property>
3546 </action>
3547 <action name="actionMetaData">
3548 <property name="checkable">
3549 <bool>true</bool>
3550 </property>
3551 <property name="text">
3552 <string>Meta Data</string>
3553 </property>
3554 </action>
3555 <action name="actionAdvancedOptions">
3556 <property name="checkable">
3557 <bool>true</bool>
3558 </property>
3559 <property name="text">
3560 <string>Advanced Options</string>
3561 </property>
3562 </action>
3563 <action name="actionOpen">
3564 <property name="icon">
3565 <iconset resource="../res/Icons.qrc">
3566 <normaloff>:/icons/page_white_add.png</normaloff>:/icons/page_white_add.png</iconset>
3567 </property>
3568 <property name="text">
3569 <string>Open File(s)...</string>
3570 </property>
3571 </action>
3572 <action name="actionVisitHomepage">
3573 <property name="icon">
3574 <iconset resource="../res/Icons.qrc">
3575 <normaloff>:/icons/world.png</normaloff>:/icons/world.png</iconset>
3576 </property>
3577 <property name="text">
3578 <string>Visit Official Web-Site</string>
3579 </property>
3580 <property name="toolTip">
3581 <string>Visit Official Web-Site</string>
3582 </property>
3583 </action>
3584 <action name="actionCheckUpdates">
3585 <property name="icon">
3586 <iconset resource="../res/Icons.qrc">
3587 <normaloff>:/icons/transmit_blue.png</normaloff>:/icons/transmit_blue.png</iconset>
3588 </property>
3589 <property name="text">
3590 <string>Check for Updates</string>
3591 </property>
3592 </action>
3593 <action name="actionOpenFolder">
3594 <property name="icon">
3595 <iconset resource="../res/Icons.qrc">
3596 <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
3597 </property>
3598 <property name="text">
3599 <string>Open Folder...</string>
3600 </property>
3601 </action>
3602 <action name="actionClearAll">
3603 <property name="icon">
3604 <iconset resource="../res/Icons.qrc">
3605 <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
3606 </property>
3607 <property name="text">
3608 <string>Clear All</string>
3609 </property>
3610 </action>
3611 <action name="actionStylePlastique">
3612 <property name="checkable">
3613 <bool>true</bool>
3614 </property>
3615 <property name="checked">
3616 <bool>true</bool>
3617 </property>
3618 <property name="text">
3619 <string>Plastique</string>
3620 </property>
3621 </action>
3622 <action name="actionStyleCleanlooks">
3623 <property name="checkable">
3624 <bool>true</bool>
3625 </property>
3626 <property name="text">
3627 <string>Cleanlooks</string>
3628 </property>
3629 </action>
3630 <action name="actionStyleWindowsVista">
3631 <property name="checkable">
3632 <bool>true</bool>
3633 </property>
3634 <property name="text">
3635 <string>Windows Vista (&quot;Aero&quot;)</string>
3636 </property>
3637 </action>
3638 <action name="actionStyleWindowsClassic">
3639 <property name="checkable">
3640 <bool>true</bool>
3641 </property>
3642 <property name="text">
3643 <string>Windows Classic</string>
3644 </property>
3645 </action>
3646 <action name="actionStyleWindowsXP">
3647 <property name="checkable">
3648 <bool>true</bool>
3649 </property>
3650 <property name="text">
3651 <string>Windows XP (&quot;Luna&quot;)</string>
3652 </property>
3653 </action>
3654 <action name="actionDisableUpdateReminder">
3655 <property name="checkable">
3656 <bool>true</bool>
3657 </property>
3658 <property name="text">
3659 <string>Disable Update Reminder</string>
3660 </property>
3661 </action>
3662 <action name="actionDisableSounds">
3663 <property name="checkable">
3664 <bool>true</bool>
3665 </property>
3666 <property name="text">
3667 <string>Disable Sound Effects</string>
3668 </property>
3669 </action>
3670 <action name="actionInstallWMADecoder">
3671 <property name="icon">
3672 <iconset resource="../res/Icons.qrc">
3673 <normaloff>:/icons/wma.png</normaloff>:/icons/wma.png</iconset>
3674 </property>
3675 <property name="text">
3676 <string>Install WMA Decoder</string>
3677 </property>
3678 </action>
3679 <action name="actionDisableNeroAacNotifications">
3680 <property name="checkable">
3681 <bool>true</bool>
3682 </property>
3683 <property name="text">
3684 <string>Disable Nero AAC Notifications</string>
3685 </property>
3686 </action>
3687 <action name="actionShowDropBoxWidget">
3688 <property name="icon">
3689 <iconset resource="../res/Icons.qrc">
3690 <normaloff>:/icons/package.png</normaloff>:/icons/package.png</iconset>
3691 </property>
3692 <property name="text">
3693 <string>Show DropBox</string>
3694 </property>
3695 </action>
3696 <action name="actionLanguageEnglish">
3697 <property name="checkable">
3698 <bool>true</bool>
3699 </property>
3700 <property name="icon">
3701 <iconset>
3702 <normaloff>:/flags/gb.png</normaloff>:/flags/gb.png</iconset>
3703 </property>
3704 <property name="text">
3705 <string notr="true">English</string>
3706 </property>
3707 </action>
3708 <action name="actionLoadTranslationFromFile">
3709 <property name="icon">
3710 <iconset resource="../res/Icons.qrc">
3711 <normaloff>:/icons/folder_page.png</normaloff>:/icons/folder_page.png</iconset>
3712 </property>
3713 <property name="text">
3714 <string>From File...</string>
3715 </property>
3716 </action>
3717 <action name="actionEncodeNow">
3718 <property name="icon">
3719 <iconset resource="../res/Icons.qrc">
3720 <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
3721 </property>
3722 <property name="text">
3723 <string>Encode!</string>
3724 </property>
3725 </action>
3726 <action name="actionDisableShellIntegration">
3727 <property name="checkable">
3728 <bool>true</bool>
3729 </property>
3730 <property name="text">
3731 <string>Disable Shell Integration</string>
3732 </property>
3733 </action>
3734 <action name="actionDocumentFAQ">
3735 <property name="icon">
3736 <iconset resource="../res/Icons.qrc">
3737 <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
3738 </property>
3739 <property name="text">
3740 <string>Frequently Asked Questions</string>
3741 </property>
3742 </action>
3743 <action name="actionDocumentChangelog">
3744 <property name="icon">
3745 <iconset resource="../res/Icons.qrc">
3746 <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
3747 </property>
3748 <property name="text">
3749 <string>Changelog</string>
3750 </property>
3751 </action>
3752 <action name="actionDocumentTranslate">
3753 <property name="icon">
3754 <iconset resource="../res/Icons.qrc">
3755 <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
3756 </property>
3757 <property name="text">
3758 <string>Translator's Guide</string>
3759 </property>
3760 </action>
3761 <action name="actionVisitSupport">
3762 <property name="icon">
3763 <iconset resource="../res/Icons.qrc">
3764 <normaloff>:/icons/group.png</normaloff>:/icons/group.png</iconset>
3765 </property>
3766 <property name="text">
3767 <string>Help &amp;&amp; Support</string>
3768 </property>
3769 </action>
3770 <action name="actionOpenFolderRecursively">
3771 <property name="icon">
3772 <iconset resource="../res/Icons.qrc">
3773 <normaloff>:/icons/folder_explore.png</normaloff>:/icons/folder_explore.png</iconset>
3774 </property>
3775 <property name="text">
3776 <string>Open Folder Recursively...</string>
3777 </property>
3778 </action>
3779 <action name="actionCheckForBetaUpdates">
3780 <property name="checkable">
3781 <bool>true</bool>
3782 </property>
3783 <property name="text">
3784 <string>Check for Beta Updates</string>
3785 </property>
3786 </action>
3787 <action name="actionImportCueSheet">
3788 <property name="icon">
3789 <iconset resource="../res/Icons.qrc">
3790 <normaloff>:/icons/cd_add.png</normaloff>:/icons/cd_add.png</iconset>
3791 </property>
3792 <property name="text">
3793 <string>Import Cue Sheet</string>
3794 </property>
3795 </action>
3796 <action name="actionDisableSlowStartupNotifications">
3797 <property name="checkable">
3798 <bool>true</bool>
3799 </property>
3800 <property name="text">
3801 <string>Disable Slow Startup Notifications</string>
3802 </property>
3803 </action>
3804 <action name="actionHibernateComputer">
3805 <property name="checkable">
3806 <bool>true</bool>
3807 </property>
3808 <property name="text">
3809 <string>Hibernate Computer On Shutdown</string>
3810 </property>
3811 </action>
3812 </widget>
3813 <resources>
3814 <include location="../res/Icons.qrc"/>
3815 <include location="../res/Flags.qrc"/>
3816 <include location="../res/Images.qrc"/>
3817 <include location="../res/Icons.qrc"/>
3818 <include location="../res/Images.qrc"/>
3819 <include location="../res/Icons.qrc"/>
3820 <include location="../res/Images.qrc"/>
3821 <include location="../res/Icons.qrc"/>
3822 <include location="../res/Images.qrc"/>
3823 <include location="../res/Icons.qrc"/>
3824 <include location="../res/Images.qrc"/>
3825 <include location="../res/Icons.qrc"/>
3826 <include location="../res/Images.qrc"/>
3827 <include location="../res/Icons.qrc"/>
3828 <include location="../res/Images.qrc"/>
3829 <include location="../res/Icons.qrc"/>
3830 <include location="../res/Images.qrc"/>
3831 <include location="../res/Icons.qrc"/>
3832 <include location="../res/Images.qrc"/>
3833 <include location="../res/Icons.qrc"/>
3834 <include location="../res/Icons.qrc"/>
3835 <include location="../res/Icons.qrc"/>
3836 <include location="../res/Icons.qrc"/>
3837 <include location="../res/Icons.qrc"/>
3838 <include location="../res/Icons.qrc"/>
3839 <include location="../res/Icons.qrc"/>
3840 <include location="../res/Icons.qrc"/>
3841 <include location="../res/Icons.qrc"/>
3842 <include location="../res/Icons.qrc"/>
3843 <include location="../res/Icons.qrc"/>
3844 <include location="../res/Icons.qrc"/>
3845 <include location="../res/Icons.qrc"/>
3846 <include location="../res/Icons.qrc"/>
3847 <include location="../res/Icons.qrc"/>
3848 <include location="../res/Icons.qrc"/>
3849 <include location="../res/Icons.qrc"/>
3850 <include location="../res/Icons.qrc"/>
3851 <include location="../res/Icons.qrc"/>
3852 <include location="../res/Icons.qrc"/>
3853 <include location="../res/Icons.qrc"/>
3854 <include location="../res/Icons.qrc"/>
3855 <include location="../res/Icons.qrc"/>
3856 <include location="../res/Icons.qrc"/>
3857 <include location="../res/Icons.qrc"/>
3858 <include location="../res/Icons.qrc"/>
3859 <include location="../res/Icons.qrc"/>
3860 <include location="../res/Icons.qrc"/>
3861 <include location="../res/Icons.qrc"/>
3862 <include location="../res/Icons.qrc"/>
3863 <include location="../res/Icons.qrc"/>
3864 <include location="../res/Icons.qrc"/>
3865 <include location="../res/Icons.qrc"/>
3866 <include location="../res/Icons.qrc"/>
3867 <include location="../res/Icons.qrc"/>
3868 <include location="../res/Icons.qrc"/>
3869 <include location="../res/Icons.qrc"/>
3870 <include location="../res/Icons.qrc"/>
3871 <include location="../res/Icons.qrc"/>
3872 <include location="../res/Icons.qrc"/>
3873 <include location="../res/Icons.qrc"/>
3874 <include location="../res/Icons.qrc"/>
3875 <include location="../res/Icons.qrc"/>
3876 <include location="../res/Icons.qrc"/>
3877 <include location="../res/Icons.qrc"/>
3878 <include location="../res/Icons.qrc"/>
3879 <include location="../res/Icons.qrc"/>
3880 <include location="../res/Icons.qrc"/>
3881 <include location="../res/Icons.qrc"/>
3882 <include location="../res/Icons.qrc"/>
3883 <include location="../res/Icons.qrc"/>
3884 <include location="../res/Icons.qrc"/>
3885 <include location="../res/Icons.qrc"/>
3886 <include location="../res/Icons.qrc"/>
3887 <include location="../res/Icons.qrc"/>
3888 <include location="../res/Icons.qrc"/>
3889 <include location="../res/Icons.qrc"/>
3890 <include location="../res/Icons.qrc"/>
3891 <include location="../res/Icons.qrc"/>
3892 <include location="../res/Icons.qrc"/>
3893 <include location="../res/Icons.qrc"/>
3894 <include location="../res/Icons.qrc"/>
3895 <include location="../res/Icons.qrc"/>
3896 <include location="../res/Icons.qrc"/>
3897 <include location="../res/Icons.qrc"/>
3898 <include location="../res/Icons.qrc"/>
3899 <include location="../res/Icons.qrc"/>
3900 <include location="../res/Icons.qrc"/>
3901 <include location="../res/Icons.qrc"/>
3902 <include location="../res/Icons.qrc"/>
3903 <include location="../res/Icons.qrc"/>
3904 <include location="../res/Icons.qrc"/>
3905 <include location="../res/Icons.qrc"/>
3906 <include location="../res/Icons.qrc"/>
3907 </resources>
3908 <connections>
3909 <connection>
3910 <sender>actionAbout</sender>
3911 <signal>triggered()</signal>
3912 <receiver>buttonAbout</receiver>
3913 <slot>click()</slot>
3914 <hints>
3915 <hint type="sourcelabel">
3916 <x>-1</x>
3917 <y>-1</y>
3918 </hint>
3919 <hint type="destinationlabel">
3920 <x>304</x>
3921 <y>433</y>
3922 </hint>
3923 </hints>
3924 </connection>
3925 <connection>
3926 <sender>actionQuit</sender>
3927 <signal>triggered()</signal>
3928 <receiver>buttonQuit</receiver>
3929 <slot>click()</slot>
3930 <hints>
3931 <hint type="sourcelabel">
3932 <x>-1</x>
3933 <y>-1</y>
3934 </hint>
3935 <hint type="destinationlabel">
3936 <x>602</x>
3937 <y>416</y>
3938 </hint>
3939 </hints>
3940 </connection>
3941 <connection>
3942 <sender>actionOpen</sender>
3943 <signal>triggered()</signal>
3944 <receiver>buttonAddFiles</receiver>
3945 <slot>click()</slot>
3946 <hints>
3947 <hint type="sourcelabel">
3948 <x>-1</x>
3949 <y>-1</y>
3950 </hint>
3951 <hint type="destinationlabel">
3952 <x>81</x>
3953 <y>382</y>
3954 </hint>
3955 </hints>
3956 </connection>
3957 <connection>
3958 <sender>sourceFileView</sender>
3959 <signal>activated(QModelIndex)</signal>
3960 <receiver>buttonShowDetails</receiver>
3961 <slot>click()</slot>
3962 <hints>
3963 <hint type="sourcelabel">
3964 <x>327</x>
3965 <y>253</y>
3966 </hint>
3967 <hint type="destinationlabel">
3968 <x>641</x>
3969 <y>382</y>
3970 </hint>
3971 </hints>
3972 </connection>
3973 <connection>
3974 <sender>saveToSourceFolderCheckBox</sender>
3975 <signal>toggled(bool)</signal>
3976 <receiver>outputFolderView</receiver>
3977 <slot>setDisabled(bool)</slot>
3978 <hints>
3979 <hint type="sourcelabel">
3980 <x>341</x>
3981 <y>380</y>
3982 </hint>
3983 <hint type="destinationlabel">
3984 <x>327</x>
3985 <y>264</y>
3986 </hint>
3987 </hints>
3988 </connection>
3989 <connection>
3990 <sender>saveToSourceFolderCheckBox</sender>
3991 <signal>toggled(bool)</signal>
3992 <receiver>outputFolderLabel</receiver>
3993 <slot>setDisabled(bool)</slot>
3994 <hints>
3995 <hint type="sourcelabel">
3996 <x>341</x>
3997 <y>380</y>
3998 </hint>
3999 <hint type="destinationlabel">
4000 <x>327</x>
4001 <y>72</y>
4002 </hint>
4003 </hints>
4004 </connection>
4005 <connection>
4006 <sender>saveToSourceFolderCheckBox</sender>
4007 <signal>toggled(bool)</signal>
4008 <receiver>buttonGotoDesktop</receiver>
4009 <slot>setDisabled(bool)</slot>
4010 <hints>
4011 <hint type="sourcelabel">
4012 <x>358</x>
4013 <y>380</y>
4014 </hint>
4015 <hint type="destinationlabel">
4016 <x>408</x>
4017 <y>346</y>
4018 </hint>
4019 </hints>
4020 </connection>
4021 <connection>
4022 <sender>saveToSourceFolderCheckBox</sender>
4023 <signal>toggled(bool)</signal>
4024 <receiver>buttonGotoHome</receiver>
4025 <slot>setDisabled(bool)</slot>
4026 <hints>
4027 <hint type="sourcelabel">
4028 <x>358</x>
4029 <y>380</y>
4030 </hint>
4031 <hint type="destinationlabel">
4032 <x>98</x>
4033 <y>346</y>
4034 </hint>
4035 </hints>
4036 </connection>
4037 <connection>
4038 <sender>saveToSourceFolderCheckBox</sender>
4039 <signal>toggled(bool)</signal>
4040 <receiver>buttonMakeFolder</receiver>
4041 <slot>setDisabled(bool)</slot>
4042 <hints>
4043 <hint type="sourcelabel">
4044 <x>358</x>
4045 <y>380</y>
4046 </hint>
4047 <hint type="destinationlabel">
4048 <x>641</x>
4049 <y>346</y>
4050 </hint>
4051 </hints>
4052 </connection>
4053 <connection>
4054 <sender>saveToSourceFolderCheckBox</sender>
4055 <signal>toggled(bool)</signal>
4056 <receiver>buttonGotoMusic</receiver>
4057 <slot>setDisabled(bool)</slot>
4058 <hints>
4059 <hint type="sourcelabel">
4060 <x>358</x>
4061 <y>380</y>
4062 </hint>
4063 <hint type="destinationlabel">
4064 <x>276</x>
4065 <y>346</y>
4066 </hint>
4067 </hints>
4068 </connection>
4069 <connection>
4070 <sender>actionClearAll</sender>
4071 <signal>triggered()</signal>
4072 <receiver>buttonClearFiles</receiver>
4073 <slot>click()</slot>
4074 <hints>
4075 <hint type="sourcelabel">
4076 <x>-1</x>
4077 <y>-1</y>
4078 </hint>
4079 <hint type="destinationlabel">
4080 <x>300</x>
4081 <y>382</y>
4082 </hint>
4083 </hints>
4084 </connection>
4085 <connection>
4086 <sender>writeMetaDataCheckBox</sender>
4087 <signal>clicked(bool)</signal>
4088 <receiver>metaDataView</receiver>
4089 <slot>setEnabled(bool)</slot>
4090 <hints>
4091 <hint type="sourcelabel">
4092 <x>201</x>
4093 <y>372</y>
4094 </hint>
4095 <hint type="destinationlabel">
4096 <x>336</x>
4097 <y>252</y>
4098 </hint>
4099 </hints>
4100 </connection>
4101 <connection>
4102 <sender>writeMetaDataCheckBox</sender>
4103 <signal>clicked(bool)</signal>
4104 <receiver>buttonEditMeta</receiver>
4105 <slot>setEnabled(bool)</slot>
4106 <hints>
4107 <hint type="sourcelabel">
4108 <x>207</x>
4109 <y>372</y>
4110 </hint>
4111 <hint type="destinationlabel">
4112 <x>632</x>
4113 <y>315</y>
4114 </hint>
4115 </hints>
4116 </connection>
4117 <connection>
4118 <sender>writeMetaDataCheckBox</sender>
4119 <signal>clicked(bool)</signal>
4120 <receiver>labelEditMetaHint</receiver>
4121 <slot>setEnabled(bool)</slot>
4122 <hints>
4123 <hint type="sourcelabel">
4124 <x>207</x>
4125 <y>372</y>
4126 </hint>
4127 <hint type="destinationlabel">
4128 <x>344</x>
4129 <y>315</y>
4130 </hint>
4131 </hints>
4132 </connection>
4133 <connection>
4134 <sender>writeMetaDataCheckBox</sender>
4135 <signal>clicked(bool)</signal>
4136 <receiver>labelEditMetaIcon</receiver>
4137 <slot>setEnabled(bool)</slot>
4138 <hints>
4139 <hint type="sourcelabel">
4140 <x>207</x>
4141 <y>372</y>
4142 </hint>
4143 <hint type="destinationlabel">
4144 <x>47</x>
4145 <y>315</y>
4146 </hint>
4147 </hints>
4148 </connection>
4149 <connection>
4150 <sender>writeMetaDataCheckBox</sender>
4151 <signal>clicked(bool)</signal>
4152 <receiver>buttonClearMeta</receiver>
4153 <slot>setEnabled(bool)</slot>
4154 <hints>
4155 <hint type="sourcelabel">
4156 <x>207</x>
4157 <y>372</y>
4158 </hint>
4159 <hint type="destinationlabel">
4160 <x>536</x>
4161 <y>315</y>
4162 </hint>
4163 </hints>
4164 </connection>
4165 <connection>
4166 <sender>saveToSourceFolderCheckBox</sender>
4167 <signal>toggled(bool)</signal>
4168 <receiver>generatePlaylistCheckBox</receiver>
4169 <slot>setDisabled(bool)</slot>
4170 <hints>
4171 <hint type="sourcelabel">
4172 <x>84</x>
4173 <y>380</y>
4174 </hint>
4175 <hint type="destinationlabel">
4176 <x>397</x>
4177 <y>372</y>
4178 </hint>
4179 </hints>
4180 </connection>
4181 <connection>
4182 <sender>metaDataView</sender>
4183 <signal>activated(QModelIndex)</signal>
4184 <receiver>buttonEditMeta</receiver>
4185 <slot>click()</slot>
4186 <hints>
4187 <hint type="sourcelabel">
4188 <x>93</x>
4189 <y>159</y>
4190 </hint>
4191 <hint type="destinationlabel">
4192 <x>599</x>
4193 <y>315</y>
4194 </hint>
4195 </hints>
4196 </connection>
4197 <connection>
4198 <sender>saveToSourceFolderCheckBox</sender>
4199 <signal>toggled(bool)</signal>
4200 <receiver>prependRelativePathCheckBox</receiver>
4201 <slot>setDisabled(bool)</slot>
4202 <hints>
4203 <hint type="sourcelabel">
4204 <x>84</x>
4205 <y>380</y>
4206 </hint>
4207 <hint type="destinationlabel">
4208 <x>459</x>
4209 <y>380</y>
4210 </hint>
4211 </hints>
4212 </connection>
4213 <connection>
4214 <sender>checkBoxBitrateManagement</sender>
4215 <signal>clicked(bool)</signal>
4216 <receiver>labelBitrateManagementMin</receiver>
4217 <slot>setEnabled(bool)</slot>
4218 <hints>
4219 <hint type="sourcelabel">
4220 <x>163</x>
4221 <y>231</y>
4222 </hint>
4223 <hint type="destinationlabel">
4224 <x>256</x>
4225 <y>214</y>
4226 </hint>
4227 </hints>
4228 </connection>
4229 <connection>
4230 <sender>checkBoxBitrateManagement</sender>
4231 <signal>clicked(bool)</signal>
4232 <receiver>labelBitrateManagementMax</receiver>
4233 <slot>setEnabled(bool)</slot>
4234 <hints>
4235 <hint type="sourcelabel">
4236 <x>163</x>
4237 <y>231</y>
4238 </hint>
4239 <hint type="destinationlabel">
4240 <x>465</x>
4241 <y>214</y>
4242 </hint>
4243 </hints>
4244 </connection>
4245 <connection>
4246 <sender>checkBoxBitrateManagement</sender>
4247 <signal>clicked(bool)</signal>
4248 <receiver>spinBoxBitrateManagementMin</receiver>
4249 <slot>setEnabled(bool)</slot>
4250 <hints>
4251 <hint type="sourcelabel">
4252 <x>163</x>
4253 <y>231</y>
4254 </hint>
4255 <hint type="destinationlabel">
4256 <x>360</x>
4257 <y>214</y>
4258 </hint>
4259 </hints>
4260 </connection>
4261 <connection>
4262 <sender>checkBoxBitrateManagement</sender>
4263 <signal>clicked(bool)</signal>
4264 <receiver>spinBoxBitrateManagementMax</receiver>
4265 <slot>setEnabled(bool)</slot>
4266 <hints>
4267 <hint type="sourcelabel">
4268 <x>163</x>
4269 <y>231</y>
4270 </hint>
4271 <hint type="destinationlabel">
4272 <x>569</x>
4273 <y>214</y>
4274 </hint>
4275 </hints>
4276 </connection>
4277 <connection>
4278 <sender>checkBoxNormalizationFilter</sender>
4279 <signal>clicked(bool)</signal>
4280 <receiver>spinBoxNormalizationFilter</receiver>
4281 <slot>setEnabled(bool)</slot>
4282 <hints>
4283 <hint type="sourcelabel">
4284 <x>133</x>
4285 <y>502</y>
4286 </hint>
4287 <hint type="destinationlabel">
4288 <x>447</x>
4289 <y>502</y>
4290 </hint>
4291 </hints>
4292 </connection>
4293 <connection>
4294 <sender>actionEncodeNow</sender>
4295 <signal>triggered()</signal>
4296 <receiver>buttonStart</receiver>
4297 <slot>click()</slot>
4298 <hints>
4299 <hint type="sourcelabel">
4300 <x>-1</x>
4301 <y>-1</y>
4302 </hint>
4303 <hint type="destinationlabel">
4304 <x>69</x>
4305 <y>423</y>
4306 </hint>
4307 </hints>
4308 </connection>
4309 <connection>
4310 <sender>checkBoxAutoDetectInstances</sender>
4311 <signal>clicked(bool)</signal>
4312 <receiver>sliderMaxInstances</receiver>
4313 <slot>setDisabled(bool)</slot>
4314 <hints>
4315 <hint type="sourcelabel">
4316 <x>363</x>
4317 <y>953</y>
4318 </hint>
4319 <hint type="destinationlabel">
4320 <x>363</x>
4321 <y>897</y>
4322 </hint>
4323 </hints>
4324 </connection>
4325 <connection>
4326 <sender>checkBoxAutoDetectInstances</sender>
4327 <signal>clicked(bool)</signal>
4328 <receiver>labelMaxInstances</receiver>
4329 <slot>setDisabled(bool)</slot>
4330 <hints>
4331 <hint type="sourcelabel">
4332 <x>363</x>
4333 <y>953</y>
4334 </hint>
4335 <hint type="destinationlabel">
4336 <x>409</x>
4337 <y>916</y>
4338 </hint>
4339 </hints>
4340 </connection>
4341 <connection>
4342 <sender>checkBoxAutoDetectInstances</sender>
4343 <signal>clicked(bool)</signal>
4344 <receiver>labelMaxInstancesFewer</receiver>
4345 <slot>setDisabled(bool)</slot>
4346 <hints>
4347 <hint type="sourcelabel">
4348 <x>363</x>
4349 <y>953</y>
4350 </hint>
4351 <hint type="destinationlabel">
4352 <x>185</x>
4353 <y>916</y>
4354 </hint>
4355 </hints>
4356 </connection>
4357 <connection>
4358 <sender>checkBoxAutoDetectInstances</sender>
4359 <signal>clicked(bool)</signal>
4360 <receiver>labelMaxInstancesMore</receiver>
4361 <slot>setDisabled(bool)</slot>
4362 <hints>
4363 <hint type="sourcelabel">
4364 <x>363</x>
4365 <y>953</y>
4366 </hint>
4367 <hint type="destinationlabel">
4368 <x>588</x>
4369 <y>916</y>
4370 </hint>
4371 </hints>
4372 </connection>
4373 <connection>
4374 <sender>checkBoxUseSystemTempFolder</sender>
4375 <signal>clicked(bool)</signal>
4376 <receiver>lineEditCustomTempFolder</receiver>
4377 <slot>setDisabled(bool)</slot>
4378 <hints>
4379 <hint type="sourcelabel">
4380 <x>323</x>
4381 <y>302</y>
4382 </hint>
4383 <hint type="destinationlabel">
4384 <x>283</x>
4385 <y>265</y>
4386 </hint>
4387 </hints>
4388 </connection>
4389 <connection>
4390 <sender>checkBoxUseSystemTempFolder</sender>
4391 <signal>clicked(bool)</signal>
4392 <receiver>buttonBrowseCustomTempFolder</receiver>
4393 <slot>setDisabled(bool)</slot>
4394 <hints>
4395 <hint type="sourcelabel">
4396 <x>323</x>
4397 <y>302</y>
4398 </hint>
4399 <hint type="destinationlabel">
4400 <x>551</x>
4401 <y>265</y>
4402 </hint>
4403 </hints>
4404 </connection>
4405 <connection>
4406 <sender>checkBoxRenameOutput</sender>
4407 <signal>toggled(bool)</signal>
4408 <receiver>lineEditRenamePattern</receiver>
4409 <slot>setEnabled(bool)</slot>
4410 <hints>
4411 <hint type="sourcelabel">
4412 <x>323</x>
4413 <y>206</y>
4414 </hint>
4415 <hint type="destinationlabel">
4416 <x>323</x>
4417 <y>172</y>
4418 </hint>
4419 </hints>
4420 </connection>
4421 <connection>
4422 <sender>checkBoxNormalizationFilter</sender>
4423 <signal>clicked(bool)</signal>
4424 <receiver>comboBoxNormalizationMode</receiver>
4425 <slot>setEnabled(bool)</slot>
4426 <hints>
4427 <hint type="sourcelabel">
4428 <x>80</x>
4429 <y>89</y>
4430 </hint>
4431 <hint type="destinationlabel">
4432 <x>80</x>
4433 <y>89</y>
4434 </hint>
4435 </hints>
4436 </connection>
4437 </connections>
4438 </ui>