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