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