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