Do not set Title or Cover Art for the global meta info object, when assigning the...
[LameXP.git] / gui / MainWindow.ui
blob700ecf5f52080010e22fe691026df94592673d88
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>443</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="QLineEdit" name="outputFolderEdit">
345 <property name="sizePolicy">
346 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
347 <horstretch>0</horstretch>
348 <verstretch>0</verstretch>
349 </sizepolicy>
350 </property>
351 <property name="text">
352 <string notr="true">($OUTDIR)</string>
353 </property>
354 </widget>
355 </item>
356 <item>
357 <widget class="QLabel" name="outputFoldersGoUpLabel">
358 <property name="sizePolicy">
359 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
360 <horstretch>0</horstretch>
361 <verstretch>0</verstretch>
362 </sizepolicy>
363 </property>
364 <property name="toolTip">
365 <string>Up One Level</string>
366 </property>
367 <property name="frameShape">
368 <enum>QFrame::StyledPanel</enum>
369 </property>
370 <property name="text">
371 <string/>
372 </property>
373 <property name="pixmap">
374 <pixmap resource="../res/Icons.qrc">:/icons/folder_up.png</pixmap>
375 </property>
376 </widget>
377 </item>
378 <item>
379 <widget class="QLabel" name="outputFoldersEditorLabel">
380 <property name="sizePolicy">
381 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
382 <horstretch>0</horstretch>
383 <verstretch>0</verstretch>
384 </sizepolicy>
385 </property>
386 <property name="toolTip">
387 <string>Edit Output Path</string>
388 </property>
389 <property name="frameShape">
390 <enum>QFrame::StyledPanel</enum>
391 </property>
392 <property name="text">
393 <string notr="true"/>
394 </property>
395 <property name="pixmap">
396 <pixmap resource="../res/Icons.qrc">:/icons/drive_edit.png</pixmap>
397 </property>
398 </widget>
399 </item>
400 <item>
401 <widget class="QLabel" name="outputFoldersFovoritesLabel">
402 <property name="sizePolicy">
403 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
404 <horstretch>0</horstretch>
405 <verstretch>0</verstretch>
406 </sizepolicy>
407 </property>
408 <property name="toolTip">
409 <string>Show Favorites</string>
410 </property>
411 <property name="frameShape">
412 <enum>QFrame::StyledPanel</enum>
413 </property>
414 <property name="text">
415 <string notr="true"/>
416 </property>
417 <property name="pixmap">
418 <pixmap resource="../res/Icons.qrc">:/icons/star.png</pixmap>
419 </property>
420 </widget>
421 </item>
422 </layout>
423 </item>
424 <item>
425 <widget class="QTreeView" name="outputFolderView">
426 <property name="editTriggers">
427 <set>QAbstractItemView::NoEditTriggers</set>
428 </property>
429 <property name="alternatingRowColors">
430 <bool>true</bool>
431 </property>
432 </widget>
433 </item>
434 <item>
435 <layout class="QHBoxLayout" name="horizontalLayout_3">
436 <item>
437 <widget class="QPushButton" name="buttonGotoHome">
438 <property name="minimumSize">
439 <size>
440 <width>124</width>
441 <height>0</height>
442 </size>
443 </property>
444 <property name="text">
445 <string>Goto Home Folder</string>
446 </property>
447 <property name="icon">
448 <iconset resource="../res/Icons.qrc">
449 <normaloff>:/icons/house.png</normaloff>:/icons/house.png</iconset>
450 </property>
451 <property name="iconSize">
452 <size>
453 <width>16</width>
454 <height>16</height>
455 </size>
456 </property>
457 </widget>
458 </item>
459 <item>
460 <widget class="QPushButton" name="buttonGotoMusic">
461 <property name="minimumSize">
462 <size>
463 <width>124</width>
464 <height>0</height>
465 </size>
466 </property>
467 <property name="text">
468 <string>Goto Music Folder</string>
469 </property>
470 <property name="icon">
471 <iconset resource="../res/Icons.qrc">
472 <normaloff>:/icons/music.png</normaloff>:/icons/music.png</iconset>
473 </property>
474 <property name="iconSize">
475 <size>
476 <width>16</width>
477 <height>16</height>
478 </size>
479 </property>
480 </widget>
481 </item>
482 <item>
483 <widget class="QPushButton" name="buttonGotoDesktop">
484 <property name="minimumSize">
485 <size>
486 <width>124</width>
487 <height>0</height>
488 </size>
489 </property>
490 <property name="text">
491 <string>Goto Desktop Folder</string>
492 </property>
493 <property name="icon">
494 <iconset resource="../res/Icons.qrc">
495 <normaloff>:/icons/monitor.png</normaloff>:/icons/monitor.png</iconset>
496 </property>
497 <property name="iconSize">
498 <size>
499 <width>16</width>
500 <height>16</height>
501 </size>
502 </property>
503 </widget>
504 </item>
505 <item>
506 <spacer name="horizontalSpacer_6">
507 <property name="orientation">
508 <enum>Qt::Horizontal</enum>
509 </property>
510 <property name="sizeHint" stdset="0">
511 <size>
512 <width>40</width>
513 <height>20</height>
514 </size>
515 </property>
516 </spacer>
517 </item>
518 <item>
519 <widget class="QPushButton" name="buttonMakeFolder">
520 <property name="minimumSize">
521 <size>
522 <width>124</width>
523 <height>0</height>
524 </size>
525 </property>
526 <property name="text">
527 <string>Make New Folder</string>
528 </property>
529 <property name="icon">
530 <iconset resource="../res/Icons.qrc">
531 <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
532 </property>
533 <property name="iconSize">
534 <size>
535 <width>16</width>
536 <height>16</height>
537 </size>
538 </property>
539 </widget>
540 </item>
541 </layout>
542 </item>
543 <item>
544 <widget class="QFrame" name="frame_2">
545 <property name="maximumSize">
546 <size>
547 <width>16777215</width>
548 <height>2</height>
549 </size>
550 </property>
551 <property name="frameShape">
552 <enum>QFrame::HLine</enum>
553 </property>
554 <property name="frameShadow">
555 <enum>QFrame::Sunken</enum>
556 </property>
557 <property name="lineWidth">
558 <number>1</number>
559 </property>
560 </widget>
561 </item>
562 <item>
563 <layout class="QHBoxLayout" name="horizontalLayout_4">
564 <item>
565 <widget class="QCheckBox" name="saveToSourceFolderCheckBox">
566 <property name="text">
567 <string>Save output files to the same location where the input file is located</string>
568 </property>
569 </widget>
570 </item>
571 <item>
572 <spacer name="horizontalSpacer_11">
573 <property name="orientation">
574 <enum>Qt::Horizontal</enum>
575 </property>
576 <property name="sizeType">
577 <enum>QSizePolicy::Fixed</enum>
578 </property>
579 <property name="sizeHint" stdset="0">
580 <size>
581 <width>15</width>
582 <height>20</height>
583 </size>
584 </property>
585 </spacer>
586 </item>
587 <item>
588 <widget class="QCheckBox" name="prependRelativePathCheckBox">
589 <property name="text">
590 <string>Prepend relative source file path to output file</string>
591 </property>
592 </widget>
593 </item>
594 </layout>
595 </item>
596 </layout>
597 </item>
598 </layout>
599 </widget>
600 <widget class="QWidget" name="tabMetaData">
601 <attribute name="icon">
602 <iconset resource="../res/Icons.qrc">
603 <normaloff>:/icons/cd_edit.png</normaloff>:/icons/cd_edit.png</iconset>
604 </attribute>
605 <attribute name="title">
606 <string>Meta Data</string>
607 </attribute>
608 <layout class="QGridLayout" name="gridLayout_6">
609 <item row="0" column="0">
610 <layout class="QGridLayout" name="gridLayout_5">
611 <item row="0" column="1" colspan="2">
612 <widget class="QGroupBox" name="metaDataGroupBox">
613 <property name="font">
614 <font>
615 <weight>50</weight>
616 <bold>false</bold>
617 </font>
618 </property>
619 <property name="title">
620 <string> Meta Information </string>
621 </property>
622 <layout class="QGridLayout" name="gridLayout_9">
623 <item row="0" column="0" colspan="4">
624 <widget class="QTableView" name="metaDataView">
625 <property name="selectionMode">
626 <enum>QAbstractItemView::SingleSelection</enum>
627 </property>
628 <property name="selectionBehavior">
629 <enum>QAbstractItemView::SelectRows</enum>
630 </property>
631 <property name="wordWrap">
632 <bool>false</bool>
633 </property>
634 <attribute name="horizontalHeaderHighlightSections">
635 <bool>false</bool>
636 </attribute>
637 <attribute name="horizontalHeaderStretchLastSection">
638 <bool>true</bool>
639 </attribute>
640 <attribute name="verticalHeaderHighlightSections">
641 <bool>false</bool>
642 </attribute>
643 </widget>
644 </item>
645 <item row="3" column="3">
646 <widget class="QPushButton" name="buttonEditMeta">
647 <property name="maximumSize">
648 <size>
649 <width>90</width>
650 <height>16777215</height>
651 </size>
652 </property>
653 <property name="text">
654 <string>Edit</string>
655 </property>
656 <property name="icon">
657 <iconset resource="../res/Icons.qrc">
658 <normaloff>:/icons/table_edit.png</normaloff>:/icons/table_edit.png</iconset>
659 </property>
660 <property name="iconSize">
661 <size>
662 <width>16</width>
663 <height>16</height>
664 </size>
665 </property>
666 </widget>
667 </item>
668 <item row="3" column="1">
669 <widget class="QLabel" name="labelEditMetaHint">
670 <property name="text">
671 <string>Note: Meta information you enter here will &lt;u&gt;supersede&lt;/u&gt; data from the source!</string>
672 </property>
673 <property name="wordWrap">
674 <bool>true</bool>
675 </property>
676 </widget>
677 </item>
678 <item row="3" column="0">
679 <widget class="QLabel" name="labelEditMetaIcon">
680 <property name="sizePolicy">
681 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
682 <horstretch>0</horstretch>
683 <verstretch>0</verstretch>
684 </sizepolicy>
685 </property>
686 <property name="text">
687 <string/>
688 </property>
689 <property name="pixmap">
690 <pixmap resource="../res/Icons.qrc">:/icons/feed.png</pixmap>
691 </property>
692 <property name="alignment">
693 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
694 </property>
695 </widget>
696 </item>
697 <item row="3" column="2">
698 <widget class="QPushButton" name="buttonClearMeta">
699 <property name="maximumSize">
700 <size>
701 <width>90</width>
702 <height>16777215</height>
703 </size>
704 </property>
705 <property name="text">
706 <string>Reset</string>
707 </property>
708 <property name="icon">
709 <iconset resource="../res/Icons.qrc">
710 <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
711 </property>
712 <property name="iconSize">
713 <size>
714 <width>16</width>
715 <height>16</height>
716 </size>
717 </property>
718 </widget>
719 </item>
720 </layout>
721 </widget>
722 </item>
723 <item row="1" column="1" rowspan="2" colspan="2">
724 <widget class="QGroupBox" name="groupBox">
725 <property name="font">
726 <font>
727 <weight>50</weight>
728 <bold>false</bold>
729 </font>
730 </property>
731 <property name="title">
732 <string> Options </string>
733 </property>
734 <layout class="QGridLayout" name="gridLayout_11">
735 <item row="0" column="0">
736 <layout class="QGridLayout" name="gridLayout_10">
737 <item row="0" column="1">
738 <widget class="QCheckBox" name="generatePlaylistCheckBox">
739 <property name="font">
740 <font>
741 <weight>50</weight>
742 <bold>false</bold>
743 </font>
744 </property>
745 <property name="text">
746 <string>Automatically generate playlist file (.m3u)</string>
747 </property>
748 <property name="checked">
749 <bool>true</bool>
750 </property>
751 </widget>
752 </item>
753 <item row="0" column="0">
754 <widget class="QCheckBox" name="writeMetaDataCheckBox">
755 <property name="font">
756 <font>
757 <weight>50</weight>
758 <bold>false</bold>
759 </font>
760 </property>
761 <property name="text">
762 <string>Write meta information to encoded files</string>
763 </property>
764 <property name="checked">
765 <bool>true</bool>
766 </property>
767 </widget>
768 </item>
769 </layout>
770 </item>
771 </layout>
772 </widget>
773 </item>
774 </layout>
775 </item>
776 </layout>
777 </widget>
778 <widget class="QWidget" name="tabCompressionSetting">
779 <attribute name="icon">
780 <iconset resource="../res/Icons.qrc">
781 <normaloff>:/icons/compress.png</normaloff>:/icons/compress.png</iconset>
782 </attribute>
783 <attribute name="title">
784 <string>Compression</string>
785 </attribute>
786 <layout class="QGridLayout" name="gridLayout_4">
787 <item row="0" column="0">
788 <layout class="QVBoxLayout" name="verticalLayout_6">
789 <item>
790 <widget class="QGroupBox" name="groupBox_2">
791 <property name="minimumSize">
792 <size>
793 <width>0</width>
794 <height>75</height>
795 </size>
796 </property>
797 <property name="font">
798 <font>
799 <weight>50</weight>
800 <bold>false</bold>
801 </font>
802 </property>
803 <property name="title">
804 <string> Encoder / Format </string>
805 </property>
806 <layout class="QGridLayout" name="gridLayout_3">
807 <item row="0" column="0">
808 <layout class="QGridLayout" name="gridLayout">
809 <item row="0" column="1">
810 <widget class="QRadioButton" name="radioButtonEncoderMP3">
811 <property name="text">
812 <string>MP3</string>
813 </property>
814 <property name="checked">
815 <bool>true</bool>
816 </property>
817 </widget>
818 </item>
819 <item row="0" column="3">
820 <widget class="QRadioButton" name="radioButtonEncoderVorbis">
821 <property name="text">
822 <string>Ogg/Vorbis</string>
823 </property>
824 </widget>
825 </item>
826 <item row="0" column="7">
827 <widget class="QRadioButton" name="radioButtonEncoderAAC">
828 <property name="text">
829 <string>AAC/MP4</string>
830 </property>
831 </widget>
832 </item>
833 <item row="0" column="19">
834 <widget class="QRadioButton" name="radioButtonEncoderPCM">
835 <property name="text">
836 <string>PCM/Wave</string>
837 </property>
838 </widget>
839 </item>
840 <item row="0" column="0">
841 <spacer name="horizontalSpacer_7">
842 <property name="orientation">
843 <enum>Qt::Horizontal</enum>
844 </property>
845 <property name="sizeType">
846 <enum>QSizePolicy::Fixed</enum>
847 </property>
848 <property name="sizeHint" stdset="0">
849 <size>
850 <width>10</width>
851 <height>20</height>
852 </size>
853 </property>
854 </spacer>
855 </item>
856 <item row="0" column="13">
857 <widget class="QRadioButton" name="radioButtonEncoderAC3">
858 <property name="text">
859 <string>A/52</string>
860 </property>
861 </widget>
862 </item>
863 <item row="0" column="17">
864 <widget class="QRadioButton" name="radioButtonEncoderDCA">
865 <property name="text">
866 <string>DCA</string>
867 </property>
868 </widget>
869 </item>
870 <item row="0" column="2">
871 <spacer name="horizontalSpacer_45">
872 <property name="orientation">
873 <enum>Qt::Horizontal</enum>
874 </property>
875 <property name="sizeHint" stdset="0">
876 <size>
877 <width>1</width>
878 <height>20</height>
879 </size>
880 </property>
881 </spacer>
882 </item>
883 <item row="0" column="6">
884 <spacer name="horizontalSpacer_46">
885 <property name="orientation">
886 <enum>Qt::Horizontal</enum>
887 </property>
888 <property name="sizeHint" stdset="0">
889 <size>
890 <width>1</width>
891 <height>20</height>
892 </size>
893 </property>
894 </spacer>
895 </item>
896 <item row="0" column="8">
897 <spacer name="horizontalSpacer_47">
898 <property name="orientation">
899 <enum>Qt::Horizontal</enum>
900 </property>
901 <property name="sizeHint" stdset="0">
902 <size>
903 <width>1</width>
904 <height>20</height>
905 </size>
906 </property>
907 </spacer>
908 </item>
909 <item row="0" column="16">
910 <spacer name="horizontalSpacer_49">
911 <property name="orientation">
912 <enum>Qt::Horizontal</enum>
913 </property>
914 <property name="sizeHint" stdset="0">
915 <size>
916 <width>1</width>
917 <height>20</height>
918 </size>
919 </property>
920 </spacer>
921 </item>
922 <item row="0" column="18">
923 <spacer name="horizontalSpacer_50">
924 <property name="orientation">
925 <enum>Qt::Horizontal</enum>
926 </property>
927 <property name="sizeHint" stdset="0">
928 <size>
929 <width>1</width>
930 <height>20</height>
931 </size>
932 </property>
933 </spacer>
934 </item>
935 <item row="0" column="20">
936 <spacer name="horizontalSpacer_51">
937 <property name="orientation">
938 <enum>Qt::Horizontal</enum>
939 </property>
940 <property name="sizeHint" stdset="0">
941 <size>
942 <width>1</width>
943 <height>20</height>
944 </size>
945 </property>
946 </spacer>
947 </item>
948 <item row="0" column="9">
949 <widget class="QRadioButton" name="radioButtonEncoderFLAC">
950 <property name="text">
951 <string>FLAC</string>
952 </property>
953 </widget>
954 </item>
955 <item row="0" column="12">
956 <spacer name="horizontalSpacer_55">
957 <property name="orientation">
958 <enum>Qt::Horizontal</enum>
959 </property>
960 <property name="sizeHint" stdset="0">
961 <size>
962 <width>1</width>
963 <height>20</height>
964 </size>
965 </property>
966 </spacer>
967 </item>
968 <item row="0" column="5">
969 <widget class="QRadioButton" name="radioButtonEncoderOpus">
970 <property name="text">
971 <string>Opus</string>
972 </property>
973 </widget>
974 </item>
975 <item row="0" column="4">
976 <spacer name="horizontalSpacer_48">
977 <property name="orientation">
978 <enum>Qt::Horizontal</enum>
979 </property>
980 <property name="sizeHint" stdset="0">
981 <size>
982 <width>1</width>
983 <height>20</height>
984 </size>
985 </property>
986 </spacer>
987 </item>
988 </layout>
989 </item>
990 </layout>
991 </widget>
992 </item>
993 <item>
994 <widget class="QGroupBox" name="groupBox_4">
995 <property name="minimumSize">
996 <size>
997 <width>0</width>
998 <height>75</height>
999 </size>
1000 </property>
1001 <property name="font">
1002 <font>
1003 <weight>50</weight>
1004 <bold>false</bold>
1005 </font>
1006 </property>
1007 <property name="title">
1008 <string> Rate Control Method </string>
1009 </property>
1010 <layout class="QGridLayout" name="gridLayout_13">
1011 <item row="0" column="0">
1012 <layout class="QGridLayout" name="gridLayout_12">
1013 <item row="0" column="1">
1014 <widget class="QRadioButton" name="radioButtonModeQuality">
1015 <property name="text">
1016 <string>Quality-based (VBR)</string>
1017 </property>
1018 <property name="checked">
1019 <bool>true</bool>
1020 </property>
1021 </widget>
1022 </item>
1023 <item row="0" column="3">
1024 <widget class="QRadioButton" name="radioButtonModeAverageBitrate">
1025 <property name="text">
1026 <string>Average Bitrate (ABR)</string>
1027 </property>
1028 </widget>
1029 </item>
1030 <item row="0" column="5">
1031 <widget class="QRadioButton" name="radioButtonConstBitrate">
1032 <property name="text">
1033 <string>Constant Bitrate (CBR)</string>
1034 </property>
1035 </widget>
1036 </item>
1037 <item row="0" column="0">
1038 <spacer name="horizontalSpacer_8">
1039 <property name="orientation">
1040 <enum>Qt::Horizontal</enum>
1041 </property>
1042 <property name="sizeType">
1043 <enum>QSizePolicy::Fixed</enum>
1044 </property>
1045 <property name="sizeHint" stdset="0">
1046 <size>
1047 <width>10</width>
1048 <height>20</height>
1049 </size>
1050 </property>
1051 </spacer>
1052 </item>
1053 <item row="0" column="2">
1054 <spacer name="horizontalSpacer_52">
1055 <property name="orientation">
1056 <enum>Qt::Horizontal</enum>
1057 </property>
1058 <property name="sizeHint" stdset="0">
1059 <size>
1060 <width>1</width>
1061 <height>20</height>
1062 </size>
1063 </property>
1064 </spacer>
1065 </item>
1066 <item row="0" column="4">
1067 <spacer name="horizontalSpacer_53">
1068 <property name="orientation">
1069 <enum>Qt::Horizontal</enum>
1070 </property>
1071 <property name="sizeHint" stdset="0">
1072 <size>
1073 <width>1</width>
1074 <height>20</height>
1075 </size>
1076 </property>
1077 </spacer>
1078 </item>
1079 <item row="0" column="6">
1080 <spacer name="horizontalSpacer_54">
1081 <property name="orientation">
1082 <enum>Qt::Horizontal</enum>
1083 </property>
1084 <property name="sizeHint" stdset="0">
1085 <size>
1086 <width>1</width>
1087 <height>20</height>
1088 </size>
1089 </property>
1090 </spacer>
1091 </item>
1092 </layout>
1093 </item>
1094 </layout>
1095 </widget>
1096 </item>
1097 <item>
1098 <widget class="QGroupBox" name="groupBox_3">
1099 <property name="minimumSize">
1100 <size>
1101 <width>0</width>
1102 <height>100</height>
1103 </size>
1104 </property>
1105 <property name="font">
1106 <font>
1107 <weight>50</weight>
1108 <bold>false</bold>
1109 </font>
1110 </property>
1111 <property name="title">
1112 <string> Quality / Bitrate </string>
1113 </property>
1114 <layout class="QGridLayout" name="gridLayout_15">
1115 <item row="0" column="2">
1116 <layout class="QGridLayout" name="gridLayout_14">
1117 <item row="1" column="2" colspan="3">
1118 <widget class="QSlider" name="sliderBitrate">
1119 <property name="minimum">
1120 <number>0</number>
1121 </property>
1122 <property name="maximum">
1123 <number>50</number>
1124 </property>
1125 <property name="pageStep">
1126 <number>1</number>
1127 </property>
1128 <property name="value">
1129 <number>24</number>
1130 </property>
1131 <property name="tracking">
1132 <bool>true</bool>
1133 </property>
1134 <property name="orientation">
1135 <enum>Qt::Horizontal</enum>
1136 </property>
1137 <property name="invertedAppearance">
1138 <bool>false</bool>
1139 </property>
1140 <property name="tickPosition">
1141 <enum>QSlider::TicksBelow</enum>
1142 </property>
1143 <property name="tickInterval">
1144 <number>1</number>
1145 </property>
1146 </widget>
1147 </item>
1148 <item row="4" column="2">
1149 <widget class="QLabel" name="labelBitrateMin">
1150 <property name="text">
1151 <string>Minimum</string>
1152 </property>
1153 <property name="alignment">
1154 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1155 </property>
1156 </widget>
1157 </item>
1158 <item row="4" column="4">
1159 <widget class="QLabel" name="labelBitrateMax">
1160 <property name="text">
1161 <string>Maximum</string>
1162 </property>
1163 <property name="alignment">
1164 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
1165 </property>
1166 </widget>
1167 </item>
1168 <item row="4" column="3">
1169 <widget class="QLabel" name="labelBitrate">
1170 <property name="palette">
1171 <palette>
1172 <active>
1173 <colorrole role="WindowText">
1174 <brush brushstyle="SolidPattern">
1175 <color alpha="255">
1176 <red>0</red>
1177 <green>0</green>
1178 <blue>255</blue>
1179 </color>
1180 </brush>
1181 </colorrole>
1182 </active>
1183 <inactive>
1184 <colorrole role="WindowText">
1185 <brush brushstyle="SolidPattern">
1186 <color alpha="255">
1187 <red>0</red>
1188 <green>0</green>
1189 <blue>255</blue>
1190 </color>
1191 </brush>
1192 </colorrole>
1193 </inactive>
1194 <disabled>
1195 <colorrole role="WindowText">
1196 <brush brushstyle="SolidPattern">
1197 <color alpha="255">
1198 <red>120</red>
1199 <green>120</green>
1200 <blue>120</blue>
1201 </color>
1202 </brush>
1203 </colorrole>
1204 </disabled>
1205 </palette>
1206 </property>
1207 <property name="font">
1208 <font>
1209 <weight>75</weight>
1210 <bold>true</bold>
1211 </font>
1212 </property>
1213 <property name="text">
1214 <string notr="true">(VALUE)</string>
1215 </property>
1216 <property name="textFormat">
1217 <enum>Qt::RichText</enum>
1218 </property>
1219 <property name="alignment">
1220 <set>Qt::AlignHCenter|Qt::AlignTop</set>
1221 </property>
1222 </widget>
1223 </item>
1224 <item row="0" column="3">
1225 <spacer name="verticalSpacer_3">
1226 <property name="orientation">
1227 <enum>Qt::Vertical</enum>
1228 </property>
1229 <property name="sizeType">
1230 <enum>QSizePolicy::Fixed</enum>
1231 </property>
1232 <property name="sizeHint" stdset="0">
1233 <size>
1234 <width>20</width>
1235 <height>8</height>
1236 </size>
1237 </property>
1238 </spacer>
1239 </item>
1240 <item row="1" column="0">
1241 <spacer name="horizontalSpacer_9">
1242 <property name="orientation">
1243 <enum>Qt::Horizontal</enum>
1244 </property>
1245 <property name="sizeType">
1246 <enum>QSizePolicy::Fixed</enum>
1247 </property>
1248 <property name="sizeHint" stdset="0">
1249 <size>
1250 <width>10</width>
1251 <height>20</height>
1252 </size>
1253 </property>
1254 </spacer>
1255 </item>
1256 <item row="1" column="5">
1257 <spacer name="horizontalSpacer_10">
1258 <property name="orientation">
1259 <enum>Qt::Horizontal</enum>
1260 </property>
1261 <property name="sizeType">
1262 <enum>QSizePolicy::Fixed</enum>
1263 </property>
1264 <property name="sizeHint" stdset="0">
1265 <size>
1266 <width>10</width>
1267 <height>20</height>
1268 </size>
1269 </property>
1270 </spacer>
1271 </item>
1272 </layout>
1273 </item>
1274 </layout>
1275 </widget>
1276 </item>
1277 <item>
1278 <spacer name="verticalSpacer_32">
1279 <property name="orientation">
1280 <enum>Qt::Vertical</enum>
1281 </property>
1282 <property name="sizeType">
1283 <enum>QSizePolicy::Fixed</enum>
1284 </property>
1285 <property name="sizeHint" stdset="0">
1286 <size>
1287 <width>20</width>
1288 <height>2</height>
1289 </size>
1290 </property>
1291 </spacer>
1292 </item>
1293 <item>
1294 <layout class="QHBoxLayout" name="horizontalLayout_10">
1295 <item>
1296 <widget class="QLabel" name="labelEncoderInfo">
1297 <property name="font">
1298 <font>
1299 <weight>50</weight>
1300 <bold>false</bold>
1301 </font>
1302 </property>
1303 <property name="text">
1304 <string notr="true">(Encoder Info)</string>
1305 </property>
1306 </widget>
1307 </item>
1308 <item>
1309 <spacer name="horizontalSpacer_60">
1310 <property name="orientation">
1311 <enum>Qt::Horizontal</enum>
1312 </property>
1313 <property name="sizeHint" stdset="0">
1314 <size>
1315 <width>40</width>
1316 <height>20</height>
1317 </size>
1318 </property>
1319 </spacer>
1320 </item>
1321 <item>
1322 <widget class="QLabel" name="labelResetEncoders">
1323 <property name="palette">
1324 <palette>
1325 <active>
1326 <colorrole role="WindowText">
1327 <brush brushstyle="SolidPattern">
1328 <color alpha="255">
1329 <red>0</red>
1330 <green>0</green>
1331 <blue>255</blue>
1332 </color>
1333 </brush>
1334 </colorrole>
1335 </active>
1336 <inactive>
1337 <colorrole role="WindowText">
1338 <brush brushstyle="SolidPattern">
1339 <color alpha="255">
1340 <red>0</red>
1341 <green>0</green>
1342 <blue>255</blue>
1343 </color>
1344 </brush>
1345 </colorrole>
1346 </inactive>
1347 <disabled>
1348 <colorrole role="WindowText">
1349 <brush brushstyle="SolidPattern">
1350 <color alpha="255">
1351 <red>120</red>
1352 <green>120</green>
1353 <blue>120</blue>
1354 </color>
1355 </brush>
1356 </colorrole>
1357 </disabled>
1358 </palette>
1359 </property>
1360 <property name="font">
1361 <font>
1362 <weight>50</weight>
1363 <bold>false</bold>
1364 <underline>true</underline>
1365 </font>
1366 </property>
1367 <property name="cursor">
1368 <cursorShape>PointingHandCursor</cursorShape>
1369 </property>
1370 <property name="text">
1371 <string>Reset</string>
1372 </property>
1373 </widget>
1374 </item>
1375 <item>
1376 <spacer name="horizontalSpacer_67">
1377 <property name="orientation">
1378 <enum>Qt::Horizontal</enum>
1379 </property>
1380 <property name="sizeType">
1381 <enum>QSizePolicy::Fixed</enum>
1382 </property>
1383 <property name="sizeHint" stdset="0">
1384 <size>
1385 <width>5</width>
1386 <height>20</height>
1387 </size>
1388 </property>
1389 </spacer>
1390 </item>
1391 <item>
1392 <widget class="QLabel" name="labelCompressionHelp">
1393 <property name="palette">
1394 <palette>
1395 <active>
1396 <colorrole role="WindowText">
1397 <brush brushstyle="SolidPattern">
1398 <color alpha="255">
1399 <red>0</red>
1400 <green>0</green>
1401 <blue>255</blue>
1402 </color>
1403 </brush>
1404 </colorrole>
1405 </active>
1406 <inactive>
1407 <colorrole role="WindowText">
1408 <brush brushstyle="SolidPattern">
1409 <color alpha="255">
1410 <red>0</red>
1411 <green>0</green>
1412 <blue>255</blue>
1413 </color>
1414 </brush>
1415 </colorrole>
1416 </inactive>
1417 <disabled>
1418 <colorrole role="WindowText">
1419 <brush brushstyle="SolidPattern">
1420 <color alpha="255">
1421 <red>120</red>
1422 <green>120</green>
1423 <blue>120</blue>
1424 </color>
1425 </brush>
1426 </colorrole>
1427 </disabled>
1428 </palette>
1429 </property>
1430 <property name="font">
1431 <font>
1432 <weight>50</weight>
1433 <bold>false</bold>
1434 <underline>true</underline>
1435 </font>
1436 </property>
1437 <property name="cursor">
1438 <cursorShape>PointingHandCursor</cursorShape>
1439 </property>
1440 <property name="text">
1441 <string>Show Help</string>
1442 </property>
1443 <property name="alignment">
1444 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1445 </property>
1446 </widget>
1447 </item>
1448 </layout>
1449 </item>
1450 <item>
1451 <spacer name="verticalSpacer_2">
1452 <property name="orientation">
1453 <enum>Qt::Vertical</enum>
1454 </property>
1455 <property name="sizeHint" stdset="0">
1456 <size>
1457 <width>20</width>
1458 <height>40</height>
1459 </size>
1460 </property>
1461 </spacer>
1462 </item>
1463 </layout>
1464 </item>
1465 </layout>
1466 </widget>
1467 <widget class="QWidget" name="tabOptions">
1468 <attribute name="icon">
1469 <iconset resource="../res/Icons.qrc">
1470 <normaloff>:/icons/cog.png</normaloff>:/icons/cog.png</iconset>
1471 </attribute>
1472 <attribute name="title">
1473 <string>Advanced Options</string>
1474 </attribute>
1475 <layout class="QGridLayout" name="gridLayout_8">
1476 <item row="0" column="0">
1477 <widget class="QScrollArea" name="scrollArea">
1478 <property name="frameShadow">
1479 <enum>QFrame::Plain</enum>
1480 </property>
1481 <property name="horizontalScrollBarPolicy">
1482 <enum>Qt::ScrollBarAlwaysOff</enum>
1483 </property>
1484 <property name="widgetResizable">
1485 <bool>true</bool>
1486 </property>
1487 <widget class="QWidget" name="scrollAreaWidgetContents">
1488 <property name="geometry">
1489 <rect>
1490 <x>0</x>
1491 <y>0</y>
1492 <width>604</width>
1493 <height>1759</height>
1494 </rect>
1495 </property>
1496 <layout class="QGridLayout" name="gridLayout_22">
1497 <item row="0" column="0">
1498 <layout class="QGridLayout" name="gridLayout_7">
1499 <item row="1" column="0">
1500 <widget class="QGroupBox" name="groupBox_6">
1501 <property name="font">
1502 <font>
1503 <weight>50</weight>
1504 <bold>false</bold>
1505 </font>
1506 </property>
1507 <property name="title">
1508 <string> Bitrate Management (LAME and OggEnc2) </string>
1509 </property>
1510 <layout class="QGridLayout" name="gridLayout_19">
1511 <item row="0" column="0">
1512 <layout class="QGridLayout" name="gridLayout_18">
1513 <item row="0" column="1" colspan="5">
1514 <spacer name="verticalSpacer_5">
1515 <property name="orientation">
1516 <enum>Qt::Vertical</enum>
1517 </property>
1518 <property name="sizeType">
1519 <enum>QSizePolicy::Fixed</enum>
1520 </property>
1521 <property name="sizeHint" stdset="0">
1522 <size>
1523 <width>20</width>
1524 <height>10</height>
1525 </size>
1526 </property>
1527 </spacer>
1528 </item>
1529 <item row="2" column="1" colspan="5">
1530 <spacer name="verticalSpacer_6">
1531 <property name="orientation">
1532 <enum>Qt::Vertical</enum>
1533 </property>
1534 <property name="sizeType">
1535 <enum>QSizePolicy::Fixed</enum>
1536 </property>
1537 <property name="sizeHint" stdset="0">
1538 <size>
1539 <width>20</width>
1540 <height>10</height>
1541 </size>
1542 </property>
1543 </spacer>
1544 </item>
1545 <item row="1" column="1">
1546 <widget class="QCheckBox" name="checkBoxBitrateManagement">
1547 <property name="text">
1548 <string>Enable Bitrate Management</string>
1549 </property>
1550 </widget>
1551 </item>
1552 <item row="1" column="5">
1553 <widget class="QSpinBox" name="spinBoxBitrateManagementMax">
1554 <property name="enabled">
1555 <bool>false</bool>
1556 </property>
1557 <property name="minimum">
1558 <number>32</number>
1559 </property>
1560 <property name="maximum">
1561 <number>500</number>
1562 </property>
1563 <property name="value">
1564 <number>500</number>
1565 </property>
1566 </widget>
1567 </item>
1568 <item row="1" column="3">
1569 <widget class="QSpinBox" name="spinBoxBitrateManagementMin">
1570 <property name="enabled">
1571 <bool>false</bool>
1572 </property>
1573 <property name="minimum">
1574 <number>32</number>
1575 </property>
1576 <property name="maximum">
1577 <number>500</number>
1578 </property>
1579 </widget>
1580 </item>
1581 <item row="1" column="6">
1582 <spacer name="horizontalSpacer_15">
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="0">
1598 <spacer name="horizontalSpacer_14">
1599 <property name="orientation">
1600 <enum>Qt::Horizontal</enum>
1601 </property>
1602 <property name="sizeType">
1603 <enum>QSizePolicy::Fixed</enum>
1604 </property>
1605 <property name="sizeHint" stdset="0">
1606 <size>
1607 <width>10</width>
1608 <height>20</height>
1609 </size>
1610 </property>
1611 </spacer>
1612 </item>
1613 <item row="1" column="2">
1614 <widget class="QLabel" name="labelBitrateManagementMin">
1615 <property name="enabled">
1616 <bool>false</bool>
1617 </property>
1618 <property name="text">
1619 <string>Minimum (kbps):</string>
1620 </property>
1621 <property name="alignment">
1622 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1623 </property>
1624 </widget>
1625 </item>
1626 <item row="1" column="4">
1627 <widget class="QLabel" name="labelBitrateManagementMax">
1628 <property name="enabled">
1629 <bool>false</bool>
1630 </property>
1631 <property name="text">
1632 <string>Maximum (kbps):</string>
1633 </property>
1634 <property name="alignment">
1635 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1636 </property>
1637 </widget>
1638 </item>
1639 </layout>
1640 </item>
1641 </layout>
1642 </widget>
1643 </item>
1644 <item row="0" column="0">
1645 <widget class="QGroupBox" name="groupBox_5">
1646 <property name="font">
1647 <font>
1648 <weight>50</weight>
1649 <bold>false</bold>
1650 </font>
1651 </property>
1652 <property name="title">
1653 <string> LAME Algorithm Quality </string>
1654 </property>
1655 <layout class="QGridLayout" name="gridLayout_17">
1656 <item row="0" column="1">
1657 <layout class="QGridLayout" name="gridLayout_16">
1658 <item row="1" column="0">
1659 <spacer name="horizontalSpacer_12">
1660 <property name="orientation">
1661 <enum>Qt::Horizontal</enum>
1662 </property>
1663 <property name="sizeType">
1664 <enum>QSizePolicy::Maximum</enum>
1665 </property>
1666 <property name="sizeHint" stdset="0">
1667 <size>
1668 <width>10</width>
1669 <height>20</height>
1670 </size>
1671 </property>
1672 </spacer>
1673 </item>
1674 <item row="1" column="4">
1675 <spacer name="horizontalSpacer_13">
1676 <property name="orientation">
1677 <enum>Qt::Horizontal</enum>
1678 </property>
1679 <property name="sizeType">
1680 <enum>QSizePolicy::Fixed</enum>
1681 </property>
1682 <property name="sizeHint" stdset="0">
1683 <size>
1684 <width>10</width>
1685 <height>20</height>
1686 </size>
1687 </property>
1688 </spacer>
1689 </item>
1690 <item row="2" column="1">
1691 <widget class="QLabel" name="label">
1692 <property name="text">
1693 <string>Faster Processing</string>
1694 </property>
1695 </widget>
1696 </item>
1697 <item row="2" column="2">
1698 <widget class="QLabel" name="labelLameAlgoQuality">
1699 <property name="font">
1700 <font>
1701 <weight>75</weight>
1702 <bold>true</bold>
1703 </font>
1704 </property>
1705 <property name="text">
1706 <string notr="true">(VALUE)</string>
1707 </property>
1708 <property name="alignment">
1709 <set>Qt::AlignCenter</set>
1710 </property>
1711 </widget>
1712 </item>
1713 <item row="2" column="3">
1714 <widget class="QLabel" name="label_3">
1715 <property name="text">
1716 <string>Better quality</string>
1717 </property>
1718 <property name="alignment">
1719 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1720 </property>
1721 </widget>
1722 </item>
1723 <item row="0" column="1" colspan="3">
1724 <spacer name="verticalSpacer_4">
1725 <property name="orientation">
1726 <enum>Qt::Vertical</enum>
1727 </property>
1728 <property name="sizeType">
1729 <enum>QSizePolicy::Fixed</enum>
1730 </property>
1731 <property name="sizeHint" stdset="0">
1732 <size>
1733 <width>20</width>
1734 <height>8</height>
1735 </size>
1736 </property>
1737 </spacer>
1738 </item>
1739 <item row="1" column="1" colspan="3">
1740 <widget class="QSlider" name="sliderLameAlgoQuality">
1741 <property name="maximum">
1742 <number>3</number>
1743 </property>
1744 <property name="pageStep">
1745 <number>1</number>
1746 </property>
1747 <property name="value">
1748 <number>2</number>
1749 </property>
1750 <property name="orientation">
1751 <enum>Qt::Horizontal</enum>
1752 </property>
1753 <property name="tickPosition">
1754 <enum>QSlider::TicksBelow</enum>
1755 </property>
1756 <property name="tickInterval">
1757 <number>1</number>
1758 </property>
1759 </widget>
1760 </item>
1761 <item row="4" column="1" colspan="3">
1762 <layout class="QHBoxLayout" name="horizontalLayout_8">
1763 <item>
1764 <widget class="QLabel" name="labelLameAlgoQualityWarningIcon">
1765 <property name="text">
1766 <string/>
1767 </property>
1768 <property name="pixmap">
1769 <pixmap resource="../res/Icons.qrc">:/icons/exclamation.png</pixmap>
1770 </property>
1771 </widget>
1772 </item>
1773 <item>
1774 <widget class="QLabel" name="labelLameAlgoQualityWarning">
1775 <property name="sizePolicy">
1776 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1777 <horstretch>0</horstretch>
1778 <verstretch>0</verstretch>
1779 </sizepolicy>
1780 </property>
1781 <property name="text">
1782 <string>Warning: Audio quality will be very poor. Please do &lt;u&gt;not&lt;/u&gt; complain about audio quality!</string>
1783 </property>
1784 </widget>
1785 </item>
1786 </layout>
1787 </item>
1788 <item row="5" column="1" colspan="3">
1789 <layout class="QHBoxLayout" name="horizontalLayout_9">
1790 <item>
1791 <widget class="QLabel" name="labelLameAlgoQualityNoticeIcon">
1792 <property name="text">
1793 <string/>
1794 </property>
1795 <property name="pixmap">
1796 <pixmap resource="../res/Icons.qrc">:/icons/error.png</pixmap>
1797 </property>
1798 </widget>
1799 </item>
1800 <item>
1801 <widget class="QLabel" name="labelLameAlgoQualityNotice">
1802 <property name="sizePolicy">
1803 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1804 <horstretch>0</horstretch>
1805 <verstretch>0</verstretch>
1806 </sizepolicy>
1807 </property>
1808 <property name="text">
1809 <string>Warning: Processing speed will be very slow. Please do &lt;u&gt;not&lt;/u&gt; complain about processing speed!</string>
1810 </property>
1811 </widget>
1812 </item>
1813 </layout>
1814 </item>
1815 <item row="3" column="1" colspan="3">
1816 <widget class="QFrame" name="labelLameAlgoQualitySpacer">
1817 <property name="minimumSize">
1818 <size>
1819 <width>0</width>
1820 <height>6</height>
1821 </size>
1822 </property>
1823 <property name="maximumSize">
1824 <size>
1825 <width>16777215</width>
1826 <height>6</height>
1827 </size>
1828 </property>
1829 <property name="frameShape">
1830 <enum>QFrame::HLine</enum>
1831 </property>
1832 <property name="frameShadow">
1833 <enum>QFrame::Sunken</enum>
1834 </property>
1835 </widget>
1836 </item>
1837 </layout>
1838 </item>
1839 </layout>
1840 </widget>
1841 </item>
1842 <item row="2" column="0">
1843 <widget class="QGroupBox" name="groupBox_8">
1844 <property name="font">
1845 <font>
1846 <weight>50</weight>
1847 <bold>false</bold>
1848 </font>
1849 </property>
1850 <property name="title">
1851 <string>Channel Mode / Sampling Rate</string>
1852 </property>
1853 <layout class="QGridLayout" name="gridLayout_24">
1854 <item row="1" column="0">
1855 <layout class="QGridLayout" name="gridLayout_27">
1856 <item row="1" column="5">
1857 <widget class="QComboBox" name="comboBoxMP3ChannelMode">
1858 <property name="sizeAdjustPolicy">
1859 <enum>QComboBox::AdjustToContents</enum>
1860 </property>
1861 <item>
1862 <property name="text">
1863 <string>Auto Select (Default)</string>
1864 </property>
1865 </item>
1866 <item>
1867 <property name="text">
1868 <string>Joint Stereo</string>
1869 </property>
1870 </item>
1871 <item>
1872 <property name="text">
1873 <string>Forced Joint Stereo</string>
1874 </property>
1875 </item>
1876 <item>
1877 <property name="text">
1878 <string>Simple</string>
1879 </property>
1880 </item>
1881 <item>
1882 <property name="text">
1883 <string>Dual Mono</string>
1884 </property>
1885 </item>
1886 <item>
1887 <property name="text">
1888 <string>Mono</string>
1889 </property>
1890 </item>
1891 </widget>
1892 </item>
1893 <item row="1" column="4">
1894 <widget class="QLabel" name="label_4">
1895 <property name="text">
1896 <string>MP3 Channel Mode:</string>
1897 </property>
1898 <property name="alignment">
1899 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1900 </property>
1901 </widget>
1902 </item>
1903 <item row="1" column="1">
1904 <widget class="QLabel" name="label_5">
1905 <property name="text">
1906 <string>Sampling Rate (Hz):</string>
1907 </property>
1908 <property name="alignment">
1909 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1910 </property>
1911 </widget>
1912 </item>
1913 <item row="1" column="2">
1914 <widget class="QComboBox" name="comboBoxSamplingRate">
1915 <property name="sizeAdjustPolicy">
1916 <enum>QComboBox::AdjustToContents</enum>
1917 </property>
1918 <item>
1919 <property name="text">
1920 <string>Auto Select (Default)</string>
1921 </property>
1922 </item>
1923 <item>
1924 <property name="text">
1925 <string>16.000</string>
1926 </property>
1927 </item>
1928 <item>
1929 <property name="text">
1930 <string>22.050</string>
1931 </property>
1932 </item>
1933 <item>
1934 <property name="text">
1935 <string>24.000</string>
1936 </property>
1937 </item>
1938 <item>
1939 <property name="text">
1940 <string>32.000</string>
1941 </property>
1942 </item>
1943 <item>
1944 <property name="text">
1945 <string>44.100</string>
1946 </property>
1947 </item>
1948 <item>
1949 <property name="text">
1950 <string>48.000</string>
1951 </property>
1952 </item>
1953 </widget>
1954 </item>
1955 <item row="1" column="0">
1956 <spacer name="horizontalSpacer_18">
1957 <property name="orientation">
1958 <enum>Qt::Horizontal</enum>
1959 </property>
1960 <property name="sizeType">
1961 <enum>QSizePolicy::Fixed</enum>
1962 </property>
1963 <property name="sizeHint" stdset="0">
1964 <size>
1965 <width>10</width>
1966 <height>20</height>
1967 </size>
1968 </property>
1969 </spacer>
1970 </item>
1971 <item row="1" column="7">
1972 <spacer name="horizontalSpacer_19">
1973 <property name="orientation">
1974 <enum>Qt::Horizontal</enum>
1975 </property>
1976 <property name="sizeType">
1977 <enum>QSizePolicy::Fixed</enum>
1978 </property>
1979 <property name="sizeHint" stdset="0">
1980 <size>
1981 <width>10</width>
1982 <height>20</height>
1983 </size>
1984 </property>
1985 </spacer>
1986 </item>
1987 <item row="1" column="3">
1988 <spacer name="horizontalSpacer_21">
1989 <property name="orientation">
1990 <enum>Qt::Horizontal</enum>
1991 </property>
1992 <property name="sizeHint" stdset="0">
1993 <size>
1994 <width>40</width>
1995 <height>20</height>
1996 </size>
1997 </property>
1998 </spacer>
1999 </item>
2000 <item row="1" column="6">
2001 <spacer name="horizontalSpacer_20">
2002 <property name="orientation">
2003 <enum>Qt::Horizontal</enum>
2004 </property>
2005 <property name="sizeType">
2006 <enum>QSizePolicy::Expanding</enum>
2007 </property>
2008 <property name="sizeHint" stdset="0">
2009 <size>
2010 <width>40</width>
2011 <height>20</height>
2012 </size>
2013 </property>
2014 </spacer>
2015 </item>
2016 <item row="4" column="1" colspan="6">
2017 <spacer name="verticalSpacer_10">
2018 <property name="orientation">
2019 <enum>Qt::Vertical</enum>
2020 </property>
2021 <property name="sizeType">
2022 <enum>QSizePolicy::Fixed</enum>
2023 </property>
2024 <property name="sizeHint" stdset="0">
2025 <size>
2026 <width>20</width>
2027 <height>8</height>
2028 </size>
2029 </property>
2030 </spacer>
2031 </item>
2032 <item row="0" column="1" colspan="6">
2033 <spacer name="verticalSpacer_9">
2034 <property name="orientation">
2035 <enum>Qt::Vertical</enum>
2036 </property>
2037 <property name="sizeType">
2038 <enum>QSizePolicy::Fixed</enum>
2039 </property>
2040 <property name="sizeHint" stdset="0">
2041 <size>
2042 <width>20</width>
2043 <height>8</height>
2044 </size>
2045 </property>
2046 </spacer>
2047 </item>
2048 <item row="3" column="1" colspan="6">
2049 <widget class="QCheckBox" name="checkBoxForceStereoDownmix">
2050 <property name="text">
2051 <string>Enforce Stereo Downmix of Surround (Multi-Channel) Sources</string>
2052 </property>
2053 </widget>
2054 </item>
2055 <item row="2" column="1" colspan="6">
2056 <spacer name="verticalSpacer_30">
2057 <property name="orientation">
2058 <enum>Qt::Vertical</enum>
2059 </property>
2060 <property name="sizeType">
2061 <enum>QSizePolicy::Fixed</enum>
2062 </property>
2063 <property name="sizeHint" stdset="0">
2064 <size>
2065 <width>20</width>
2066 <height>4</height>
2067 </size>
2068 </property>
2069 </spacer>
2070 </item>
2071 </layout>
2072 </item>
2073 </layout>
2074 </widget>
2075 </item>
2076 <item row="3" column="0">
2077 <widget class="QGroupBox" name="groupBox_7">
2078 <property name="font">
2079 <font>
2080 <weight>50</weight>
2081 <bold>false</bold>
2082 </font>
2083 </property>
2084 <property name="title">
2085 <string>AAC Encoder-Options</string>
2086 </property>
2087 <layout class="QGridLayout" name="gridLayout_25">
2088 <item row="3" column="1">
2089 <layout class="QGridLayout" name="gridLayout_21">
2090 <item row="1" column="1">
2091 <widget class="QCheckBox" name="checkBoxNeroAAC2PassMode">
2092 <property name="text">
2093 <string>Enable 2-Pass Processing (ABR Mode)</string>
2094 </property>
2095 </widget>
2096 </item>
2097 <item row="1" column="0">
2098 <spacer name="horizontalSpacer_17">
2099 <property name="orientation">
2100 <enum>Qt::Horizontal</enum>
2101 </property>
2102 <property name="sizeType">
2103 <enum>QSizePolicy::Fixed</enum>
2104 </property>
2105 <property name="sizeHint" stdset="0">
2106 <size>
2107 <width>10</width>
2108 <height>20</height>
2109 </size>
2110 </property>
2111 </spacer>
2112 </item>
2113 <item row="1" column="2">
2114 <spacer name="horizontalSpacer_23">
2115 <property name="orientation">
2116 <enum>Qt::Horizontal</enum>
2117 </property>
2118 <property name="sizeHint" stdset="0">
2119 <size>
2120 <width>73</width>
2121 <height>20</height>
2122 </size>
2123 </property>
2124 </spacer>
2125 </item>
2126 <item row="1" column="3">
2127 <widget class="QLabel" name="label_2">
2128 <property name="text">
2129 <string>Select AAC Profile:</string>
2130 </property>
2131 <property name="alignment">
2132 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2133 </property>
2134 </widget>
2135 </item>
2136 <item row="1" column="4">
2137 <widget class="QComboBox" name="comboBoxAACProfile">
2138 <property name="sizeAdjustPolicy">
2139 <enum>QComboBox::AdjustToContents</enum>
2140 </property>
2141 <item>
2142 <property name="text">
2143 <string>Auto Select (Recommended)</string>
2144 </property>
2145 </item>
2146 <item>
2147 <property name="text">
2148 <string>Enforce LC-AAC</string>
2149 </property>
2150 </item>
2151 <item>
2152 <property name="text">
2153 <string>Enforce HE-AAC (AAC + SBR)</string>
2154 </property>
2155 </item>
2156 <item>
2157 <property name="text">
2158 <string>Enforce HE-AAC v2 (AAC + SBR + PS)</string>
2159 </property>
2160 </item>
2161 </widget>
2162 </item>
2163 <item row="1" column="5">
2164 <spacer name="horizontalSpacer_22">
2165 <property name="orientation">
2166 <enum>Qt::Horizontal</enum>
2167 </property>
2168 <property name="sizeHint" stdset="0">
2169 <size>
2170 <width>75</width>
2171 <height>20</height>
2172 </size>
2173 </property>
2174 </spacer>
2175 </item>
2176 <item row="1" column="6">
2177 <spacer name="horizontalSpacer_16">
2178 <property name="orientation">
2179 <enum>Qt::Horizontal</enum>
2180 </property>
2181 <property name="sizeType">
2182 <enum>QSizePolicy::Fixed</enum>
2183 </property>
2184 <property name="sizeHint" stdset="0">
2185 <size>
2186 <width>10</width>
2187 <height>20</height>
2188 </size>
2189 </property>
2190 </spacer>
2191 </item>
2192 <item row="0" column="1" colspan="5">
2193 <spacer name="verticalSpacer_8">
2194 <property name="orientation">
2195 <enum>Qt::Vertical</enum>
2196 </property>
2197 <property name="sizeType">
2198 <enum>QSizePolicy::Fixed</enum>
2199 </property>
2200 <property name="sizeHint" stdset="0">
2201 <size>
2202 <width>20</width>
2203 <height>13</height>
2204 </size>
2205 </property>
2206 </spacer>
2207 </item>
2208 <item row="2" column="1" colspan="5">
2209 <spacer name="verticalSpacer_7">
2210 <property name="orientation">
2211 <enum>Qt::Vertical</enum>
2212 </property>
2213 <property name="sizeType">
2214 <enum>QSizePolicy::Fixed</enum>
2215 </property>
2216 <property name="sizeHint" stdset="0">
2217 <size>
2218 <width>20</width>
2219 <height>13</height>
2220 </size>
2221 </property>
2222 </spacer>
2223 </item>
2224 </layout>
2225 </item>
2226 </layout>
2227 </widget>
2228 </item>
2229 <item row="6" column="0">
2230 <widget class="QGroupBox" name="groupBox_9">
2231 <property name="font">
2232 <font>
2233 <weight>50</weight>
2234 <bold>false</bold>
2235 </font>
2236 </property>
2237 <property name="title">
2238 <string> Volume Normalization </string>
2239 </property>
2240 <layout class="QGridLayout" name="gridLayout_26">
2241 <item row="0" column="0">
2242 <layout class="QGridLayout" name="gridLayout_20">
2243 <item row="1" column="1">
2244 <widget class="QCheckBox" name="checkBoxNormalizationFilter">
2245 <property name="text">
2246 <string>Enable Normalization Filter</string>
2247 </property>
2248 </widget>
2249 </item>
2250 <item row="1" column="0">
2251 <spacer name="horizontalSpacer_25">
2252 <property name="orientation">
2253 <enum>Qt::Horizontal</enum>
2254 </property>
2255 <property name="sizeType">
2256 <enum>QSizePolicy::Fixed</enum>
2257 </property>
2258 <property name="sizeHint" stdset="0">
2259 <size>
2260 <width>10</width>
2261 <height>20</height>
2262 </size>
2263 </property>
2264 </spacer>
2265 </item>
2266 <item row="1" column="6">
2267 <spacer name="horizontalSpacer_26">
2268 <property name="orientation">
2269 <enum>Qt::Horizontal</enum>
2270 </property>
2271 <property name="sizeType">
2272 <enum>QSizePolicy::Fixed</enum>
2273 </property>
2274 <property name="sizeHint" stdset="0">
2275 <size>
2276 <width>10</width>
2277 <height>20</height>
2278 </size>
2279 </property>
2280 </spacer>
2281 </item>
2282 <item row="1" column="4">
2283 <widget class="QDoubleSpinBox" name="spinBoxNormalizationFilter">
2284 <property name="enabled">
2285 <bool>false</bool>
2286 </property>
2287 <property name="minimumSize">
2288 <size>
2289 <width>160</width>
2290 <height>0</height>
2291 </size>
2292 </property>
2293 <property name="minimum">
2294 <double>-32.000000000000000</double>
2295 </property>
2296 <property name="maximum">
2297 <double>-0.500000000000000</double>
2298 </property>
2299 <property name="singleStep">
2300 <double>0.500000000000000</double>
2301 </property>
2302 </widget>
2303 </item>
2304 <item row="1" column="3">
2305 <widget class="QLabel" name="label_6">
2306 <property name="text">
2307 <string>Peak Volume (dB):</string>
2308 </property>
2309 <property name="alignment">
2310 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2311 </property>
2312 </widget>
2313 </item>
2314 <item row="0" column="1" colspan="5">
2315 <spacer name="verticalSpacer_11">
2316 <property name="orientation">
2317 <enum>Qt::Vertical</enum>
2318 </property>
2319 <property name="sizeType">
2320 <enum>QSizePolicy::Fixed</enum>
2321 </property>
2322 <property name="sizeHint" stdset="0">
2323 <size>
2324 <width>20</width>
2325 <height>8</height>
2326 </size>
2327 </property>
2328 </spacer>
2329 </item>
2330 <item row="4" column="1" colspan="5">
2331 <spacer name="verticalSpacer_12">
2332 <property name="orientation">
2333 <enum>Qt::Vertical</enum>
2334 </property>
2335 <property name="sizeType">
2336 <enum>QSizePolicy::Fixed</enum>
2337 </property>
2338 <property name="sizeHint" stdset="0">
2339 <size>
2340 <width>20</width>
2341 <height>8</height>
2342 </size>
2343 </property>
2344 </spacer>
2345 </item>
2346 <item row="3" column="4">
2347 <widget class="QComboBox" name="comboBoxNormalizationMode">
2348 <property name="enabled">
2349 <bool>false</bool>
2350 </property>
2351 <property name="currentIndex">
2352 <number>0</number>
2353 </property>
2354 <item>
2355 <property name="text">
2356 <string>None</string>
2357 </property>
2358 </item>
2359 <item>
2360 <property name="text">
2361 <string>Peak Level</string>
2362 </property>
2363 </item>
2364 <item>
2365 <property name="text">
2366 <string>RMS Level</string>
2367 </property>
2368 </item>
2369 </widget>
2370 </item>
2371 <item row="1" column="5">
2372 <spacer name="horizontalSpacer_27">
2373 <property name="orientation">
2374 <enum>Qt::Horizontal</enum>
2375 </property>
2376 <property name="sizeHint" stdset="0">
2377 <size>
2378 <width>40</width>
2379 <height>20</height>
2380 </size>
2381 </property>
2382 </spacer>
2383 </item>
2384 <item row="3" column="3">
2385 <widget class="QLabel" name="label_19">
2386 <property name="text">
2387 <string>Equalization Mode:</string>
2388 </property>
2389 <property name="alignment">
2390 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2391 </property>
2392 </widget>
2393 </item>
2394 <item row="1" column="2">
2395 <spacer name="horizontalSpacer_28">
2396 <property name="orientation">
2397 <enum>Qt::Horizontal</enum>
2398 </property>
2399 <property name="sizeHint" stdset="0">
2400 <size>
2401 <width>40</width>
2402 <height>20</height>
2403 </size>
2404 </property>
2405 </spacer>
2406 </item>
2407 <item row="2" column="1" colspan="5">
2408 <spacer name="verticalSpacer_31">
2409 <property name="orientation">
2410 <enum>Qt::Vertical</enum>
2411 </property>
2412 <property name="sizeType">
2413 <enum>QSizePolicy::Fixed</enum>
2414 </property>
2415 <property name="sizeHint" stdset="0">
2416 <size>
2417 <width>20</width>
2418 <height>6</height>
2419 </size>
2420 </property>
2421 </spacer>
2422 </item>
2423 </layout>
2424 </item>
2425 </layout>
2426 </widget>
2427 </item>
2428 <item row="7" column="0">
2429 <widget class="QGroupBox" name="groupBox_10">
2430 <property name="font">
2431 <font>
2432 <weight>50</weight>
2433 <bold>false</bold>
2434 </font>
2435 </property>
2436 <property name="title">
2437 <string> Tone Adjustment </string>
2438 </property>
2439 <layout class="QGridLayout" name="gridLayout_28">
2440 <item row="0" column="0">
2441 <layout class="QGridLayout" name="gridLayout_23">
2442 <item row="1" column="2">
2443 <widget class="QDoubleSpinBox" name="spinBoxToneAdjustTreble">
2444 <property name="minimumSize">
2445 <size>
2446 <width>120</width>
2447 <height>0</height>
2448 </size>
2449 </property>
2450 <property name="minimum">
2451 <double>-20.000000000000000</double>
2452 </property>
2453 <property name="maximum">
2454 <double>20.000000000000000</double>
2455 </property>
2456 </widget>
2457 </item>
2458 <item row="1" column="0">
2459 <spacer name="horizontalSpacer_30">
2460 <property name="orientation">
2461 <enum>Qt::Horizontal</enum>
2462 </property>
2463 <property name="sizeType">
2464 <enum>QSizePolicy::Fixed</enum>
2465 </property>
2466 <property name="sizeHint" stdset="0">
2467 <size>
2468 <width>10</width>
2469 <height>20</height>
2470 </size>
2471 </property>
2472 </spacer>
2473 </item>
2474 <item row="1" column="8">
2475 <spacer name="horizontalSpacer_31">
2476 <property name="orientation">
2477 <enum>Qt::Horizontal</enum>
2478 </property>
2479 <property name="sizeType">
2480 <enum>QSizePolicy::Fixed</enum>
2481 </property>
2482 <property name="sizeHint" stdset="0">
2483 <size>
2484 <width>10</width>
2485 <height>20</height>
2486 </size>
2487 </property>
2488 </spacer>
2489 </item>
2490 <item row="1" column="6">
2491 <spacer name="horizontalSpacer_32">
2492 <property name="orientation">
2493 <enum>Qt::Horizontal</enum>
2494 </property>
2495 <property name="sizeHint" stdset="0">
2496 <size>
2497 <width>40</width>
2498 <height>20</height>
2499 </size>
2500 </property>
2501 </spacer>
2502 </item>
2503 <item row="1" column="5">
2504 <widget class="QDoubleSpinBox" name="spinBoxToneAdjustBass">
2505 <property name="minimumSize">
2506 <size>
2507 <width>120</width>
2508 <height>0</height>
2509 </size>
2510 </property>
2511 <property name="minimum">
2512 <double>-20.000000000000000</double>
2513 </property>
2514 <property name="maximum">
2515 <double>20.000000000000000</double>
2516 </property>
2517 </widget>
2518 </item>
2519 <item row="1" column="3">
2520 <spacer name="horizontalSpacer_29">
2521 <property name="orientation">
2522 <enum>Qt::Horizontal</enum>
2523 </property>
2524 <property name="sizeHint" stdset="0">
2525 <size>
2526 <width>40</width>
2527 <height>20</height>
2528 </size>
2529 </property>
2530 </spacer>
2531 </item>
2532 <item row="1" column="1">
2533 <widget class="QLabel" name="label_7">
2534 <property name="text">
2535 <string>Adjust Treble (dB):</string>
2536 </property>
2537 <property name="alignment">
2538 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2539 </property>
2540 </widget>
2541 </item>
2542 <item row="1" column="4">
2543 <widget class="QLabel" name="label_8">
2544 <property name="text">
2545 <string>Adjust Bass (dB):</string>
2546 </property>
2547 <property name="alignment">
2548 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2549 </property>
2550 </widget>
2551 </item>
2552 <item row="1" column="7">
2553 <widget class="QPushButton" name="buttonToneAdjustReset">
2554 <property name="text">
2555 <string/>
2556 </property>
2557 <property name="icon">
2558 <iconset resource="../res/Icons.qrc">
2559 <normaloff>:/icons/cross.png</normaloff>:/icons/cross.png</iconset>
2560 </property>
2561 <property name="iconSize">
2562 <size>
2563 <width>16</width>
2564 <height>16</height>
2565 </size>
2566 </property>
2567 </widget>
2568 </item>
2569 <item row="0" column="1" colspan="7">
2570 <spacer name="verticalSpacer_13">
2571 <property name="orientation">
2572 <enum>Qt::Vertical</enum>
2573 </property>
2574 <property name="sizeType">
2575 <enum>QSizePolicy::Fixed</enum>
2576 </property>
2577 <property name="sizeHint" stdset="0">
2578 <size>
2579 <width>20</width>
2580 <height>8</height>
2581 </size>
2582 </property>
2583 </spacer>
2584 </item>
2585 <item row="2" column="1" colspan="7">
2586 <spacer name="verticalSpacer_14">
2587 <property name="orientation">
2588 <enum>Qt::Vertical</enum>
2589 </property>
2590 <property name="sizeType">
2591 <enum>QSizePolicy::Fixed</enum>
2592 </property>
2593 <property name="sizeHint" stdset="0">
2594 <size>
2595 <width>20</width>
2596 <height>8</height>
2597 </size>
2598 </property>
2599 </spacer>
2600 </item>
2601 </layout>
2602 </item>
2603 </layout>
2604 </widget>
2605 </item>
2606 <item row="10" column="0">
2607 <widget class="QGroupBox" name="groupBox_11">
2608 <property name="font">
2609 <font>
2610 <weight>50</weight>
2611 <bold>false</bold>
2612 </font>
2613 </property>
2614 <property name="title">
2615 <string> Custom Encoder Parameters </string>
2616 </property>
2617 <layout class="QGridLayout" name="gridLayout_30">
2618 <item row="0" column="0">
2619 <layout class="QGridLayout" name="gridLayout_29">
2620 <item row="1" column="2">
2621 <widget class="QLineEdit" name="lineEditCustomParamLAME">
2622 <property name="font">
2623 <font>
2624 <family>Lucida Console</family>
2625 </font>
2626 </property>
2627 <property name="text">
2628 <string notr="true"/>
2629 </property>
2630 <property name="placeholderText">
2631 <string>You can enter custom parameters here!</string>
2632 </property>
2633 </widget>
2634 </item>
2635 <item row="2" column="2">
2636 <widget class="QLineEdit" name="lineEditCustomParamOggEnc">
2637 <property name="font">
2638 <font>
2639 <family>Lucida Console</family>
2640 </font>
2641 </property>
2642 <property name="text">
2643 <string notr="true"/>
2644 </property>
2645 <property name="placeholderText">
2646 <string>You can enter custom parameters here!</string>
2647 </property>
2648 </widget>
2649 </item>
2650 <item row="4" column="2">
2651 <widget class="QLineEdit" name="lineEditCustomParamFLAC">
2652 <property name="font">
2653 <font>
2654 <family>Lucida Console</family>
2655 </font>
2656 </property>
2657 <property name="text">
2658 <string notr="true"/>
2659 </property>
2660 <property name="placeholderText">
2661 <string>You can enter custom parameters here!</string>
2662 </property>
2663 </widget>
2664 </item>
2665 <item row="3" column="2">
2666 <widget class="QLineEdit" name="lineEditCustomParamNeroAAC">
2667 <property name="font">
2668 <font>
2669 <family>Lucida Console</family>
2670 </font>
2671 </property>
2672 <property name="text">
2673 <string notr="true"/>
2674 </property>
2675 <property name="placeholderText">
2676 <string>You can enter custom parameters here!</string>
2677 </property>
2678 </widget>
2679 </item>
2680 <item row="1" column="1">
2681 <widget class="QLabel" name="label_9">
2682 <property name="text">
2683 <string>Lame MP3:</string>
2684 </property>
2685 </widget>
2686 </item>
2687 <item row="2" column="1">
2688 <widget class="QLabel" name="label_10">
2689 <property name="text">
2690 <string>OggEnc2:</string>
2691 </property>
2692 </widget>
2693 </item>
2694 <item row="3" column="1">
2695 <widget class="QLabel" name="label_11">
2696 <property name="text">
2697 <string>MPEG-4 AAC:</string>
2698 </property>
2699 </widget>
2700 </item>
2701 <item row="4" column="1">
2702 <widget class="QLabel" name="label_12">
2703 <property name="text">
2704 <string>FLAC:</string>
2705 </property>
2706 </widget>
2707 </item>
2708 <item row="1" column="0" rowspan="8">
2709 <spacer name="horizontalSpacer_33">
2710 <property name="orientation">
2711 <enum>Qt::Horizontal</enum>
2712 </property>
2713 <property name="sizeType">
2714 <enum>QSizePolicy::Fixed</enum>
2715 </property>
2716 <property name="sizeHint" stdset="0">
2717 <size>
2718 <width>10</width>
2719 <height>20</height>
2720 </size>
2721 </property>
2722 </spacer>
2723 </item>
2724 <item row="1" column="4" rowspan="8">
2725 <spacer name="horizontalSpacer_34">
2726 <property name="orientation">
2727 <enum>Qt::Horizontal</enum>
2728 </property>
2729 <property name="sizeType">
2730 <enum>QSizePolicy::Fixed</enum>
2731 </property>
2732 <property name="sizeHint" stdset="0">
2733 <size>
2734 <width>10</width>
2735 <height>20</height>
2736 </size>
2737 </property>
2738 </spacer>
2739 </item>
2740 <item row="0" column="1" colspan="2">
2741 <spacer name="verticalSpacer_15">
2742 <property name="orientation">
2743 <enum>Qt::Vertical</enum>
2744 </property>
2745 <property name="sizeType">
2746 <enum>QSizePolicy::Fixed</enum>
2747 </property>
2748 <property name="sizeHint" stdset="0">
2749 <size>
2750 <width>20</width>
2751 <height>8</height>
2752 </size>
2753 </property>
2754 </spacer>
2755 </item>
2756 <item row="9" column="1" colspan="2">
2757 <spacer name="verticalSpacer_16">
2758 <property name="orientation">
2759 <enum>Qt::Vertical</enum>
2760 </property>
2761 <property name="sizeType">
2762 <enum>QSizePolicy::Fixed</enum>
2763 </property>
2764 <property name="sizeHint" stdset="0">
2765 <size>
2766 <width>20</width>
2767 <height>8</height>
2768 </size>
2769 </property>
2770 </spacer>
2771 </item>
2772 <item row="8" column="1" colspan="2">
2773 <layout class="QHBoxLayout" name="horizontalLayout_6">
2774 <item>
2775 <widget class="QLabel" name="labelCustomParamsIcon">
2776 <property name="maximumSize">
2777 <size>
2778 <width>18</width>
2779 <height>16777215</height>
2780 </size>
2781 </property>
2782 <property name="text">
2783 <string/>
2784 </property>
2785 <property name="pixmap">
2786 <pixmap resource="../res/Icons.qrc">:/icons/error.png</pixmap>
2787 </property>
2788 </widget>
2789 </item>
2790 <item>
2791 <widget class="QLabel" name="labelCustomParamsText">
2792 <property name="text">
2793 <string>Warning: Custom parameters won't be checked at all. Use them at your own risk !!!</string>
2794 </property>
2795 </widget>
2796 </item>
2797 </layout>
2798 </item>
2799 <item row="7" column="1" colspan="2">
2800 <widget class="QLabel" name="labelCustomParamsSpacer">
2801 <property name="minimumSize">
2802 <size>
2803 <width>0</width>
2804 <height>2</height>
2805 </size>
2806 </property>
2807 <property name="maximumSize">
2808 <size>
2809 <width>16777215</width>
2810 <height>2</height>
2811 </size>
2812 </property>
2813 <property name="text">
2814 <string/>
2815 </property>
2816 </widget>
2817 </item>
2818 <item row="5" column="2">
2819 <widget class="QLineEdit" name="lineEditCustomParamAften">
2820 <property name="font">
2821 <font>
2822 <family>Lucida Console</family>
2823 </font>
2824 </property>
2825 <property name="text">
2826 <string notr="true"/>
2827 </property>
2828 <property name="placeholderText">
2829 <string>You can enter custom parameters here!</string>
2830 </property>
2831 </widget>
2832 </item>
2833 <item row="5" column="1">
2834 <widget class="QLabel" name="label_13">
2835 <property name="text">
2836 <string>Aften A/52:</string>
2837 </property>
2838 </widget>
2839 </item>
2840 <item row="1" column="3">
2841 <widget class="QLabel" name="helpCustomParamLAME">
2842 <property name="cursor">
2843 <cursorShape>PointingHandCursor</cursorShape>
2844 </property>
2845 <property name="text">
2846 <string notr="true"/>
2847 </property>
2848 <property name="pixmap">
2849 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2850 </property>
2851 </widget>
2852 </item>
2853 <item row="2" column="3">
2854 <widget class="QLabel" name="helpCustomParamOggEnc">
2855 <property name="cursor">
2856 <cursorShape>PointingHandCursor</cursorShape>
2857 </property>
2858 <property name="text">
2859 <string notr="true"/>
2860 </property>
2861 <property name="pixmap">
2862 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2863 </property>
2864 </widget>
2865 </item>
2866 <item row="3" column="3">
2867 <widget class="QLabel" name="helpCustomParamNeroAAC">
2868 <property name="cursor">
2869 <cursorShape>PointingHandCursor</cursorShape>
2870 </property>
2871 <property name="text">
2872 <string notr="true"/>
2873 </property>
2874 <property name="pixmap">
2875 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2876 </property>
2877 </widget>
2878 </item>
2879 <item row="4" column="3">
2880 <widget class="QLabel" name="helpCustomParamFLAC">
2881 <property name="cursor">
2882 <cursorShape>PointingHandCursor</cursorShape>
2883 </property>
2884 <property name="text">
2885 <string notr="true"/>
2886 </property>
2887 <property name="pixmap">
2888 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2889 </property>
2890 </widget>
2891 </item>
2892 <item row="5" column="3">
2893 <widget class="QLabel" name="helpCustomParamAften">
2894 <property name="cursor">
2895 <cursorShape>PointingHandCursor</cursorShape>
2896 </property>
2897 <property name="text">
2898 <string notr="true"/>
2899 </property>
2900 <property name="pixmap">
2901 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2902 </property>
2903 </widget>
2904 </item>
2905 <item row="6" column="1">
2906 <widget class="QLabel" name="label_23">
2907 <property name="text">
2908 <string>OpusEnc:</string>
2909 </property>
2910 </widget>
2911 </item>
2912 <item row="6" column="2">
2913 <widget class="QLineEdit" name="lineEditCustomParamOpus">
2914 <property name="font">
2915 <font>
2916 <family>Lucida Console</family>
2917 </font>
2918 </property>
2919 <property name="text">
2920 <string notr="true"/>
2921 </property>
2922 <property name="placeholderText">
2923 <string>You can enter custom parameters here!</string>
2924 </property>
2925 </widget>
2926 </item>
2927 <item row="6" column="3">
2928 <widget class="QLabel" name="helpCustomParamOpus">
2929 <property name="cursor">
2930 <cursorShape>PointingHandCursor</cursorShape>
2931 </property>
2932 <property name="text">
2933 <string notr="true"/>
2934 </property>
2935 <property name="pixmap">
2936 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2937 </property>
2938 </widget>
2939 </item>
2940 </layout>
2941 </item>
2942 </layout>
2943 </widget>
2944 </item>
2945 <item row="11" column="0">
2946 <widget class="QGroupBox" name="groupBox_12">
2947 <property name="font">
2948 <font>
2949 <weight>50</weight>
2950 <bold>false</bold>
2951 </font>
2952 </property>
2953 <property name="title">
2954 <string> Multi-Threading </string>
2955 </property>
2956 <layout class="QGridLayout" name="gridLayout_32">
2957 <item row="0" column="0">
2958 <layout class="QGridLayout" name="gridLayout_31">
2959 <item row="1" column="1" colspan="3">
2960 <widget class="QSlider" name="sliderMaxInstances">
2961 <property name="minimum">
2962 <number>1</number>
2963 </property>
2964 <property name="maximum">
2965 <number>16</number>
2966 </property>
2967 <property name="pageStep">
2968 <number>1</number>
2969 </property>
2970 <property name="sliderPosition">
2971 <number>4</number>
2972 </property>
2973 <property name="orientation">
2974 <enum>Qt::Horizontal</enum>
2975 </property>
2976 <property name="tickPosition">
2977 <enum>QSlider::TicksBelow</enum>
2978 </property>
2979 <property name="tickInterval">
2980 <number>1</number>
2981 </property>
2982 </widget>
2983 </item>
2984 <item row="1" column="0">
2985 <spacer name="horizontalSpacer_35">
2986 <property name="orientation">
2987 <enum>Qt::Horizontal</enum>
2988 </property>
2989 <property name="sizeType">
2990 <enum>QSizePolicy::Fixed</enum>
2991 </property>
2992 <property name="sizeHint" stdset="0">
2993 <size>
2994 <width>10</width>
2995 <height>20</height>
2996 </size>
2997 </property>
2998 </spacer>
2999 </item>
3000 <item row="1" column="4">
3001 <spacer name="horizontalSpacer_36">
3002 <property name="orientation">
3003 <enum>Qt::Horizontal</enum>
3004 </property>
3005 <property name="sizeType">
3006 <enum>QSizePolicy::Fixed</enum>
3007 </property>
3008 <property name="sizeHint" stdset="0">
3009 <size>
3010 <width>10</width>
3011 <height>20</height>
3012 </size>
3013 </property>
3014 </spacer>
3015 </item>
3016 <item row="0" column="1" colspan="3">
3017 <spacer name="verticalSpacer_17">
3018 <property name="orientation">
3019 <enum>Qt::Vertical</enum>
3020 </property>
3021 <property name="sizeType">
3022 <enum>QSizePolicy::Fixed</enum>
3023 </property>
3024 <property name="sizeHint" stdset="0">
3025 <size>
3026 <width>8</width>
3027 <height>8</height>
3028 </size>
3029 </property>
3030 </spacer>
3031 </item>
3032 <item row="5" column="1" colspan="3">
3033 <spacer name="verticalSpacer_18">
3034 <property name="orientation">
3035 <enum>Qt::Vertical</enum>
3036 </property>
3037 <property name="sizeType">
3038 <enum>QSizePolicy::Fixed</enum>
3039 </property>
3040 <property name="sizeHint" stdset="0">
3041 <size>
3042 <width>20</width>
3043 <height>8</height>
3044 </size>
3045 </property>
3046 </spacer>
3047 </item>
3048 <item row="4" column="1" colspan="3">
3049 <widget class="QCheckBox" name="checkBoxAutoDetectInstances">
3050 <property name="text">
3051 <string>Choose the number of parallel instances based on the number of CPU cores (Recommended)</string>
3052 </property>
3053 </widget>
3054 </item>
3055 <item row="2" column="1">
3056 <widget class="QLabel" name="labelMaxInstancesFewer">
3057 <property name="text">
3058 <string>Fewer Instances</string>
3059 </property>
3060 </widget>
3061 </item>
3062 <item row="2" column="2">
3063 <widget class="QLabel" name="labelMaxInstances">
3064 <property name="font">
3065 <font>
3066 <weight>75</weight>
3067 <bold>true</bold>
3068 </font>
3069 </property>
3070 <property name="text">
3071 <string notr="true">(VALUE)</string>
3072 </property>
3073 <property name="alignment">
3074 <set>Qt::AlignCenter</set>
3075 </property>
3076 </widget>
3077 </item>
3078 <item row="2" column="3">
3079 <widget class="QLabel" name="labelMaxInstancesMore">
3080 <property name="text">
3081 <string>More Instances</string>
3082 </property>
3083 <property name="alignment">
3084 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3085 </property>
3086 </widget>
3087 </item>
3088 <item row="3" column="1" colspan="3">
3089 <spacer name="verticalSpacer_19">
3090 <property name="orientation">
3091 <enum>Qt::Vertical</enum>
3092 </property>
3093 <property name="sizeType">
3094 <enum>QSizePolicy::Fixed</enum>
3095 </property>
3096 <property name="sizeHint" stdset="0">
3097 <size>
3098 <width>20</width>
3099 <height>12</height>
3100 </size>
3101 </property>
3102 </spacer>
3103 </item>
3104 </layout>
3105 </item>
3106 </layout>
3107 </widget>
3108 </item>
3109 <item row="12" column="0">
3110 <widget class="QGroupBox" name="groupBox_13">
3111 <property name="font">
3112 <font>
3113 <weight>50</weight>
3114 <bold>false</bold>
3115 </font>
3116 </property>
3117 <property name="title">
3118 <string> Temp Directory </string>
3119 </property>
3120 <layout class="QGridLayout" name="gridLayout_34">
3121 <item row="0" column="1">
3122 <layout class="QGridLayout" name="gridLayout_33">
3123 <item row="1" column="1">
3124 <widget class="QLineEdit" name="lineEditCustomTempFolder">
3125 <property name="readOnly">
3126 <bool>true</bool>
3127 </property>
3128 </widget>
3129 </item>
3130 <item row="1" column="2">
3131 <widget class="QPushButton" name="buttonBrowseCustomTempFolder">
3132 <property name="text">
3133 <string>Browse...</string>
3134 </property>
3135 <property name="icon">
3136 <iconset resource="../res/Icons.qrc">
3137 <normaloff>:/icons/folder_explore.png</normaloff>:/icons/folder_explore.png</iconset>
3138 </property>
3139 <property name="iconSize">
3140 <size>
3141 <width>16</width>
3142 <height>16</height>
3143 </size>
3144 </property>
3145 </widget>
3146 </item>
3147 <item row="3" column="1" colspan="2">
3148 <widget class="QCheckBox" name="checkBoxUseSystemTempFolder">
3149 <property name="text">
3150 <string>Store temporary files in your system's default TEMP directory (Recommended)</string>
3151 </property>
3152 </widget>
3153 </item>
3154 <item row="0" column="1" colspan="2">
3155 <spacer name="verticalSpacer_20">
3156 <property name="orientation">
3157 <enum>Qt::Vertical</enum>
3158 </property>
3159 <property name="sizeType">
3160 <enum>QSizePolicy::Fixed</enum>
3161 </property>
3162 <property name="sizeHint" stdset="0">
3163 <size>
3164 <width>20</width>
3165 <height>8</height>
3166 </size>
3167 </property>
3168 </spacer>
3169 </item>
3170 <item row="4" column="1" colspan="2">
3171 <spacer name="verticalSpacer_21">
3172 <property name="orientation">
3173 <enum>Qt::Vertical</enum>
3174 </property>
3175 <property name="sizeType">
3176 <enum>QSizePolicy::Fixed</enum>
3177 </property>
3178 <property name="sizeHint" stdset="0">
3179 <size>
3180 <width>20</width>
3181 <height>8</height>
3182 </size>
3183 </property>
3184 </spacer>
3185 </item>
3186 <item row="1" column="0">
3187 <spacer name="horizontalSpacer_37">
3188 <property name="orientation">
3189 <enum>Qt::Horizontal</enum>
3190 </property>
3191 <property name="sizeType">
3192 <enum>QSizePolicy::Fixed</enum>
3193 </property>
3194 <property name="sizeHint" stdset="0">
3195 <size>
3196 <width>10</width>
3197 <height>20</height>
3198 </size>
3199 </property>
3200 </spacer>
3201 </item>
3202 <item row="1" column="3">
3203 <spacer name="horizontalSpacer_38">
3204 <property name="orientation">
3205 <enum>Qt::Horizontal</enum>
3206 </property>
3207 <property name="sizeType">
3208 <enum>QSizePolicy::Fixed</enum>
3209 </property>
3210 <property name="sizeHint" stdset="0">
3211 <size>
3212 <width>10</width>
3213 <height>20</height>
3214 </size>
3215 </property>
3216 </spacer>
3217 </item>
3218 <item row="2" column="1" colspan="2">
3219 <spacer name="verticalSpacer_22">
3220 <property name="orientation">
3221 <enum>Qt::Vertical</enum>
3222 </property>
3223 <property name="sizeType">
3224 <enum>QSizePolicy::Fixed</enum>
3225 </property>
3226 <property name="sizeHint" stdset="0">
3227 <size>
3228 <width>20</width>
3229 <height>4</height>
3230 </size>
3231 </property>
3232 </spacer>
3233 </item>
3234 </layout>
3235 </item>
3236 </layout>
3237 </widget>
3238 </item>
3239 <item row="4" column="0">
3240 <widget class="QGroupBox" name="groupBox_14">
3241 <property name="font">
3242 <font>
3243 <weight>50</weight>
3244 <bold>false</bold>
3245 </font>
3246 </property>
3247 <property name="title">
3248 <string> Aften A/52 Options </string>
3249 </property>
3250 <layout class="QGridLayout" name="gridLayout_36">
3251 <item row="0" column="0">
3252 <layout class="QGridLayout" name="gridLayout_35">
3253 <item row="1" column="5">
3254 <widget class="QComboBox" name="comboBoxAftenDRCMode">
3255 <property name="currentIndex">
3256 <number>5</number>
3257 </property>
3258 <item>
3259 <property name="text">
3260 <string>Film Light</string>
3261 </property>
3262 </item>
3263 <item>
3264 <property name="text">
3265 <string>Film Standard</string>
3266 </property>
3267 </item>
3268 <item>
3269 <property name="text">
3270 <string>Music Light</string>
3271 </property>
3272 </item>
3273 <item>
3274 <property name="text">
3275 <string>Music Standard</string>
3276 </property>
3277 </item>
3278 <item>
3279 <property name="text">
3280 <string>Speech</string>
3281 </property>
3282 </item>
3283 <item>
3284 <property name="text">
3285 <string>None (Default)</string>
3286 </property>
3287 </item>
3288 </widget>
3289 </item>
3290 <item row="1" column="2">
3291 <widget class="QComboBox" name="comboBoxAftenCodingMode">
3292 <property name="currentIndex">
3293 <number>0</number>
3294 </property>
3295 <item>
3296 <property name="text">
3297 <string>Auto Select</string>
3298 </property>
3299 </item>
3300 <item>
3301 <property name="text">
3302 <string>1+1 (Ch1,Ch2)</string>
3303 </property>
3304 </item>
3305 <item>
3306 <property name="text">
3307 <string>1/0 (C)</string>
3308 </property>
3309 </item>
3310 <item>
3311 <property name="text">
3312 <string>2/0 (L,R)</string>
3313 </property>
3314 </item>
3315 <item>
3316 <property name="text">
3317 <string>3/0 (L,R,C)</string>
3318 </property>
3319 </item>
3320 <item>
3321 <property name="text">
3322 <string>2/1 (L,R,S)</string>
3323 </property>
3324 </item>
3325 <item>
3326 <property name="text">
3327 <string>3/1 (L,R,C,S)</string>
3328 </property>
3329 </item>
3330 <item>
3331 <property name="text">
3332 <string>2/2 (L,R,SL,SR)</string>
3333 </property>
3334 </item>
3335 <item>
3336 <property name="text">
3337 <string>3/2 (L,R,C,SL,SR)</string>
3338 </property>
3339 </item>
3340 </widget>
3341 </item>
3342 <item row="1" column="1">
3343 <widget class="QLabel" name="label_14">
3344 <property name="text">
3345 <string>Audio Coding Mode:</string>
3346 </property>
3347 </widget>
3348 </item>
3349 <item row="1" column="4">
3350 <widget class="QLabel" name="label_15">
3351 <property name="text">
3352 <string>Dynamic Range Compression:</string>
3353 </property>
3354 <property name="alignment">
3355 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3356 </property>
3357 </widget>
3358 </item>
3359 <item row="1" column="3">
3360 <spacer name="horizontalSpacer_39">
3361 <property name="orientation">
3362 <enum>Qt::Horizontal</enum>
3363 </property>
3364 <property name="sizeHint" stdset="0">
3365 <size>
3366 <width>40</width>
3367 <height>20</height>
3368 </size>
3369 </property>
3370 </spacer>
3371 </item>
3372 <item row="1" column="0" rowspan="3">
3373 <spacer name="horizontalSpacer_40">
3374 <property name="orientation">
3375 <enum>Qt::Horizontal</enum>
3376 </property>
3377 <property name="sizeType">
3378 <enum>QSizePolicy::Fixed</enum>
3379 </property>
3380 <property name="sizeHint" stdset="0">
3381 <size>
3382 <width>10</width>
3383 <height>20</height>
3384 </size>
3385 </property>
3386 </spacer>
3387 </item>
3388 <item row="1" column="7" rowspan="3">
3389 <spacer name="horizontalSpacer_41">
3390 <property name="orientation">
3391 <enum>Qt::Horizontal</enum>
3392 </property>
3393 <property name="sizeType">
3394 <enum>QSizePolicy::Fixed</enum>
3395 </property>
3396 <property name="sizeHint" stdset="0">
3397 <size>
3398 <width>10</width>
3399 <height>20</height>
3400 </size>
3401 </property>
3402 </spacer>
3403 </item>
3404 <item row="0" column="1" colspan="6">
3405 <spacer name="verticalSpacer_23">
3406 <property name="orientation">
3407 <enum>Qt::Vertical</enum>
3408 </property>
3409 <property name="sizeType">
3410 <enum>QSizePolicy::Fixed</enum>
3411 </property>
3412 <property name="sizeHint" stdset="0">
3413 <size>
3414 <width>20</width>
3415 <height>8</height>
3416 </size>
3417 </property>
3418 </spacer>
3419 </item>
3420 <item row="4" column="1" colspan="6">
3421 <spacer name="verticalSpacer_24">
3422 <property name="orientation">
3423 <enum>Qt::Vertical</enum>
3424 </property>
3425 <property name="sizeType">
3426 <enum>QSizePolicy::Fixed</enum>
3427 </property>
3428 <property name="sizeHint" stdset="0">
3429 <size>
3430 <width>20</width>
3431 <height>8</height>
3432 </size>
3433 </property>
3434 </spacer>
3435 </item>
3436 <item row="1" column="6">
3437 <spacer name="horizontalSpacer_42">
3438 <property name="orientation">
3439 <enum>Qt::Horizontal</enum>
3440 </property>
3441 <property name="sizeHint" stdset="0">
3442 <size>
3443 <width>40</width>
3444 <height>20</height>
3445 </size>
3446 </property>
3447 </spacer>
3448 </item>
3449 <item row="2" column="1" colspan="6">
3450 <spacer name="verticalSpacer_25">
3451 <property name="orientation">
3452 <enum>Qt::Vertical</enum>
3453 </property>
3454 <property name="sizeType">
3455 <enum>QSizePolicy::Fixed</enum>
3456 </property>
3457 <property name="sizeHint" stdset="0">
3458 <size>
3459 <width>20</width>
3460 <height>6</height>
3461 </size>
3462 </property>
3463 </spacer>
3464 </item>
3465 <item row="3" column="1" colspan="2">
3466 <widget class="QCheckBox" name="checkBoxAftenFastAllocation">
3467 <property name="text">
3468 <string>Fast Bit Allocation (Less Accurate)</string>
3469 </property>
3470 </widget>
3471 </item>
3472 <item row="3" column="4">
3473 <widget class="QLabel" name="label_16">
3474 <property name="text">
3475 <string>Exponent Search Size:</string>
3476 </property>
3477 <property name="alignment">
3478 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3479 </property>
3480 </widget>
3481 </item>
3482 <item row="3" column="5">
3483 <widget class="QSpinBox" name="spinBoxAftenSearchSize">
3484 <property name="minimum">
3485 <number>1</number>
3486 </property>
3487 <property name="maximum">
3488 <number>32</number>
3489 </property>
3490 <property name="value">
3491 <number>8</number>
3492 </property>
3493 </widget>
3494 </item>
3495 </layout>
3496 </item>
3497 </layout>
3498 </widget>
3499 </item>
3500 <item row="8" column="0">
3501 <widget class="QGroupBox" name="groupBox_15">
3502 <property name="font">
3503 <font>
3504 <weight>50</weight>
3505 <bold>false</bold>
3506 </font>
3507 </property>
3508 <property name="title">
3509 <string> Rename Output Files </string>
3510 </property>
3511 <layout class="QGridLayout" name="gridLayout_38">
3512 <item row="0" column="0">
3513 <layout class="QGridLayout" name="gridLayout_37">
3514 <item row="1" column="0" rowspan="5">
3515 <spacer name="horizontalSpacer_43">
3516 <property name="orientation">
3517 <enum>Qt::Horizontal</enum>
3518 </property>
3519 <property name="sizeType">
3520 <enum>QSizePolicy::Fixed</enum>
3521 </property>
3522 <property name="sizeHint" stdset="0">
3523 <size>
3524 <width>10</width>
3525 <height>20</height>
3526 </size>
3527 </property>
3528 </spacer>
3529 </item>
3530 <item row="1" column="4" rowspan="5">
3531 <spacer name="horizontalSpacer_44">
3532 <property name="orientation">
3533 <enum>Qt::Horizontal</enum>
3534 </property>
3535 <property name="sizeType">
3536 <enum>QSizePolicy::Fixed</enum>
3537 </property>
3538 <property name="sizeHint" stdset="0">
3539 <size>
3540 <width>10</width>
3541 <height>20</height>
3542 </size>
3543 </property>
3544 </spacer>
3545 </item>
3546 <item row="1" column="2" colspan="2">
3547 <widget class="QLineEdit" name="lineEditRenamePattern">
3548 <property name="enabled">
3549 <bool>false</bool>
3550 </property>
3551 <property name="font">
3552 <font>
3553 <family>Lucida Console</family>
3554 </font>
3555 </property>
3556 <property name="text">
3557 <string notr="true">[&lt;TrackNo&gt;] &lt;Artist&gt; - &lt;Title&gt;</string>
3558 </property>
3559 <property name="placeholderText">
3560 <string>Enter the pattern to rename the output files here!</string>
3561 </property>
3562 </widget>
3563 </item>
3564 <item row="0" column="1" colspan="3">
3565 <spacer name="verticalSpacer_26">
3566 <property name="orientation">
3567 <enum>Qt::Vertical</enum>
3568 </property>
3569 <property name="sizeType">
3570 <enum>QSizePolicy::Fixed</enum>
3571 </property>
3572 <property name="sizeHint" stdset="0">
3573 <size>
3574 <width>20</width>
3575 <height>8</height>
3576 </size>
3577 </property>
3578 </spacer>
3579 </item>
3580 <item row="6" column="1" colspan="3">
3581 <spacer name="verticalSpacer_27">
3582 <property name="orientation">
3583 <enum>Qt::Vertical</enum>
3584 </property>
3585 <property name="sizeType">
3586 <enum>QSizePolicy::Fixed</enum>
3587 </property>
3588 <property name="sizeHint" stdset="0">
3589 <size>
3590 <width>20</width>
3591 <height>8</height>
3592 </size>
3593 </property>
3594 </spacer>
3595 </item>
3596 <item row="5" column="1" colspan="2">
3597 <widget class="QCheckBox" name="checkBoxRenameOutput">
3598 <property name="text">
3599 <string>Rename Output Files</string>
3600 </property>
3601 </widget>
3602 </item>
3603 <item row="4" column="1" colspan="3">
3604 <spacer name="verticalSpacer_28">
3605 <property name="orientation">
3606 <enum>Qt::Vertical</enum>
3607 </property>
3608 <property name="sizeType">
3609 <enum>QSizePolicy::Fixed</enum>
3610 </property>
3611 <property name="sizeHint" stdset="0">
3612 <size>
3613 <width>20</width>
3614 <height>3</height>
3615 </size>
3616 </property>
3617 </spacer>
3618 </item>
3619 <item row="5" column="3">
3620 <widget class="QLabel" name="labelShowRenameMacros">
3621 <property name="sizePolicy">
3622 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3623 <horstretch>0</horstretch>
3624 <verstretch>0</verstretch>
3625 </sizepolicy>
3626 </property>
3627 <property name="text">
3628 <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>
3629 </property>
3630 <property name="alignment">
3631 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3632 </property>
3633 </widget>
3634 </item>
3635 <item row="2" column="1" colspan="3">
3636 <spacer name="verticalSpacer_29">
3637 <property name="orientation">
3638 <enum>Qt::Vertical</enum>
3639 </property>
3640 <property name="sizeType">
3641 <enum>QSizePolicy::Fixed</enum>
3642 </property>
3643 <property name="sizeHint" stdset="0">
3644 <size>
3645 <width>20</width>
3646 <height>1</height>
3647 </size>
3648 </property>
3649 </spacer>
3650 </item>
3651 <item row="1" column="1">
3652 <widget class="QLabel" name="label_17">
3653 <property name="sizePolicy">
3654 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3655 <horstretch>0</horstretch>
3656 <verstretch>0</verstretch>
3657 </sizepolicy>
3658 </property>
3659 <property name="text">
3660 <string>Rename Pattern:</string>
3661 </property>
3662 </widget>
3663 </item>
3664 <item row="3" column="1">
3665 <widget class="QLabel" name="label_18">
3666 <property name="sizePolicy">
3667 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3668 <horstretch>0</horstretch>
3669 <verstretch>0</verstretch>
3670 </sizepolicy>
3671 </property>
3672 <property name="text">
3673 <string>Example File Name:</string>
3674 </property>
3675 </widget>
3676 </item>
3677 <item row="3" column="2" colspan="2">
3678 <widget class="QLabel" name="labelRanameExample">
3679 <property name="sizePolicy">
3680 <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
3681 <horstretch>0</horstretch>
3682 <verstretch>0</verstretch>
3683 </sizepolicy>
3684 </property>
3685 <property name="frameShape">
3686 <enum>QFrame::StyledPanel</enum>
3687 </property>
3688 <property name="text">
3689 <string notr="true"/>
3690 </property>
3691 </widget>
3692 </item>
3693 </layout>
3694 </item>
3695 </layout>
3696 </widget>
3697 </item>
3698 <item row="5" column="0">
3699 <widget class="QGroupBox" name="groupBox_16">
3700 <property name="font">
3701 <font>
3702 <weight>50</weight>
3703 <bold>false</bold>
3704 </font>
3705 </property>
3706 <property name="title">
3707 <string> Opus Encoder Options </string>
3708 </property>
3709 <layout class="QGridLayout" name="gridLayout_40">
3710 <item row="2" column="0">
3711 <layout class="QGridLayout" name="gridLayout_39">
3712 <item row="0" column="1" colspan="9">
3713 <spacer name="verticalSpacer_33">
3714 <property name="orientation">
3715 <enum>Qt::Vertical</enum>
3716 </property>
3717 <property name="sizeType">
3718 <enum>QSizePolicy::Fixed</enum>
3719 </property>
3720 <property name="sizeHint" stdset="0">
3721 <size>
3722 <width>20</width>
3723 <height>8</height>
3724 </size>
3725 </property>
3726 </spacer>
3727 </item>
3728 <item row="5" column="1" colspan="9">
3729 <spacer name="verticalSpacer_34">
3730 <property name="orientation">
3731 <enum>Qt::Vertical</enum>
3732 </property>
3733 <property name="sizeType">
3734 <enum>QSizePolicy::Fixed</enum>
3735 </property>
3736 <property name="sizeHint" stdset="0">
3737 <size>
3738 <width>20</width>
3739 <height>8</height>
3740 </size>
3741 </property>
3742 </spacer>
3743 </item>
3744 <item row="1" column="1" rowspan="2" colspan="2">
3745 <widget class="QLabel" name="label_21">
3746 <property name="text">
3747 <string>Encoding Complexity:</string>
3748 </property>
3749 </widget>
3750 </item>
3751 <item row="1" column="3" rowspan="2">
3752 <widget class="QSpinBox" name="spinBoxOpusComplexity">
3753 <property name="sizePolicy">
3754 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
3755 <horstretch>0</horstretch>
3756 <verstretch>0</verstretch>
3757 </sizepolicy>
3758 </property>
3759 <property name="minimumSize">
3760 <size>
3761 <width>128</width>
3762 <height>0</height>
3763 </size>
3764 </property>
3765 <property name="maximum">
3766 <number>10</number>
3767 </property>
3768 <property name="value">
3769 <number>10</number>
3770 </property>
3771 </widget>
3772 </item>
3773 <item row="1" column="4" rowspan="2">
3774 <spacer name="horizontalSpacer_58">
3775 <property name="orientation">
3776 <enum>Qt::Horizontal</enum>
3777 </property>
3778 <property name="sizeHint" stdset="0">
3779 <size>
3780 <width>1</width>
3781 <height>20</height>
3782 </size>
3783 </property>
3784 </spacer>
3785 </item>
3786 <item row="1" column="5" rowspan="2" colspan="2">
3787 <widget class="QLabel" name="label_22">
3788 <property name="text">
3789 <string>Frame Size:</string>
3790 </property>
3791 <property name="alignment">
3792 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3793 </property>
3794 </widget>
3795 </item>
3796 <item row="1" column="7" rowspan="2" colspan="2">
3797 <widget class="QComboBox" name="comboBoxOpusFramesize">
3798 <property name="sizePolicy">
3799 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
3800 <horstretch>0</horstretch>
3801 <verstretch>0</verstretch>
3802 </sizepolicy>
3803 </property>
3804 <property name="minimumSize">
3805 <size>
3806 <width>128</width>
3807 <height>0</height>
3808 </size>
3809 </property>
3810 <property name="currentIndex">
3811 <number>3</number>
3812 </property>
3813 <item>
3814 <property name="text">
3815 <string notr="true">2.5</string>
3816 </property>
3817 </item>
3818 <item>
3819 <property name="text">
3820 <string notr="true">5</string>
3821 </property>
3822 </item>
3823 <item>
3824 <property name="text">
3825 <string notr="true">10</string>
3826 </property>
3827 </item>
3828 <item>
3829 <property name="text">
3830 <string notr="true">20</string>
3831 </property>
3832 </item>
3833 <item>
3834 <property name="text">
3835 <string notr="true">40</string>
3836 </property>
3837 </item>
3838 <item>
3839 <property name="text">
3840 <string notr="true">60</string>
3841 </property>
3842 </item>
3843 </widget>
3844 </item>
3845 <item row="1" column="9" rowspan="2">
3846 <spacer name="horizontalSpacer_59">
3847 <property name="orientation">
3848 <enum>Qt::Horizontal</enum>
3849 </property>
3850 <property name="sizeHint" stdset="0">
3851 <size>
3852 <width>1</width>
3853 <height>20</height>
3854 </size>
3855 </property>
3856 </spacer>
3857 </item>
3858 <item row="3" column="1" colspan="9">
3859 <spacer name="verticalSpacer_35">
3860 <property name="orientation">
3861 <enum>Qt::Vertical</enum>
3862 </property>
3863 <property name="sizeType">
3864 <enum>QSizePolicy::Fixed</enum>
3865 </property>
3866 <property name="sizeHint" stdset="0">
3867 <size>
3868 <width>20</width>
3869 <height>6</height>
3870 </size>
3871 </property>
3872 </spacer>
3873 </item>
3874 <item row="4" column="1" colspan="9">
3875 <widget class="QCheckBox" name="checkBoxOpusDisableResample">
3876 <property name="text">
3877 <string>Disable Opus-Decoder Resampling (i.e. always output as 48.000 Hz)</string>
3878 </property>
3879 </widget>
3880 </item>
3881 <item row="1" column="10" rowspan="4">
3882 <spacer name="horizontalSpacer_57">
3883 <property name="orientation">
3884 <enum>Qt::Horizontal</enum>
3885 </property>
3886 <property name="sizeType">
3887 <enum>QSizePolicy::Fixed</enum>
3888 </property>
3889 <property name="sizeHint" stdset="0">
3890 <size>
3891 <width>10</width>
3892 <height>20</height>
3893 </size>
3894 </property>
3895 </spacer>
3896 </item>
3897 <item row="1" column="0" rowspan="4">
3898 <spacer name="horizontalSpacer_56">
3899 <property name="orientation">
3900 <enum>Qt::Horizontal</enum>
3901 </property>
3902 <property name="sizeType">
3903 <enum>QSizePolicy::Fixed</enum>
3904 </property>
3905 <property name="sizeHint" stdset="0">
3906 <size>
3907 <width>10</width>
3908 <height>20</height>
3909 </size>
3910 </property>
3911 </spacer>
3912 </item>
3913 </layout>
3914 </item>
3915 </layout>
3916 </widget>
3917 </item>
3918 <item row="9" column="0">
3919 <widget class="QGroupBox" name="groupBox_17">
3920 <property name="font">
3921 <font>
3922 <weight>50</weight>
3923 <bold>false</bold>
3924 </font>
3925 </property>
3926 <property name="title">
3927 <string> Overwrite Mode </string>
3928 </property>
3929 <layout class="QGridLayout" name="gridLayout_42">
3930 <item row="0" column="0">
3931 <layout class="QGridLayout" name="gridLayout_41">
3932 <item row="1" column="4">
3933 <spacer name="horizontalSpacer_63">
3934 <property name="orientation">
3935 <enum>Qt::Horizontal</enum>
3936 </property>
3937 <property name="sizeHint" stdset="0">
3938 <size>
3939 <width>40</width>
3940 <height>20</height>
3941 </size>
3942 </property>
3943 </spacer>
3944 </item>
3945 <item row="1" column="7">
3946 <widget class="QRadioButton" name="radioButtonOverwriteModeReplaces">
3947 <property name="text">
3948 <string>Overwrite Existing File</string>
3949 </property>
3950 </widget>
3951 </item>
3952 <item row="1" column="5">
3953 <widget class="QRadioButton" name="radioButtonOverwriteModeSkipFile">
3954 <property name="text">
3955 <string>Skip File</string>
3956 </property>
3957 <property name="checked">
3958 <bool>false</bool>
3959 </property>
3960 </widget>
3961 </item>
3962 <item row="1" column="3">
3963 <widget class="QRadioButton" name="radioButtonOverwriteModeKeepBoth">
3964 <property name="text">
3965 <string>Keep Both Files (Default)</string>
3966 </property>
3967 <property name="checked">
3968 <bool>true</bool>
3969 </property>
3970 </widget>
3971 </item>
3972 <item row="1" column="1">
3973 <widget class="QLabel" name="label_24">
3974 <property name="text">
3975 <string>If Target File Already Exists:</string>
3976 </property>
3977 </widget>
3978 </item>
3979 <item row="1" column="6">
3980 <spacer name="horizontalSpacer_64">
3981 <property name="orientation">
3982 <enum>Qt::Horizontal</enum>
3983 </property>
3984 <property name="sizeHint" stdset="0">
3985 <size>
3986 <width>40</width>
3987 <height>20</height>
3988 </size>
3989 </property>
3990 </spacer>
3991 </item>
3992 <item row="1" column="2">
3993 <spacer name="horizontalSpacer_65">
3994 <property name="orientation">
3995 <enum>Qt::Horizontal</enum>
3996 </property>
3997 <property name="sizeHint" stdset="0">
3998 <size>
3999 <width>40</width>
4000 <height>20</height>
4001 </size>
4002 </property>
4003 </spacer>
4004 </item>
4005 <item row="2" column="1" colspan="7">
4006 <spacer name="verticalSpacer_37">
4007 <property name="orientation">
4008 <enum>Qt::Vertical</enum>
4009 </property>
4010 <property name="sizeType">
4011 <enum>QSizePolicy::Fixed</enum>
4012 </property>
4013 <property name="sizeHint" stdset="0">
4014 <size>
4015 <width>20</width>
4016 <height>6</height>
4017 </size>
4018 </property>
4019 </spacer>
4020 </item>
4021 <item row="0" column="1" colspan="7">
4022 <spacer name="verticalSpacer_36">
4023 <property name="orientation">
4024 <enum>Qt::Vertical</enum>
4025 </property>
4026 <property name="sizeType">
4027 <enum>QSizePolicy::Fixed</enum>
4028 </property>
4029 <property name="sizeHint" stdset="0">
4030 <size>
4031 <width>20</width>
4032 <height>6</height>
4033 </size>
4034 </property>
4035 </spacer>
4036 </item>
4037 <item row="0" column="9" rowspan="3">
4038 <spacer name="horizontalSpacer_62">
4039 <property name="orientation">
4040 <enum>Qt::Horizontal</enum>
4041 </property>
4042 <property name="sizeType">
4043 <enum>QSizePolicy::Fixed</enum>
4044 </property>
4045 <property name="sizeHint" stdset="0">
4046 <size>
4047 <width>10</width>
4048 <height>20</height>
4049 </size>
4050 </property>
4051 </spacer>
4052 </item>
4053 <item row="0" column="0" rowspan="3">
4054 <spacer name="horizontalSpacer_61">
4055 <property name="orientation">
4056 <enum>Qt::Horizontal</enum>
4057 </property>
4058 <property name="sizeType">
4059 <enum>QSizePolicy::Fixed</enum>
4060 </property>
4061 <property name="sizeHint" stdset="0">
4062 <size>
4063 <width>10</width>
4064 <height>20</height>
4065 </size>
4066 </property>
4067 </spacer>
4068 </item>
4069 <item row="1" column="8">
4070 <spacer name="horizontalSpacer_66">
4071 <property name="orientation">
4072 <enum>Qt::Horizontal</enum>
4073 </property>
4074 <property name="sizeHint" stdset="0">
4075 <size>
4076 <width>40</width>
4077 <height>20</height>
4078 </size>
4079 </property>
4080 </spacer>
4081 </item>
4082 </layout>
4083 </item>
4084 </layout>
4085 </widget>
4086 </item>
4087 </layout>
4088 </item>
4089 <item row="6" column="0">
4090 <spacer name="verticalSpacer">
4091 <property name="orientation">
4092 <enum>Qt::Vertical</enum>
4093 </property>
4094 <property name="sizeType">
4095 <enum>QSizePolicy::Expanding</enum>
4096 </property>
4097 <property name="sizeHint" stdset="0">
4098 <size>
4099 <width>20</width>
4100 <height>40</height>
4101 </size>
4102 </property>
4103 </spacer>
4104 </item>
4105 <item row="3" column="0">
4106 <layout class="QHBoxLayout" name="horizontalLayout_5">
4107 <item>
4108 <widget class="QPushButton" name="buttonResetAdvancedOptions">
4109 <property name="minimumSize">
4110 <size>
4111 <width>175</width>
4112 <height>0</height>
4113 </size>
4114 </property>
4115 <property name="font">
4116 <font>
4117 <weight>50</weight>
4118 <bold>false</bold>
4119 </font>
4120 </property>
4121 <property name="text">
4122 <string>Reset Advanced Options </string>
4123 </property>
4124 <property name="icon">
4125 <iconset resource="../res/Icons.qrc">
4126 <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
4127 </property>
4128 <property name="iconSize">
4129 <size>
4130 <width>16</width>
4131 <height>16</height>
4132 </size>
4133 </property>
4134 </widget>
4135 </item>
4136 <item>
4137 <spacer name="horizontalSpacer_24">
4138 <property name="orientation">
4139 <enum>Qt::Horizontal</enum>
4140 </property>
4141 <property name="sizeHint" stdset="0">
4142 <size>
4143 <width>40</width>
4144 <height>20</height>
4145 </size>
4146 </property>
4147 </spacer>
4148 </item>
4149 </layout>
4150 </item>
4151 </layout>
4152 </widget>
4153 </widget>
4154 </item>
4155 </layout>
4156 </widget>
4157 </widget>
4158 </item>
4159 </layout>
4160 </item>
4161 <item>
4162 <widget class="QFrame" name="frame">
4163 <property name="maximumSize">
4164 <size>
4165 <width>16777215</width>
4166 <height>12</height>
4167 </size>
4168 </property>
4169 <property name="frameShape">
4170 <enum>QFrame::HLine</enum>
4171 </property>
4172 <property name="frameShadow">
4173 <enum>QFrame::Sunken</enum>
4174 </property>
4175 </widget>
4176 </item>
4177 <item>
4178 <layout class="QHBoxLayout" name="horizontalLayout">
4179 <item>
4180 <widget class="QPushButton" name="buttonStart">
4181 <property name="minimumSize">
4182 <size>
4183 <width>120</width>
4184 <height>0</height>
4185 </size>
4186 </property>
4187 <property name="text">
4188 <string> Encode Now!</string>
4189 </property>
4190 <property name="icon">
4191 <iconset resource="../res/Icons.qrc">
4192 <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
4193 </property>
4194 <property name="iconSize">
4195 <size>
4196 <width>16</width>
4197 <height>16</height>
4198 </size>
4199 </property>
4200 <property name="autoDefault">
4201 <bool>true</bool>
4202 </property>
4203 <property name="default">
4204 <bool>true</bool>
4205 </property>
4206 </widget>
4207 </item>
4208 <item>
4209 <spacer name="horizontalSpacer">
4210 <property name="orientation">
4211 <enum>Qt::Horizontal</enum>
4212 </property>
4213 <property name="sizeHint" stdset="0">
4214 <size>
4215 <width>40</width>
4216 <height>20</height>
4217 </size>
4218 </property>
4219 </spacer>
4220 </item>
4221 <item>
4222 <widget class="QPushButton" name="buttonAbout">
4223 <property name="minimumSize">
4224 <size>
4225 <width>120</width>
4226 <height>0</height>
4227 </size>
4228 </property>
4229 <property name="text">
4230 <string>About...</string>
4231 </property>
4232 <property name="icon">
4233 <iconset resource="../res/Icons.qrc">
4234 <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
4235 </property>
4236 <property name="iconSize">
4237 <size>
4238 <width>16</width>
4239 <height>16</height>
4240 </size>
4241 </property>
4242 </widget>
4243 </item>
4244 <item>
4245 <spacer name="horizontalSpacer_2">
4246 <property name="orientation">
4247 <enum>Qt::Horizontal</enum>
4248 </property>
4249 <property name="sizeHint" stdset="0">
4250 <size>
4251 <width>40</width>
4252 <height>20</height>
4253 </size>
4254 </property>
4255 </spacer>
4256 </item>
4257 <item>
4258 <widget class="QPushButton" name="buttonQuit">
4259 <property name="minimumSize">
4260 <size>
4261 <width>120</width>
4262 <height>0</height>
4263 </size>
4264 </property>
4265 <property name="text">
4266 <string> Exit Program</string>
4267 </property>
4268 <property name="icon">
4269 <iconset resource="../res/Icons.qrc">
4270 <normaloff>:/icons/door_in.png</normaloff>:/icons/door_in.png</iconset>
4271 </property>
4272 <property name="iconSize">
4273 <size>
4274 <width>16</width>
4275 <height>16</height>
4276 </size>
4277 </property>
4278 </widget>
4279 </item>
4280 </layout>
4281 </item>
4282 </layout>
4283 </widget>
4284 <widget class="QMenuBar" name="menubar">
4285 <property name="geometry">
4286 <rect>
4287 <x>0</x>
4288 <y>0</y>
4289 <width>667</width>
4290 <height>21</height>
4291 </rect>
4292 </property>
4293 <property name="nativeMenuBar">
4294 <bool>false</bool>
4295 </property>
4296 <widget class="QMenu" name="menuFile">
4297 <property name="title">
4298 <string>File</string>
4299 </property>
4300 <addaction name="actionEncodeNow"/>
4301 <addaction name="separator"/>
4302 <addaction name="actionOpen"/>
4303 <addaction name="actionOpenFolder"/>
4304 <addaction name="actionOpenFolderRecursively"/>
4305 <addaction name="actionClearAll"/>
4306 <addaction name="separator"/>
4307 <addaction name="actionQuit"/>
4308 <addaction name="separator"/>
4309 </widget>
4310 <widget class="QMenu" name="menuHelp">
4311 <property name="title">
4312 <string>?</string>
4313 </property>
4314 <addaction name="actionCheckUpdates"/>
4315 <addaction name="actionVisitSupport"/>
4316 <addaction name="actionVisitHomepage"/>
4317 <addaction name="actionVisitMuldersSite"/>
4318 <addaction name="separator"/>
4319 <addaction name="actionDocumentFAQ"/>
4320 <addaction name="actionDocumentChangelog"/>
4321 <addaction name="actionDocumentTranslate"/>
4322 <addaction name="separator"/>
4323 <addaction name="actionAbout"/>
4324 </widget>
4325 <widget class="QMenu" name="menuView">
4326 <property name="title">
4327 <string>View</string>
4328 </property>
4329 <widget class="QMenu" name="menuStyle">
4330 <property name="title">
4331 <string>Style</string>
4332 </property>
4333 <property name="icon">
4334 <iconset resource="../res/Icons.qrc">
4335 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset>
4336 </property>
4337 <addaction name="actionStylePlastique"/>
4338 <addaction name="actionStyleCleanlooks"/>
4339 <addaction name="actionStyleWindowsVista"/>
4340 <addaction name="actionStyleWindowsXP"/>
4341 <addaction name="actionStyleWindowsClassic"/>
4342 </widget>
4343 <widget class="QMenu" name="menuLanguage">
4344 <property name="title">
4345 <string>Language</string>
4346 </property>
4347 <property name="icon">
4348 <iconset resource="../res/Icons.qrc">
4349 <normaloff>:/icons/user_comment.png</normaloff>:/icons/user_comment.png</iconset>
4350 </property>
4351 <addaction name="actionLoadTranslationFromFile"/>
4352 </widget>
4353 <addaction name="actionSourceFiles"/>
4354 <addaction name="actionOutputDirectory"/>
4355 <addaction name="actionMetaData"/>
4356 <addaction name="actionCompression"/>
4357 <addaction name="actionAdvancedOptions"/>
4358 <addaction name="separator"/>
4359 <addaction name="menuLanguage"/>
4360 <addaction name="menuStyle"/>
4361 </widget>
4362 <widget class="QMenu" name="menuTools">
4363 <property name="title">
4364 <string>Tools</string>
4365 </property>
4366 <widget class="QMenu" name="menuConfiguration">
4367 <property name="title">
4368 <string>Configuration</string>
4369 </property>
4370 <property name="icon">
4371 <iconset resource="../res/Icons.qrc">
4372 <normaloff>:/icons/wrench.png</normaloff>:/icons/wrench.png</iconset>
4373 </property>
4374 <addaction name="actionDisableSounds"/>
4375 <addaction name="actionDisableUpdateReminder"/>
4376 <addaction name="actionDisableNeroAacNotifications"/>
4377 <addaction name="actionDisableSlowStartupNotifications"/>
4378 <addaction name="actionDisableShellIntegration"/>
4379 <addaction name="separator"/>
4380 <addaction name="actionHibernateComputer"/>
4381 <addaction name="actionCheckForBetaUpdates"/>
4382 </widget>
4383 <addaction name="actionImportCueSheet"/>
4384 <addaction name="actionShowDropBoxWidget"/>
4385 <addaction name="separator"/>
4386 <addaction name="menuConfiguration"/>
4387 </widget>
4388 <addaction name="menuFile"/>
4389 <addaction name="menuView"/>
4390 <addaction name="menuTools"/>
4391 <addaction name="menuHelp"/>
4392 </widget>
4393 <action name="actionAbout">
4394 <property name="icon">
4395 <iconset resource="../res/Icons.qrc">
4396 <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
4397 </property>
4398 <property name="text">
4399 <string>About...</string>
4400 </property>
4401 </action>
4402 <action name="actionQuit">
4403 <property name="icon">
4404 <iconset resource="../res/Icons.qrc">
4405 <normaloff>:/icons/door_out.png</normaloff>:/icons/door_out.png</iconset>
4406 </property>
4407 <property name="text">
4408 <string>Quit</string>
4409 </property>
4410 </action>
4411 <action name="actionSourceFiles">
4412 <property name="checkable">
4413 <bool>true</bool>
4414 </property>
4415 <property name="text">
4416 <string>Source Files</string>
4417 </property>
4418 </action>
4419 <action name="actionOutputDirectory">
4420 <property name="checkable">
4421 <bool>true</bool>
4422 </property>
4423 <property name="text">
4424 <string>Output Directory</string>
4425 </property>
4426 </action>
4427 <action name="actionCompression">
4428 <property name="checkable">
4429 <bool>true</bool>
4430 </property>
4431 <property name="text">
4432 <string>Compression</string>
4433 </property>
4434 </action>
4435 <action name="actionMetaData">
4436 <property name="checkable">
4437 <bool>true</bool>
4438 </property>
4439 <property name="text">
4440 <string>Meta Data</string>
4441 </property>
4442 </action>
4443 <action name="actionAdvancedOptions">
4444 <property name="checkable">
4445 <bool>true</bool>
4446 </property>
4447 <property name="text">
4448 <string>Advanced Options</string>
4449 </property>
4450 </action>
4451 <action name="actionOpen">
4452 <property name="icon">
4453 <iconset resource="../res/Icons.qrc">
4454 <normaloff>:/icons/page_white_add.png</normaloff>:/icons/page_white_add.png</iconset>
4455 </property>
4456 <property name="text">
4457 <string>Open File(s)...</string>
4458 </property>
4459 </action>
4460 <action name="actionVisitHomepage">
4461 <property name="icon">
4462 <iconset resource="../res/Icons.qrc">
4463 <normaloff>:/icons/world.png</normaloff>:/icons/world.png</iconset>
4464 </property>
4465 <property name="text">
4466 <string>Official LameXP Project Web-Site</string>
4467 </property>
4468 <property name="toolTip">
4469 <string>Visit Official Web-Site</string>
4470 </property>
4471 </action>
4472 <action name="actionCheckUpdates">
4473 <property name="icon">
4474 <iconset resource="../res/Icons.qrc">
4475 <normaloff>:/icons/transmit_blue.png</normaloff>:/icons/transmit_blue.png</iconset>
4476 </property>
4477 <property name="text">
4478 <string>Check for Updates</string>
4479 </property>
4480 </action>
4481 <action name="actionOpenFolder">
4482 <property name="icon">
4483 <iconset resource="../res/Icons.qrc">
4484 <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
4485 </property>
4486 <property name="text">
4487 <string>Open Folder...</string>
4488 </property>
4489 </action>
4490 <action name="actionClearAll">
4491 <property name="icon">
4492 <iconset resource="../res/Icons.qrc">
4493 <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
4494 </property>
4495 <property name="text">
4496 <string>Clear All</string>
4497 </property>
4498 </action>
4499 <action name="actionStylePlastique">
4500 <property name="checkable">
4501 <bool>true</bool>
4502 </property>
4503 <property name="checked">
4504 <bool>true</bool>
4505 </property>
4506 <property name="text">
4507 <string>Plastique</string>
4508 </property>
4509 </action>
4510 <action name="actionStyleCleanlooks">
4511 <property name="checkable">
4512 <bool>true</bool>
4513 </property>
4514 <property name="text">
4515 <string>Cleanlooks</string>
4516 </property>
4517 </action>
4518 <action name="actionStyleWindowsVista">
4519 <property name="checkable">
4520 <bool>true</bool>
4521 </property>
4522 <property name="text">
4523 <string>Windows Vista (&quot;Aero&quot;)</string>
4524 </property>
4525 </action>
4526 <action name="actionStyleWindowsClassic">
4527 <property name="checkable">
4528 <bool>true</bool>
4529 </property>
4530 <property name="text">
4531 <string>Windows Classic</string>
4532 </property>
4533 </action>
4534 <action name="actionStyleWindowsXP">
4535 <property name="checkable">
4536 <bool>true</bool>
4537 </property>
4538 <property name="text">
4539 <string>Windows XP (&quot;Luna&quot;)</string>
4540 </property>
4541 </action>
4542 <action name="actionDisableUpdateReminder">
4543 <property name="checkable">
4544 <bool>true</bool>
4545 </property>
4546 <property name="text">
4547 <string>Disable Update Reminder</string>
4548 </property>
4549 </action>
4550 <action name="actionDisableSounds">
4551 <property name="checkable">
4552 <bool>true</bool>
4553 </property>
4554 <property name="text">
4555 <string>Disable Sound Effects</string>
4556 </property>
4557 </action>
4558 <action name="actionInstallWMADecoder">
4559 <property name="icon">
4560 <iconset resource="../res/Icons.qrc">
4561 <normaloff>:/icons/wma.png</normaloff>:/icons/wma.png</iconset>
4562 </property>
4563 <property name="text">
4564 <string>Install WMA Decoder</string>
4565 </property>
4566 </action>
4567 <action name="actionDisableNeroAacNotifications">
4568 <property name="checkable">
4569 <bool>true</bool>
4570 </property>
4571 <property name="text">
4572 <string>Disable Nero AAC Notifications</string>
4573 </property>
4574 </action>
4575 <action name="actionShowDropBoxWidget">
4576 <property name="icon">
4577 <iconset resource="../res/Icons.qrc">
4578 <normaloff>:/icons/package.png</normaloff>:/icons/package.png</iconset>
4579 </property>
4580 <property name="text">
4581 <string>Show DropBox</string>
4582 </property>
4583 </action>
4584 <action name="actionLanguageEnglish">
4585 <property name="checkable">
4586 <bool>true</bool>
4587 </property>
4588 <property name="icon">
4589 <iconset>
4590 <normaloff>:/flags/gb.png</normaloff>:/flags/gb.png</iconset>
4591 </property>
4592 <property name="text">
4593 <string notr="true">English</string>
4594 </property>
4595 </action>
4596 <action name="actionLoadTranslationFromFile">
4597 <property name="checkable">
4598 <bool>true</bool>
4599 </property>
4600 <property name="icon">
4601 <iconset resource="../res/Icons.qrc">
4602 <normaloff>:/icons/folder_page.png</normaloff>:/icons/folder_page.png</iconset>
4603 </property>
4604 <property name="text">
4605 <string>From File...</string>
4606 </property>
4607 </action>
4608 <action name="actionEncodeNow">
4609 <property name="icon">
4610 <iconset resource="../res/Icons.qrc">
4611 <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
4612 </property>
4613 <property name="text">
4614 <string>Encode!</string>
4615 </property>
4616 </action>
4617 <action name="actionDisableShellIntegration">
4618 <property name="checkable">
4619 <bool>true</bool>
4620 </property>
4621 <property name="text">
4622 <string>Disable Shell Integration</string>
4623 </property>
4624 </action>
4625 <action name="actionDocumentFAQ">
4626 <property name="icon">
4627 <iconset resource="../res/Icons.qrc">
4628 <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
4629 </property>
4630 <property name="text">
4631 <string>Frequently Asked Questions</string>
4632 </property>
4633 </action>
4634 <action name="actionDocumentChangelog">
4635 <property name="icon">
4636 <iconset resource="../res/Icons.qrc">
4637 <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
4638 </property>
4639 <property name="text">
4640 <string>Changelog</string>
4641 </property>
4642 </action>
4643 <action name="actionDocumentTranslate">
4644 <property name="icon">
4645 <iconset resource="../res/Icons.qrc">
4646 <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
4647 </property>
4648 <property name="text">
4649 <string>Translator's Guide</string>
4650 </property>
4651 </action>
4652 <action name="actionVisitSupport">
4653 <property name="icon">
4654 <iconset resource="../res/Icons.qrc">
4655 <normaloff>:/icons/group.png</normaloff>:/icons/group.png</iconset>
4656 </property>
4657 <property name="text">
4658 <string>Help &amp;&amp; Support</string>
4659 </property>
4660 </action>
4661 <action name="actionOpenFolderRecursively">
4662 <property name="icon">
4663 <iconset resource="../res/Icons.qrc">
4664 <normaloff>:/icons/folder_explore.png</normaloff>:/icons/folder_explore.png</iconset>
4665 </property>
4666 <property name="text">
4667 <string>Open Folder Recursively...</string>
4668 </property>
4669 </action>
4670 <action name="actionCheckForBetaUpdates">
4671 <property name="checkable">
4672 <bool>true</bool>
4673 </property>
4674 <property name="text">
4675 <string>Check for Beta Updates</string>
4676 </property>
4677 </action>
4678 <action name="actionImportCueSheet">
4679 <property name="icon">
4680 <iconset resource="../res/Icons.qrc">
4681 <normaloff>:/icons/cd_add.png</normaloff>:/icons/cd_add.png</iconset>
4682 </property>
4683 <property name="text">
4684 <string>Import Cue Sheet</string>
4685 </property>
4686 </action>
4687 <action name="actionDisableSlowStartupNotifications">
4688 <property name="checkable">
4689 <bool>true</bool>
4690 </property>
4691 <property name="text">
4692 <string>Disable Slow Startup Notifications</string>
4693 </property>
4694 </action>
4695 <action name="actionHibernateComputer">
4696 <property name="checkable">
4697 <bool>true</bool>
4698 </property>
4699 <property name="text">
4700 <string>Hibernate Computer On Shutdown</string>
4701 </property>
4702 </action>
4703 <action name="actionVisitMuldersSite">
4704 <property name="icon">
4705 <iconset resource="../res/Icons.qrc">
4706 <normaloff>:/icons/world.png</normaloff>:/icons/world.png</iconset>
4707 </property>
4708 <property name="text">
4709 <string>MuldeR's OpenSource Projects</string>
4710 </property>
4711 </action>
4712 </widget>
4713 <resources>
4714 <include location="../res/Icons.qrc"/>
4715 <include location="../res/Flags.qrc"/>
4716 <include location="../res/Images.qrc"/>
4717 <include location="../res/Icons.qrc"/>
4718 <include location="../res/Images.qrc"/>
4719 <include location="../res/Icons.qrc"/>
4720 <include location="../res/Images.qrc"/>
4721 <include location="../res/Icons.qrc"/>
4722 <include location="../res/Images.qrc"/>
4723 <include location="../res/Icons.qrc"/>
4724 <include location="../res/Images.qrc"/>
4725 <include location="../res/Icons.qrc"/>
4726 <include location="../res/Images.qrc"/>
4727 <include location="../res/Icons.qrc"/>
4728 <include location="../res/Images.qrc"/>
4729 <include location="../res/Icons.qrc"/>
4730 <include location="../res/Images.qrc"/>
4731 <include location="../res/Icons.qrc"/>
4732 <include location="../res/Images.qrc"/>
4733 <include location="../res/Icons.qrc"/>
4734 <include location="../res/Icons.qrc"/>
4735 <include location="../res/Icons.qrc"/>
4736 <include location="../res/Icons.qrc"/>
4737 <include location="../res/Icons.qrc"/>
4738 <include location="../res/Icons.qrc"/>
4739 <include location="../res/Icons.qrc"/>
4740 <include location="../res/Icons.qrc"/>
4741 <include location="../res/Icons.qrc"/>
4742 <include location="../res/Icons.qrc"/>
4743 <include location="../res/Icons.qrc"/>
4744 <include location="../res/Icons.qrc"/>
4745 <include location="../res/Icons.qrc"/>
4746 <include location="../res/Icons.qrc"/>
4747 <include location="../res/Icons.qrc"/>
4748 <include location="../res/Icons.qrc"/>
4749 <include location="../res/Icons.qrc"/>
4750 <include location="../res/Icons.qrc"/>
4751 <include location="../res/Icons.qrc"/>
4752 <include location="../res/Icons.qrc"/>
4753 <include location="../res/Icons.qrc"/>
4754 <include location="../res/Icons.qrc"/>
4755 <include location="../res/Icons.qrc"/>
4756 <include location="../res/Icons.qrc"/>
4757 <include location="../res/Icons.qrc"/>
4758 <include location="../res/Icons.qrc"/>
4759 <include location="../res/Icons.qrc"/>
4760 <include location="../res/Icons.qrc"/>
4761 <include location="../res/Icons.qrc"/>
4762 <include location="../res/Icons.qrc"/>
4763 <include location="../res/Icons.qrc"/>
4764 <include location="../res/Icons.qrc"/>
4765 <include location="../res/Icons.qrc"/>
4766 <include location="../res/Icons.qrc"/>
4767 <include location="../res/Icons.qrc"/>
4768 <include location="../res/Icons.qrc"/>
4769 <include location="../res/Icons.qrc"/>
4770 <include location="../res/Icons.qrc"/>
4771 <include location="../res/Icons.qrc"/>
4772 <include location="../res/Icons.qrc"/>
4773 <include location="../res/Icons.qrc"/>
4774 <include location="../res/Icons.qrc"/>
4775 <include location="../res/Icons.qrc"/>
4776 <include location="../res/Icons.qrc"/>
4777 <include location="../res/Icons.qrc"/>
4778 <include location="../res/Icons.qrc"/>
4779 <include location="../res/Icons.qrc"/>
4780 <include location="../res/Icons.qrc"/>
4781 <include location="../res/Icons.qrc"/>
4782 <include location="../res/Icons.qrc"/>
4783 <include location="../res/Icons.qrc"/>
4784 <include location="../res/Icons.qrc"/>
4785 <include location="../res/Icons.qrc"/>
4786 <include location="../res/Icons.qrc"/>
4787 <include location="../res/Icons.qrc"/>
4788 <include location="../res/Icons.qrc"/>
4789 <include location="../res/Icons.qrc"/>
4790 <include location="../res/Icons.qrc"/>
4791 <include location="../res/Icons.qrc"/>
4792 <include location="../res/Icons.qrc"/>
4793 <include location="../res/Icons.qrc"/>
4794 <include location="../res/Icons.qrc"/>
4795 <include location="../res/Icons.qrc"/>
4796 <include location="../res/Icons.qrc"/>
4797 <include location="../res/Icons.qrc"/>
4798 <include location="../res/Icons.qrc"/>
4799 <include location="../res/Icons.qrc"/>
4800 <include location="../res/Icons.qrc"/>
4801 <include location="../res/Icons.qrc"/>
4802 <include location="../res/Icons.qrc"/>
4803 <include location="../res/Icons.qrc"/>
4804 <include location="../res/Icons.qrc"/>
4805 <include location="../res/Icons.qrc"/>
4806 <include location="../res/Icons.qrc"/>
4807 <include location="../res/Icons.qrc"/>
4808 <include location="../res/Icons.qrc"/>
4809 <include location="../res/Icons.qrc"/>
4810 <include location="../res/Icons.qrc"/>
4811 <include location="../res/Icons.qrc"/>
4812 <include location="../res/Icons.qrc"/>
4813 <include location="../res/Icons.qrc"/>
4814 <include location="../res/Icons.qrc"/>
4815 <include location="../res/Icons.qrc"/>
4816 <include location="../res/Icons.qrc"/>
4817 <include location="../res/Icons.qrc"/>
4818 <include location="../res/Icons.qrc"/>
4819 <include location="../res/Icons.qrc"/>
4820 <include location="../res/Icons.qrc"/>
4821 </resources>
4822 <connections>
4823 <connection>
4824 <sender>actionAbout</sender>
4825 <signal>triggered()</signal>
4826 <receiver>buttonAbout</receiver>
4827 <slot>click()</slot>
4828 <hints>
4829 <hint type="sourcelabel">
4830 <x>-1</x>
4831 <y>-1</y>
4832 </hint>
4833 <hint type="destinationlabel">
4834 <x>304</x>
4835 <y>433</y>
4836 </hint>
4837 </hints>
4838 </connection>
4839 <connection>
4840 <sender>actionQuit</sender>
4841 <signal>triggered()</signal>
4842 <receiver>buttonQuit</receiver>
4843 <slot>click()</slot>
4844 <hints>
4845 <hint type="sourcelabel">
4846 <x>-1</x>
4847 <y>-1</y>
4848 </hint>
4849 <hint type="destinationlabel">
4850 <x>602</x>
4851 <y>416</y>
4852 </hint>
4853 </hints>
4854 </connection>
4855 <connection>
4856 <sender>actionOpen</sender>
4857 <signal>triggered()</signal>
4858 <receiver>buttonAddFiles</receiver>
4859 <slot>click()</slot>
4860 <hints>
4861 <hint type="sourcelabel">
4862 <x>-1</x>
4863 <y>-1</y>
4864 </hint>
4865 <hint type="destinationlabel">
4866 <x>81</x>
4867 <y>382</y>
4868 </hint>
4869 </hints>
4870 </connection>
4871 <connection>
4872 <sender>sourceFileView</sender>
4873 <signal>activated(QModelIndex)</signal>
4874 <receiver>buttonShowDetails</receiver>
4875 <slot>click()</slot>
4876 <hints>
4877 <hint type="sourcelabel">
4878 <x>327</x>
4879 <y>253</y>
4880 </hint>
4881 <hint type="destinationlabel">
4882 <x>641</x>
4883 <y>382</y>
4884 </hint>
4885 </hints>
4886 </connection>
4887 <connection>
4888 <sender>saveToSourceFolderCheckBox</sender>
4889 <signal>toggled(bool)</signal>
4890 <receiver>outputFolderView</receiver>
4891 <slot>setDisabled(bool)</slot>
4892 <hints>
4893 <hint type="sourcelabel">
4894 <x>341</x>
4895 <y>380</y>
4896 </hint>
4897 <hint type="destinationlabel">
4898 <x>327</x>
4899 <y>264</y>
4900 </hint>
4901 </hints>
4902 </connection>
4903 <connection>
4904 <sender>saveToSourceFolderCheckBox</sender>
4905 <signal>toggled(bool)</signal>
4906 <receiver>outputFolderLabel</receiver>
4907 <slot>setDisabled(bool)</slot>
4908 <hints>
4909 <hint type="sourcelabel">
4910 <x>341</x>
4911 <y>380</y>
4912 </hint>
4913 <hint type="destinationlabel">
4914 <x>327</x>
4915 <y>72</y>
4916 </hint>
4917 </hints>
4918 </connection>
4919 <connection>
4920 <sender>saveToSourceFolderCheckBox</sender>
4921 <signal>toggled(bool)</signal>
4922 <receiver>buttonGotoDesktop</receiver>
4923 <slot>setDisabled(bool)</slot>
4924 <hints>
4925 <hint type="sourcelabel">
4926 <x>358</x>
4927 <y>380</y>
4928 </hint>
4929 <hint type="destinationlabel">
4930 <x>408</x>
4931 <y>346</y>
4932 </hint>
4933 </hints>
4934 </connection>
4935 <connection>
4936 <sender>saveToSourceFolderCheckBox</sender>
4937 <signal>toggled(bool)</signal>
4938 <receiver>buttonGotoHome</receiver>
4939 <slot>setDisabled(bool)</slot>
4940 <hints>
4941 <hint type="sourcelabel">
4942 <x>358</x>
4943 <y>380</y>
4944 </hint>
4945 <hint type="destinationlabel">
4946 <x>98</x>
4947 <y>346</y>
4948 </hint>
4949 </hints>
4950 </connection>
4951 <connection>
4952 <sender>saveToSourceFolderCheckBox</sender>
4953 <signal>toggled(bool)</signal>
4954 <receiver>buttonMakeFolder</receiver>
4955 <slot>setDisabled(bool)</slot>
4956 <hints>
4957 <hint type="sourcelabel">
4958 <x>358</x>
4959 <y>380</y>
4960 </hint>
4961 <hint type="destinationlabel">
4962 <x>641</x>
4963 <y>346</y>
4964 </hint>
4965 </hints>
4966 </connection>
4967 <connection>
4968 <sender>saveToSourceFolderCheckBox</sender>
4969 <signal>toggled(bool)</signal>
4970 <receiver>buttonGotoMusic</receiver>
4971 <slot>setDisabled(bool)</slot>
4972 <hints>
4973 <hint type="sourcelabel">
4974 <x>358</x>
4975 <y>380</y>
4976 </hint>
4977 <hint type="destinationlabel">
4978 <x>276</x>
4979 <y>346</y>
4980 </hint>
4981 </hints>
4982 </connection>
4983 <connection>
4984 <sender>actionClearAll</sender>
4985 <signal>triggered()</signal>
4986 <receiver>buttonClearFiles</receiver>
4987 <slot>click()</slot>
4988 <hints>
4989 <hint type="sourcelabel">
4990 <x>-1</x>
4991 <y>-1</y>
4992 </hint>
4993 <hint type="destinationlabel">
4994 <x>300</x>
4995 <y>382</y>
4996 </hint>
4997 </hints>
4998 </connection>
4999 <connection>
5000 <sender>writeMetaDataCheckBox</sender>
5001 <signal>clicked(bool)</signal>
5002 <receiver>metaDataView</receiver>
5003 <slot>setEnabled(bool)</slot>
5004 <hints>
5005 <hint type="sourcelabel">
5006 <x>201</x>
5007 <y>372</y>
5008 </hint>
5009 <hint type="destinationlabel">
5010 <x>336</x>
5011 <y>252</y>
5012 </hint>
5013 </hints>
5014 </connection>
5015 <connection>
5016 <sender>writeMetaDataCheckBox</sender>
5017 <signal>clicked(bool)</signal>
5018 <receiver>buttonEditMeta</receiver>
5019 <slot>setEnabled(bool)</slot>
5020 <hints>
5021 <hint type="sourcelabel">
5022 <x>207</x>
5023 <y>372</y>
5024 </hint>
5025 <hint type="destinationlabel">
5026 <x>632</x>
5027 <y>315</y>
5028 </hint>
5029 </hints>
5030 </connection>
5031 <connection>
5032 <sender>writeMetaDataCheckBox</sender>
5033 <signal>clicked(bool)</signal>
5034 <receiver>labelEditMetaHint</receiver>
5035 <slot>setEnabled(bool)</slot>
5036 <hints>
5037 <hint type="sourcelabel">
5038 <x>207</x>
5039 <y>372</y>
5040 </hint>
5041 <hint type="destinationlabel">
5042 <x>344</x>
5043 <y>315</y>
5044 </hint>
5045 </hints>
5046 </connection>
5047 <connection>
5048 <sender>writeMetaDataCheckBox</sender>
5049 <signal>clicked(bool)</signal>
5050 <receiver>labelEditMetaIcon</receiver>
5051 <slot>setEnabled(bool)</slot>
5052 <hints>
5053 <hint type="sourcelabel">
5054 <x>207</x>
5055 <y>372</y>
5056 </hint>
5057 <hint type="destinationlabel">
5058 <x>47</x>
5059 <y>315</y>
5060 </hint>
5061 </hints>
5062 </connection>
5063 <connection>
5064 <sender>writeMetaDataCheckBox</sender>
5065 <signal>clicked(bool)</signal>
5066 <receiver>buttonClearMeta</receiver>
5067 <slot>setEnabled(bool)</slot>
5068 <hints>
5069 <hint type="sourcelabel">
5070 <x>207</x>
5071 <y>372</y>
5072 </hint>
5073 <hint type="destinationlabel">
5074 <x>536</x>
5075 <y>315</y>
5076 </hint>
5077 </hints>
5078 </connection>
5079 <connection>
5080 <sender>saveToSourceFolderCheckBox</sender>
5081 <signal>toggled(bool)</signal>
5082 <receiver>generatePlaylistCheckBox</receiver>
5083 <slot>setDisabled(bool)</slot>
5084 <hints>
5085 <hint type="sourcelabel">
5086 <x>84</x>
5087 <y>380</y>
5088 </hint>
5089 <hint type="destinationlabel">
5090 <x>397</x>
5091 <y>372</y>
5092 </hint>
5093 </hints>
5094 </connection>
5095 <connection>
5096 <sender>metaDataView</sender>
5097 <signal>activated(QModelIndex)</signal>
5098 <receiver>buttonEditMeta</receiver>
5099 <slot>click()</slot>
5100 <hints>
5101 <hint type="sourcelabel">
5102 <x>93</x>
5103 <y>159</y>
5104 </hint>
5105 <hint type="destinationlabel">
5106 <x>599</x>
5107 <y>315</y>
5108 </hint>
5109 </hints>
5110 </connection>
5111 <connection>
5112 <sender>saveToSourceFolderCheckBox</sender>
5113 <signal>toggled(bool)</signal>
5114 <receiver>prependRelativePathCheckBox</receiver>
5115 <slot>setDisabled(bool)</slot>
5116 <hints>
5117 <hint type="sourcelabel">
5118 <x>84</x>
5119 <y>380</y>
5120 </hint>
5121 <hint type="destinationlabel">
5122 <x>459</x>
5123 <y>380</y>
5124 </hint>
5125 </hints>
5126 </connection>
5127 <connection>
5128 <sender>checkBoxBitrateManagement</sender>
5129 <signal>clicked(bool)</signal>
5130 <receiver>labelBitrateManagementMin</receiver>
5131 <slot>setEnabled(bool)</slot>
5132 <hints>
5133 <hint type="sourcelabel">
5134 <x>163</x>
5135 <y>231</y>
5136 </hint>
5137 <hint type="destinationlabel">
5138 <x>256</x>
5139 <y>214</y>
5140 </hint>
5141 </hints>
5142 </connection>
5143 <connection>
5144 <sender>checkBoxBitrateManagement</sender>
5145 <signal>clicked(bool)</signal>
5146 <receiver>labelBitrateManagementMax</receiver>
5147 <slot>setEnabled(bool)</slot>
5148 <hints>
5149 <hint type="sourcelabel">
5150 <x>163</x>
5151 <y>231</y>
5152 </hint>
5153 <hint type="destinationlabel">
5154 <x>465</x>
5155 <y>214</y>
5156 </hint>
5157 </hints>
5158 </connection>
5159 <connection>
5160 <sender>checkBoxBitrateManagement</sender>
5161 <signal>clicked(bool)</signal>
5162 <receiver>spinBoxBitrateManagementMin</receiver>
5163 <slot>setEnabled(bool)</slot>
5164 <hints>
5165 <hint type="sourcelabel">
5166 <x>163</x>
5167 <y>231</y>
5168 </hint>
5169 <hint type="destinationlabel">
5170 <x>360</x>
5171 <y>214</y>
5172 </hint>
5173 </hints>
5174 </connection>
5175 <connection>
5176 <sender>checkBoxBitrateManagement</sender>
5177 <signal>clicked(bool)</signal>
5178 <receiver>spinBoxBitrateManagementMax</receiver>
5179 <slot>setEnabled(bool)</slot>
5180 <hints>
5181 <hint type="sourcelabel">
5182 <x>163</x>
5183 <y>231</y>
5184 </hint>
5185 <hint type="destinationlabel">
5186 <x>569</x>
5187 <y>214</y>
5188 </hint>
5189 </hints>
5190 </connection>
5191 <connection>
5192 <sender>checkBoxNormalizationFilter</sender>
5193 <signal>clicked(bool)</signal>
5194 <receiver>spinBoxNormalizationFilter</receiver>
5195 <slot>setEnabled(bool)</slot>
5196 <hints>
5197 <hint type="sourcelabel">
5198 <x>133</x>
5199 <y>502</y>
5200 </hint>
5201 <hint type="destinationlabel">
5202 <x>447</x>
5203 <y>502</y>
5204 </hint>
5205 </hints>
5206 </connection>
5207 <connection>
5208 <sender>actionEncodeNow</sender>
5209 <signal>triggered()</signal>
5210 <receiver>buttonStart</receiver>
5211 <slot>click()</slot>
5212 <hints>
5213 <hint type="sourcelabel">
5214 <x>-1</x>
5215 <y>-1</y>
5216 </hint>
5217 <hint type="destinationlabel">
5218 <x>69</x>
5219 <y>423</y>
5220 </hint>
5221 </hints>
5222 </connection>
5223 <connection>
5224 <sender>checkBoxAutoDetectInstances</sender>
5225 <signal>clicked(bool)</signal>
5226 <receiver>sliderMaxInstances</receiver>
5227 <slot>setDisabled(bool)</slot>
5228 <hints>
5229 <hint type="sourcelabel">
5230 <x>363</x>
5231 <y>953</y>
5232 </hint>
5233 <hint type="destinationlabel">
5234 <x>363</x>
5235 <y>897</y>
5236 </hint>
5237 </hints>
5238 </connection>
5239 <connection>
5240 <sender>checkBoxAutoDetectInstances</sender>
5241 <signal>clicked(bool)</signal>
5242 <receiver>labelMaxInstances</receiver>
5243 <slot>setDisabled(bool)</slot>
5244 <hints>
5245 <hint type="sourcelabel">
5246 <x>363</x>
5247 <y>953</y>
5248 </hint>
5249 <hint type="destinationlabel">
5250 <x>409</x>
5251 <y>916</y>
5252 </hint>
5253 </hints>
5254 </connection>
5255 <connection>
5256 <sender>checkBoxAutoDetectInstances</sender>
5257 <signal>clicked(bool)</signal>
5258 <receiver>labelMaxInstancesFewer</receiver>
5259 <slot>setDisabled(bool)</slot>
5260 <hints>
5261 <hint type="sourcelabel">
5262 <x>363</x>
5263 <y>953</y>
5264 </hint>
5265 <hint type="destinationlabel">
5266 <x>185</x>
5267 <y>916</y>
5268 </hint>
5269 </hints>
5270 </connection>
5271 <connection>
5272 <sender>checkBoxAutoDetectInstances</sender>
5273 <signal>clicked(bool)</signal>
5274 <receiver>labelMaxInstancesMore</receiver>
5275 <slot>setDisabled(bool)</slot>
5276 <hints>
5277 <hint type="sourcelabel">
5278 <x>363</x>
5279 <y>953</y>
5280 </hint>
5281 <hint type="destinationlabel">
5282 <x>588</x>
5283 <y>916</y>
5284 </hint>
5285 </hints>
5286 </connection>
5287 <connection>
5288 <sender>checkBoxUseSystemTempFolder</sender>
5289 <signal>clicked(bool)</signal>
5290 <receiver>lineEditCustomTempFolder</receiver>
5291 <slot>setDisabled(bool)</slot>
5292 <hints>
5293 <hint type="sourcelabel">
5294 <x>323</x>
5295 <y>302</y>
5296 </hint>
5297 <hint type="destinationlabel">
5298 <x>283</x>
5299 <y>265</y>
5300 </hint>
5301 </hints>
5302 </connection>
5303 <connection>
5304 <sender>checkBoxUseSystemTempFolder</sender>
5305 <signal>clicked(bool)</signal>
5306 <receiver>buttonBrowseCustomTempFolder</receiver>
5307 <slot>setDisabled(bool)</slot>
5308 <hints>
5309 <hint type="sourcelabel">
5310 <x>323</x>
5311 <y>302</y>
5312 </hint>
5313 <hint type="destinationlabel">
5314 <x>551</x>
5315 <y>265</y>
5316 </hint>
5317 </hints>
5318 </connection>
5319 <connection>
5320 <sender>checkBoxRenameOutput</sender>
5321 <signal>toggled(bool)</signal>
5322 <receiver>lineEditRenamePattern</receiver>
5323 <slot>setEnabled(bool)</slot>
5324 <hints>
5325 <hint type="sourcelabel">
5326 <x>323</x>
5327 <y>206</y>
5328 </hint>
5329 <hint type="destinationlabel">
5330 <x>323</x>
5331 <y>172</y>
5332 </hint>
5333 </hints>
5334 </connection>
5335 <connection>
5336 <sender>checkBoxNormalizationFilter</sender>
5337 <signal>clicked(bool)</signal>
5338 <receiver>comboBoxNormalizationMode</receiver>
5339 <slot>setEnabled(bool)</slot>
5340 <hints>
5341 <hint type="sourcelabel">
5342 <x>80</x>
5343 <y>89</y>
5344 </hint>
5345 <hint type="destinationlabel">
5346 <x>80</x>
5347 <y>89</y>
5348 </hint>
5349 </hints>
5350 </connection>
5351 </connections>
5352 </ui>