Version v4.05 is released!
[LameXP.git] / gui / MainWindow.ui
blobbc4775e0a61cc0f6e115bb015377a87f5bb6dd57
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 <layout class="QHBoxLayout" name="horizontalLayout_10">
1273 <item>
1274 <widget class="QLabel" name="labelEncoderInfo">
1275 <property name="font">
1276 <font>
1277 <weight>50</weight>
1278 <bold>false</bold>
1279 </font>
1280 </property>
1281 <property name="text">
1282 <string notr="true">(Encoder Info)</string>
1283 </property>
1284 </widget>
1285 </item>
1286 <item>
1287 <spacer name="horizontalSpacer_60">
1288 <property name="orientation">
1289 <enum>Qt::Horizontal</enum>
1290 </property>
1291 <property name="sizeHint" stdset="0">
1292 <size>
1293 <width>40</width>
1294 <height>20</height>
1295 </size>
1296 </property>
1297 </spacer>
1298 </item>
1299 <item>
1300 <widget class="QLabel" name="labelCompressionHelp">
1301 <property name="palette">
1302 <palette>
1303 <active>
1304 <colorrole role="WindowText">
1305 <brush brushstyle="SolidPattern">
1306 <color alpha="255">
1307 <red>0</red>
1308 <green>0</green>
1309 <blue>255</blue>
1310 </color>
1311 </brush>
1312 </colorrole>
1313 </active>
1314 <inactive>
1315 <colorrole role="WindowText">
1316 <brush brushstyle="SolidPattern">
1317 <color alpha="255">
1318 <red>0</red>
1319 <green>0</green>
1320 <blue>255</blue>
1321 </color>
1322 </brush>
1323 </colorrole>
1324 </inactive>
1325 <disabled>
1326 <colorrole role="WindowText">
1327 <brush brushstyle="SolidPattern">
1328 <color alpha="255">
1329 <red>120</red>
1330 <green>120</green>
1331 <blue>120</blue>
1332 </color>
1333 </brush>
1334 </colorrole>
1335 </disabled>
1336 </palette>
1337 </property>
1338 <property name="font">
1339 <font>
1340 <weight>50</weight>
1341 <bold>false</bold>
1342 <underline>true</underline>
1343 </font>
1344 </property>
1345 <property name="cursor">
1346 <cursorShape>PointingHandCursor</cursorShape>
1347 </property>
1348 <property name="text">
1349 <string>Show Help</string>
1350 </property>
1351 <property name="alignment">
1352 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1353 </property>
1354 </widget>
1355 </item>
1356 </layout>
1357 </item>
1358 <item>
1359 <spacer name="verticalSpacer_2">
1360 <property name="orientation">
1361 <enum>Qt::Vertical</enum>
1362 </property>
1363 <property name="sizeHint" stdset="0">
1364 <size>
1365 <width>20</width>
1366 <height>40</height>
1367 </size>
1368 </property>
1369 </spacer>
1370 </item>
1371 </layout>
1372 </item>
1373 </layout>
1374 </widget>
1375 <widget class="QWidget" name="tabOptions">
1376 <attribute name="icon">
1377 <iconset resource="../res/Icons.qrc">
1378 <normaloff>:/icons/cog.png</normaloff>:/icons/cog.png</iconset>
1379 </attribute>
1380 <attribute name="title">
1381 <string>Advanced Options</string>
1382 </attribute>
1383 <layout class="QGridLayout" name="gridLayout_8">
1384 <item row="0" column="0">
1385 <widget class="QScrollArea" name="scrollArea">
1386 <property name="frameShadow">
1387 <enum>QFrame::Plain</enum>
1388 </property>
1389 <property name="horizontalScrollBarPolicy">
1390 <enum>Qt::ScrollBarAlwaysOff</enum>
1391 </property>
1392 <property name="widgetResizable">
1393 <bool>true</bool>
1394 </property>
1395 <widget class="QWidget" name="scrollAreaWidgetContents">
1396 <property name="geometry">
1397 <rect>
1398 <x>0</x>
1399 <y>0</y>
1400 <width>602</width>
1401 <height>1668</height>
1402 </rect>
1403 </property>
1404 <layout class="QGridLayout" name="gridLayout_22">
1405 <item row="0" column="0">
1406 <layout class="QGridLayout" name="gridLayout_7">
1407 <item row="1" column="0">
1408 <widget class="QGroupBox" name="groupBox_6">
1409 <property name="font">
1410 <font>
1411 <weight>50</weight>
1412 <bold>false</bold>
1413 </font>
1414 </property>
1415 <property name="title">
1416 <string> Bitrate Management (LAME and OggEnc2) </string>
1417 </property>
1418 <layout class="QGridLayout" name="gridLayout_19">
1419 <item row="0" column="0">
1420 <layout class="QGridLayout" name="gridLayout_18">
1421 <item row="0" column="1" colspan="5">
1422 <spacer name="verticalSpacer_5">
1423 <property name="orientation">
1424 <enum>Qt::Vertical</enum>
1425 </property>
1426 <property name="sizeType">
1427 <enum>QSizePolicy::Fixed</enum>
1428 </property>
1429 <property name="sizeHint" stdset="0">
1430 <size>
1431 <width>20</width>
1432 <height>10</height>
1433 </size>
1434 </property>
1435 </spacer>
1436 </item>
1437 <item row="2" column="1" colspan="5">
1438 <spacer name="verticalSpacer_6">
1439 <property name="orientation">
1440 <enum>Qt::Vertical</enum>
1441 </property>
1442 <property name="sizeType">
1443 <enum>QSizePolicy::Fixed</enum>
1444 </property>
1445 <property name="sizeHint" stdset="0">
1446 <size>
1447 <width>20</width>
1448 <height>10</height>
1449 </size>
1450 </property>
1451 </spacer>
1452 </item>
1453 <item row="1" column="1">
1454 <widget class="QCheckBox" name="checkBoxBitrateManagement">
1455 <property name="text">
1456 <string>Enable Bitrate Management</string>
1457 </property>
1458 </widget>
1459 </item>
1460 <item row="1" column="5">
1461 <widget class="QSpinBox" name="spinBoxBitrateManagementMax">
1462 <property name="enabled">
1463 <bool>false</bool>
1464 </property>
1465 <property name="minimum">
1466 <number>32</number>
1467 </property>
1468 <property name="maximum">
1469 <number>500</number>
1470 </property>
1471 <property name="value">
1472 <number>500</number>
1473 </property>
1474 </widget>
1475 </item>
1476 <item row="1" column="3">
1477 <widget class="QSpinBox" name="spinBoxBitrateManagementMin">
1478 <property name="enabled">
1479 <bool>false</bool>
1480 </property>
1481 <property name="minimum">
1482 <number>32</number>
1483 </property>
1484 <property name="maximum">
1485 <number>500</number>
1486 </property>
1487 </widget>
1488 </item>
1489 <item row="1" column="6">
1490 <spacer name="horizontalSpacer_15">
1491 <property name="orientation">
1492 <enum>Qt::Horizontal</enum>
1493 </property>
1494 <property name="sizeType">
1495 <enum>QSizePolicy::Fixed</enum>
1496 </property>
1497 <property name="sizeHint" stdset="0">
1498 <size>
1499 <width>10</width>
1500 <height>20</height>
1501 </size>
1502 </property>
1503 </spacer>
1504 </item>
1505 <item row="1" column="0">
1506 <spacer name="horizontalSpacer_14">
1507 <property name="orientation">
1508 <enum>Qt::Horizontal</enum>
1509 </property>
1510 <property name="sizeType">
1511 <enum>QSizePolicy::Fixed</enum>
1512 </property>
1513 <property name="sizeHint" stdset="0">
1514 <size>
1515 <width>10</width>
1516 <height>20</height>
1517 </size>
1518 </property>
1519 </spacer>
1520 </item>
1521 <item row="1" column="2">
1522 <widget class="QLabel" name="labelBitrateManagementMin">
1523 <property name="enabled">
1524 <bool>false</bool>
1525 </property>
1526 <property name="text">
1527 <string>Minimum (kbps):</string>
1528 </property>
1529 <property name="alignment">
1530 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1531 </property>
1532 </widget>
1533 </item>
1534 <item row="1" column="4">
1535 <widget class="QLabel" name="labelBitrateManagementMax">
1536 <property name="enabled">
1537 <bool>false</bool>
1538 </property>
1539 <property name="text">
1540 <string>Maximum (kbps):</string>
1541 </property>
1542 <property name="alignment">
1543 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1544 </property>
1545 </widget>
1546 </item>
1547 </layout>
1548 </item>
1549 </layout>
1550 </widget>
1551 </item>
1552 <item row="0" column="0">
1553 <widget class="QGroupBox" name="groupBox_5">
1554 <property name="font">
1555 <font>
1556 <weight>50</weight>
1557 <bold>false</bold>
1558 </font>
1559 </property>
1560 <property name="title">
1561 <string> LAME Algorithm Quality </string>
1562 </property>
1563 <layout class="QGridLayout" name="gridLayout_17">
1564 <item row="0" column="1">
1565 <layout class="QGridLayout" name="gridLayout_16">
1566 <item row="1" column="0">
1567 <spacer name="horizontalSpacer_12">
1568 <property name="orientation">
1569 <enum>Qt::Horizontal</enum>
1570 </property>
1571 <property name="sizeType">
1572 <enum>QSizePolicy::Maximum</enum>
1573 </property>
1574 <property name="sizeHint" stdset="0">
1575 <size>
1576 <width>10</width>
1577 <height>20</height>
1578 </size>
1579 </property>
1580 </spacer>
1581 </item>
1582 <item row="1" column="4">
1583 <spacer name="horizontalSpacer_13">
1584 <property name="orientation">
1585 <enum>Qt::Horizontal</enum>
1586 </property>
1587 <property name="sizeType">
1588 <enum>QSizePolicy::Fixed</enum>
1589 </property>
1590 <property name="sizeHint" stdset="0">
1591 <size>
1592 <width>10</width>
1593 <height>20</height>
1594 </size>
1595 </property>
1596 </spacer>
1597 </item>
1598 <item row="2" column="1">
1599 <widget class="QLabel" name="label">
1600 <property name="text">
1601 <string>Faster Processing</string>
1602 </property>
1603 </widget>
1604 </item>
1605 <item row="2" column="2">
1606 <widget class="QLabel" name="labelLameAlgoQuality">
1607 <property name="font">
1608 <font>
1609 <weight>75</weight>
1610 <bold>true</bold>
1611 </font>
1612 </property>
1613 <property name="text">
1614 <string notr="true">(VALUE)</string>
1615 </property>
1616 <property name="alignment">
1617 <set>Qt::AlignCenter</set>
1618 </property>
1619 </widget>
1620 </item>
1621 <item row="2" column="3">
1622 <widget class="QLabel" name="label_3">
1623 <property name="text">
1624 <string>Better quality</string>
1625 </property>
1626 <property name="alignment">
1627 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1628 </property>
1629 </widget>
1630 </item>
1631 <item row="0" column="1" colspan="3">
1632 <spacer name="verticalSpacer_4">
1633 <property name="orientation">
1634 <enum>Qt::Vertical</enum>
1635 </property>
1636 <property name="sizeType">
1637 <enum>QSizePolicy::Fixed</enum>
1638 </property>
1639 <property name="sizeHint" stdset="0">
1640 <size>
1641 <width>20</width>
1642 <height>8</height>
1643 </size>
1644 </property>
1645 </spacer>
1646 </item>
1647 <item row="1" column="1" colspan="3">
1648 <widget class="QSlider" name="sliderLameAlgoQuality">
1649 <property name="maximum">
1650 <number>4</number>
1651 </property>
1652 <property name="pageStep">
1653 <number>1</number>
1654 </property>
1655 <property name="value">
1656 <number>3</number>
1657 </property>
1658 <property name="orientation">
1659 <enum>Qt::Horizontal</enum>
1660 </property>
1661 <property name="tickPosition">
1662 <enum>QSlider::TicksBelow</enum>
1663 </property>
1664 <property name="tickInterval">
1665 <number>1</number>
1666 </property>
1667 </widget>
1668 </item>
1669 <item row="4" column="1" colspan="3">
1670 <layout class="QHBoxLayout" name="horizontalLayout_8">
1671 <item>
1672 <widget class="QLabel" name="labelLameAlgoQualityWarningIcon">
1673 <property name="text">
1674 <string/>
1675 </property>
1676 <property name="pixmap">
1677 <pixmap resource="../res/Icons.qrc">:/icons/exclamation.png</pixmap>
1678 </property>
1679 </widget>
1680 </item>
1681 <item>
1682 <widget class="QLabel" name="labelLameAlgoQualityWarning">
1683 <property name="sizePolicy">
1684 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1685 <horstretch>0</horstretch>
1686 <verstretch>0</verstretch>
1687 </sizepolicy>
1688 </property>
1689 <property name="text">
1690 <string>Warning: Audio quality will be very poor. Please do &lt;u&gt;not&lt;/u&gt; complain about audio quality!</string>
1691 </property>
1692 </widget>
1693 </item>
1694 </layout>
1695 </item>
1696 <item row="5" column="1" colspan="3">
1697 <layout class="QHBoxLayout" name="horizontalLayout_9">
1698 <item>
1699 <widget class="QLabel" name="labelLameAlgoQualityNoticeIcon">
1700 <property name="text">
1701 <string/>
1702 </property>
1703 <property name="pixmap">
1704 <pixmap resource="../res/Icons.qrc">:/icons/error.png</pixmap>
1705 </property>
1706 </widget>
1707 </item>
1708 <item>
1709 <widget class="QLabel" name="labelLameAlgoQualityNotice">
1710 <property name="sizePolicy">
1711 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1712 <horstretch>0</horstretch>
1713 <verstretch>0</verstretch>
1714 </sizepolicy>
1715 </property>
1716 <property name="text">
1717 <string>Warning: Processing speed will be very slow. Please do &lt;u&gt;not&lt;/u&gt; complain about processing speed!</string>
1718 </property>
1719 </widget>
1720 </item>
1721 </layout>
1722 </item>
1723 <item row="3" column="1" colspan="3">
1724 <widget class="QFrame" name="labelLameAlgoQualitySpacer">
1725 <property name="minimumSize">
1726 <size>
1727 <width>0</width>
1728 <height>6</height>
1729 </size>
1730 </property>
1731 <property name="maximumSize">
1732 <size>
1733 <width>16777215</width>
1734 <height>6</height>
1735 </size>
1736 </property>
1737 <property name="frameShape">
1738 <enum>QFrame::HLine</enum>
1739 </property>
1740 <property name="frameShadow">
1741 <enum>QFrame::Sunken</enum>
1742 </property>
1743 </widget>
1744 </item>
1745 </layout>
1746 </item>
1747 </layout>
1748 </widget>
1749 </item>
1750 <item row="2" column="0">
1751 <widget class="QGroupBox" name="groupBox_8">
1752 <property name="font">
1753 <font>
1754 <weight>50</weight>
1755 <bold>false</bold>
1756 </font>
1757 </property>
1758 <property name="title">
1759 <string>Channel Mode / Sampling Rate</string>
1760 </property>
1761 <layout class="QGridLayout" name="gridLayout_24">
1762 <item row="1" column="0">
1763 <layout class="QGridLayout" name="gridLayout_27">
1764 <item row="1" column="5">
1765 <widget class="QComboBox" name="comboBoxMP3ChannelMode">
1766 <property name="sizeAdjustPolicy">
1767 <enum>QComboBox::AdjustToContents</enum>
1768 </property>
1769 <item>
1770 <property name="text">
1771 <string>Auto Select (Default)</string>
1772 </property>
1773 </item>
1774 <item>
1775 <property name="text">
1776 <string>Joint Stereo</string>
1777 </property>
1778 </item>
1779 <item>
1780 <property name="text">
1781 <string>Forced Joint Stereo</string>
1782 </property>
1783 </item>
1784 <item>
1785 <property name="text">
1786 <string>Simple</string>
1787 </property>
1788 </item>
1789 <item>
1790 <property name="text">
1791 <string>Dual Mono</string>
1792 </property>
1793 </item>
1794 <item>
1795 <property name="text">
1796 <string>Mono</string>
1797 </property>
1798 </item>
1799 </widget>
1800 </item>
1801 <item row="1" column="4">
1802 <widget class="QLabel" name="label_4">
1803 <property name="text">
1804 <string>MP3 Channel Mode:</string>
1805 </property>
1806 <property name="alignment">
1807 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1808 </property>
1809 </widget>
1810 </item>
1811 <item row="1" column="1">
1812 <widget class="QLabel" name="label_5">
1813 <property name="text">
1814 <string>Sampling Rate (Hz):</string>
1815 </property>
1816 <property name="alignment">
1817 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1818 </property>
1819 </widget>
1820 </item>
1821 <item row="1" column="2">
1822 <widget class="QComboBox" name="comboBoxSamplingRate">
1823 <property name="sizeAdjustPolicy">
1824 <enum>QComboBox::AdjustToContents</enum>
1825 </property>
1826 <item>
1827 <property name="text">
1828 <string>Auto Select (Default)</string>
1829 </property>
1830 </item>
1831 <item>
1832 <property name="text">
1833 <string>16.000</string>
1834 </property>
1835 </item>
1836 <item>
1837 <property name="text">
1838 <string>22.050</string>
1839 </property>
1840 </item>
1841 <item>
1842 <property name="text">
1843 <string>24.000</string>
1844 </property>
1845 </item>
1846 <item>
1847 <property name="text">
1848 <string>32.000</string>
1849 </property>
1850 </item>
1851 <item>
1852 <property name="text">
1853 <string>44.100</string>
1854 </property>
1855 </item>
1856 <item>
1857 <property name="text">
1858 <string>48.000</string>
1859 </property>
1860 </item>
1861 </widget>
1862 </item>
1863 <item row="1" column="0">
1864 <spacer name="horizontalSpacer_18">
1865 <property name="orientation">
1866 <enum>Qt::Horizontal</enum>
1867 </property>
1868 <property name="sizeType">
1869 <enum>QSizePolicy::Fixed</enum>
1870 </property>
1871 <property name="sizeHint" stdset="0">
1872 <size>
1873 <width>10</width>
1874 <height>20</height>
1875 </size>
1876 </property>
1877 </spacer>
1878 </item>
1879 <item row="1" column="7">
1880 <spacer name="horizontalSpacer_19">
1881 <property name="orientation">
1882 <enum>Qt::Horizontal</enum>
1883 </property>
1884 <property name="sizeType">
1885 <enum>QSizePolicy::Fixed</enum>
1886 </property>
1887 <property name="sizeHint" stdset="0">
1888 <size>
1889 <width>10</width>
1890 <height>20</height>
1891 </size>
1892 </property>
1893 </spacer>
1894 </item>
1895 <item row="1" column="3">
1896 <spacer name="horizontalSpacer_21">
1897 <property name="orientation">
1898 <enum>Qt::Horizontal</enum>
1899 </property>
1900 <property name="sizeHint" stdset="0">
1901 <size>
1902 <width>40</width>
1903 <height>20</height>
1904 </size>
1905 </property>
1906 </spacer>
1907 </item>
1908 <item row="1" column="6">
1909 <spacer name="horizontalSpacer_20">
1910 <property name="orientation">
1911 <enum>Qt::Horizontal</enum>
1912 </property>
1913 <property name="sizeType">
1914 <enum>QSizePolicy::Expanding</enum>
1915 </property>
1916 <property name="sizeHint" stdset="0">
1917 <size>
1918 <width>40</width>
1919 <height>20</height>
1920 </size>
1921 </property>
1922 </spacer>
1923 </item>
1924 <item row="4" column="1" colspan="6">
1925 <spacer name="verticalSpacer_10">
1926 <property name="orientation">
1927 <enum>Qt::Vertical</enum>
1928 </property>
1929 <property name="sizeType">
1930 <enum>QSizePolicy::Fixed</enum>
1931 </property>
1932 <property name="sizeHint" stdset="0">
1933 <size>
1934 <width>20</width>
1935 <height>8</height>
1936 </size>
1937 </property>
1938 </spacer>
1939 </item>
1940 <item row="0" column="1" colspan="6">
1941 <spacer name="verticalSpacer_9">
1942 <property name="orientation">
1943 <enum>Qt::Vertical</enum>
1944 </property>
1945 <property name="sizeType">
1946 <enum>QSizePolicy::Fixed</enum>
1947 </property>
1948 <property name="sizeHint" stdset="0">
1949 <size>
1950 <width>20</width>
1951 <height>8</height>
1952 </size>
1953 </property>
1954 </spacer>
1955 </item>
1956 <item row="3" column="1" colspan="6">
1957 <widget class="QCheckBox" name="checkBoxForceStereoDownmix">
1958 <property name="text">
1959 <string>Enforce Stereo Downmix of Surround (Multi-Channel) Sources</string>
1960 </property>
1961 </widget>
1962 </item>
1963 <item row="2" column="1" colspan="6">
1964 <spacer name="verticalSpacer_30">
1965 <property name="orientation">
1966 <enum>Qt::Vertical</enum>
1967 </property>
1968 <property name="sizeType">
1969 <enum>QSizePolicy::Fixed</enum>
1970 </property>
1971 <property name="sizeHint" stdset="0">
1972 <size>
1973 <width>20</width>
1974 <height>4</height>
1975 </size>
1976 </property>
1977 </spacer>
1978 </item>
1979 </layout>
1980 </item>
1981 </layout>
1982 </widget>
1983 </item>
1984 <item row="3" column="0">
1985 <widget class="QGroupBox" name="groupBox_7">
1986 <property name="font">
1987 <font>
1988 <weight>50</weight>
1989 <bold>false</bold>
1990 </font>
1991 </property>
1992 <property name="title">
1993 <string>AAC Encoder-Options</string>
1994 </property>
1995 <layout class="QGridLayout" name="gridLayout_25">
1996 <item row="3" column="1">
1997 <layout class="QGridLayout" name="gridLayout_21">
1998 <item row="1" column="1">
1999 <widget class="QCheckBox" name="checkBoxNeroAAC2PassMode">
2000 <property name="text">
2001 <string>Enable 2-Pass Processing (ABR Mode)</string>
2002 </property>
2003 </widget>
2004 </item>
2005 <item row="1" column="0">
2006 <spacer name="horizontalSpacer_17">
2007 <property name="orientation">
2008 <enum>Qt::Horizontal</enum>
2009 </property>
2010 <property name="sizeType">
2011 <enum>QSizePolicy::Fixed</enum>
2012 </property>
2013 <property name="sizeHint" stdset="0">
2014 <size>
2015 <width>10</width>
2016 <height>20</height>
2017 </size>
2018 </property>
2019 </spacer>
2020 </item>
2021 <item row="1" column="2">
2022 <spacer name="horizontalSpacer_23">
2023 <property name="orientation">
2024 <enum>Qt::Horizontal</enum>
2025 </property>
2026 <property name="sizeHint" stdset="0">
2027 <size>
2028 <width>73</width>
2029 <height>20</height>
2030 </size>
2031 </property>
2032 </spacer>
2033 </item>
2034 <item row="1" column="3">
2035 <widget class="QLabel" name="label_2">
2036 <property name="text">
2037 <string>Select AAC Profile:</string>
2038 </property>
2039 <property name="alignment">
2040 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2041 </property>
2042 </widget>
2043 </item>
2044 <item row="1" column="4">
2045 <widget class="QComboBox" name="comboBoxAACProfile">
2046 <property name="sizeAdjustPolicy">
2047 <enum>QComboBox::AdjustToContents</enum>
2048 </property>
2049 <item>
2050 <property name="text">
2051 <string>Auto Select (Recommended)</string>
2052 </property>
2053 </item>
2054 <item>
2055 <property name="text">
2056 <string>Enforce LC-AAC</string>
2057 </property>
2058 </item>
2059 <item>
2060 <property name="text">
2061 <string>Enforce HE-AAC (AAC + SBR)</string>
2062 </property>
2063 </item>
2064 <item>
2065 <property name="text">
2066 <string>Enforce HE-AAC v2 (AAC + SBR + PS)</string>
2067 </property>
2068 </item>
2069 </widget>
2070 </item>
2071 <item row="1" column="5">
2072 <spacer name="horizontalSpacer_22">
2073 <property name="orientation">
2074 <enum>Qt::Horizontal</enum>
2075 </property>
2076 <property name="sizeHint" stdset="0">
2077 <size>
2078 <width>75</width>
2079 <height>20</height>
2080 </size>
2081 </property>
2082 </spacer>
2083 </item>
2084 <item row="1" column="6">
2085 <spacer name="horizontalSpacer_16">
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="0" column="1" colspan="5">
2101 <spacer name="verticalSpacer_8">
2102 <property name="orientation">
2103 <enum>Qt::Vertical</enum>
2104 </property>
2105 <property name="sizeType">
2106 <enum>QSizePolicy::Fixed</enum>
2107 </property>
2108 <property name="sizeHint" stdset="0">
2109 <size>
2110 <width>20</width>
2111 <height>13</height>
2112 </size>
2113 </property>
2114 </spacer>
2115 </item>
2116 <item row="2" column="1" colspan="5">
2117 <spacer name="verticalSpacer_7">
2118 <property name="orientation">
2119 <enum>Qt::Vertical</enum>
2120 </property>
2121 <property name="sizeType">
2122 <enum>QSizePolicy::Fixed</enum>
2123 </property>
2124 <property name="sizeHint" stdset="0">
2125 <size>
2126 <width>20</width>
2127 <height>13</height>
2128 </size>
2129 </property>
2130 </spacer>
2131 </item>
2132 </layout>
2133 </item>
2134 </layout>
2135 </widget>
2136 </item>
2137 <item row="6" column="0">
2138 <widget class="QGroupBox" name="groupBox_9">
2139 <property name="font">
2140 <font>
2141 <weight>50</weight>
2142 <bold>false</bold>
2143 </font>
2144 </property>
2145 <property name="title">
2146 <string> Volume Normalization </string>
2147 </property>
2148 <layout class="QGridLayout" name="gridLayout_26">
2149 <item row="0" column="0">
2150 <layout class="QGridLayout" name="gridLayout_20">
2151 <item row="1" column="1">
2152 <widget class="QCheckBox" name="checkBoxNormalizationFilter">
2153 <property name="text">
2154 <string>Enable Normalization Filter</string>
2155 </property>
2156 </widget>
2157 </item>
2158 <item row="1" column="0">
2159 <spacer name="horizontalSpacer_25">
2160 <property name="orientation">
2161 <enum>Qt::Horizontal</enum>
2162 </property>
2163 <property name="sizeType">
2164 <enum>QSizePolicy::Fixed</enum>
2165 </property>
2166 <property name="sizeHint" stdset="0">
2167 <size>
2168 <width>10</width>
2169 <height>20</height>
2170 </size>
2171 </property>
2172 </spacer>
2173 </item>
2174 <item row="1" column="6">
2175 <spacer name="horizontalSpacer_26">
2176 <property name="orientation">
2177 <enum>Qt::Horizontal</enum>
2178 </property>
2179 <property name="sizeType">
2180 <enum>QSizePolicy::Fixed</enum>
2181 </property>
2182 <property name="sizeHint" stdset="0">
2183 <size>
2184 <width>10</width>
2185 <height>20</height>
2186 </size>
2187 </property>
2188 </spacer>
2189 </item>
2190 <item row="1" column="4">
2191 <widget class="QDoubleSpinBox" name="spinBoxNormalizationFilter">
2192 <property name="enabled">
2193 <bool>false</bool>
2194 </property>
2195 <property name="minimumSize">
2196 <size>
2197 <width>160</width>
2198 <height>0</height>
2199 </size>
2200 </property>
2201 <property name="minimum">
2202 <double>-32.000000000000000</double>
2203 </property>
2204 <property name="maximum">
2205 <double>-0.500000000000000</double>
2206 </property>
2207 <property name="singleStep">
2208 <double>0.500000000000000</double>
2209 </property>
2210 </widget>
2211 </item>
2212 <item row="1" column="3">
2213 <widget class="QLabel" name="label_6">
2214 <property name="text">
2215 <string>Peak Volume (dB):</string>
2216 </property>
2217 <property name="alignment">
2218 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2219 </property>
2220 </widget>
2221 </item>
2222 <item row="0" column="1" colspan="5">
2223 <spacer name="verticalSpacer_11">
2224 <property name="orientation">
2225 <enum>Qt::Vertical</enum>
2226 </property>
2227 <property name="sizeType">
2228 <enum>QSizePolicy::Fixed</enum>
2229 </property>
2230 <property name="sizeHint" stdset="0">
2231 <size>
2232 <width>20</width>
2233 <height>8</height>
2234 </size>
2235 </property>
2236 </spacer>
2237 </item>
2238 <item row="4" column="1" colspan="5">
2239 <spacer name="verticalSpacer_12">
2240 <property name="orientation">
2241 <enum>Qt::Vertical</enum>
2242 </property>
2243 <property name="sizeType">
2244 <enum>QSizePolicy::Fixed</enum>
2245 </property>
2246 <property name="sizeHint" stdset="0">
2247 <size>
2248 <width>20</width>
2249 <height>8</height>
2250 </size>
2251 </property>
2252 </spacer>
2253 </item>
2254 <item row="3" column="4">
2255 <widget class="QComboBox" name="comboBoxNormalizationMode">
2256 <property name="enabled">
2257 <bool>false</bool>
2258 </property>
2259 <property name="currentIndex">
2260 <number>0</number>
2261 </property>
2262 <item>
2263 <property name="text">
2264 <string>None</string>
2265 </property>
2266 </item>
2267 <item>
2268 <property name="text">
2269 <string>Peak Level</string>
2270 </property>
2271 </item>
2272 <item>
2273 <property name="text">
2274 <string>RMS Level</string>
2275 </property>
2276 </item>
2277 </widget>
2278 </item>
2279 <item row="1" column="5">
2280 <spacer name="horizontalSpacer_27">
2281 <property name="orientation">
2282 <enum>Qt::Horizontal</enum>
2283 </property>
2284 <property name="sizeHint" stdset="0">
2285 <size>
2286 <width>40</width>
2287 <height>20</height>
2288 </size>
2289 </property>
2290 </spacer>
2291 </item>
2292 <item row="3" column="3">
2293 <widget class="QLabel" name="label_19">
2294 <property name="text">
2295 <string>Equalization Mode:</string>
2296 </property>
2297 <property name="alignment">
2298 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2299 </property>
2300 </widget>
2301 </item>
2302 <item row="1" column="2">
2303 <spacer name="horizontalSpacer_28">
2304 <property name="orientation">
2305 <enum>Qt::Horizontal</enum>
2306 </property>
2307 <property name="sizeHint" stdset="0">
2308 <size>
2309 <width>40</width>
2310 <height>20</height>
2311 </size>
2312 </property>
2313 </spacer>
2314 </item>
2315 <item row="2" column="1" colspan="5">
2316 <spacer name="verticalSpacer_31">
2317 <property name="orientation">
2318 <enum>Qt::Vertical</enum>
2319 </property>
2320 <property name="sizeType">
2321 <enum>QSizePolicy::Fixed</enum>
2322 </property>
2323 <property name="sizeHint" stdset="0">
2324 <size>
2325 <width>20</width>
2326 <height>6</height>
2327 </size>
2328 </property>
2329 </spacer>
2330 </item>
2331 </layout>
2332 </item>
2333 </layout>
2334 </widget>
2335 </item>
2336 <item row="7" column="0">
2337 <widget class="QGroupBox" name="groupBox_10">
2338 <property name="font">
2339 <font>
2340 <weight>50</weight>
2341 <bold>false</bold>
2342 </font>
2343 </property>
2344 <property name="title">
2345 <string> Tone Adjustment </string>
2346 </property>
2347 <layout class="QGridLayout" name="gridLayout_28">
2348 <item row="0" column="0">
2349 <layout class="QGridLayout" name="gridLayout_23">
2350 <item row="1" column="2">
2351 <widget class="QDoubleSpinBox" name="spinBoxToneAdjustTreble">
2352 <property name="minimumSize">
2353 <size>
2354 <width>120</width>
2355 <height>0</height>
2356 </size>
2357 </property>
2358 <property name="minimum">
2359 <double>-20.000000000000000</double>
2360 </property>
2361 <property name="maximum">
2362 <double>20.000000000000000</double>
2363 </property>
2364 </widget>
2365 </item>
2366 <item row="1" column="0">
2367 <spacer name="horizontalSpacer_30">
2368 <property name="orientation">
2369 <enum>Qt::Horizontal</enum>
2370 </property>
2371 <property name="sizeType">
2372 <enum>QSizePolicy::Fixed</enum>
2373 </property>
2374 <property name="sizeHint" stdset="0">
2375 <size>
2376 <width>10</width>
2377 <height>20</height>
2378 </size>
2379 </property>
2380 </spacer>
2381 </item>
2382 <item row="1" column="8">
2383 <spacer name="horizontalSpacer_31">
2384 <property name="orientation">
2385 <enum>Qt::Horizontal</enum>
2386 </property>
2387 <property name="sizeType">
2388 <enum>QSizePolicy::Fixed</enum>
2389 </property>
2390 <property name="sizeHint" stdset="0">
2391 <size>
2392 <width>10</width>
2393 <height>20</height>
2394 </size>
2395 </property>
2396 </spacer>
2397 </item>
2398 <item row="1" column="6">
2399 <spacer name="horizontalSpacer_32">
2400 <property name="orientation">
2401 <enum>Qt::Horizontal</enum>
2402 </property>
2403 <property name="sizeHint" stdset="0">
2404 <size>
2405 <width>40</width>
2406 <height>20</height>
2407 </size>
2408 </property>
2409 </spacer>
2410 </item>
2411 <item row="1" column="5">
2412 <widget class="QDoubleSpinBox" name="spinBoxToneAdjustBass">
2413 <property name="minimumSize">
2414 <size>
2415 <width>120</width>
2416 <height>0</height>
2417 </size>
2418 </property>
2419 <property name="minimum">
2420 <double>-20.000000000000000</double>
2421 </property>
2422 <property name="maximum">
2423 <double>20.000000000000000</double>
2424 </property>
2425 </widget>
2426 </item>
2427 <item row="1" column="3">
2428 <spacer name="horizontalSpacer_29">
2429 <property name="orientation">
2430 <enum>Qt::Horizontal</enum>
2431 </property>
2432 <property name="sizeHint" stdset="0">
2433 <size>
2434 <width>40</width>
2435 <height>20</height>
2436 </size>
2437 </property>
2438 </spacer>
2439 </item>
2440 <item row="1" column="1">
2441 <widget class="QLabel" name="label_7">
2442 <property name="text">
2443 <string>Adjust Treble (dB):</string>
2444 </property>
2445 <property name="alignment">
2446 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2447 </property>
2448 </widget>
2449 </item>
2450 <item row="1" column="4">
2451 <widget class="QLabel" name="label_8">
2452 <property name="text">
2453 <string>Adjust Bass (dB):</string>
2454 </property>
2455 <property name="alignment">
2456 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2457 </property>
2458 </widget>
2459 </item>
2460 <item row="1" column="7">
2461 <widget class="QPushButton" name="buttonToneAdjustReset">
2462 <property name="text">
2463 <string/>
2464 </property>
2465 <property name="icon">
2466 <iconset resource="../res/Icons.qrc">
2467 <normaloff>:/icons/cross.png</normaloff>:/icons/cross.png</iconset>
2468 </property>
2469 <property name="iconSize">
2470 <size>
2471 <width>16</width>
2472 <height>16</height>
2473 </size>
2474 </property>
2475 </widget>
2476 </item>
2477 <item row="0" column="1" colspan="7">
2478 <spacer name="verticalSpacer_13">
2479 <property name="orientation">
2480 <enum>Qt::Vertical</enum>
2481 </property>
2482 <property name="sizeType">
2483 <enum>QSizePolicy::Fixed</enum>
2484 </property>
2485 <property name="sizeHint" stdset="0">
2486 <size>
2487 <width>20</width>
2488 <height>8</height>
2489 </size>
2490 </property>
2491 </spacer>
2492 </item>
2493 <item row="2" column="1" colspan="7">
2494 <spacer name="verticalSpacer_14">
2495 <property name="orientation">
2496 <enum>Qt::Vertical</enum>
2497 </property>
2498 <property name="sizeType">
2499 <enum>QSizePolicy::Fixed</enum>
2500 </property>
2501 <property name="sizeHint" stdset="0">
2502 <size>
2503 <width>20</width>
2504 <height>8</height>
2505 </size>
2506 </property>
2507 </spacer>
2508 </item>
2509 </layout>
2510 </item>
2511 </layout>
2512 </widget>
2513 </item>
2514 <item row="9" column="0">
2515 <widget class="QGroupBox" name="groupBox_11">
2516 <property name="font">
2517 <font>
2518 <weight>50</weight>
2519 <bold>false</bold>
2520 </font>
2521 </property>
2522 <property name="title">
2523 <string> Custom Encoder Parameters </string>
2524 </property>
2525 <layout class="QGridLayout" name="gridLayout_30">
2526 <item row="0" column="0">
2527 <layout class="QGridLayout" name="gridLayout_29">
2528 <item row="1" column="2">
2529 <widget class="QLineEdit" name="lineEditCustomParamLAME">
2530 <property name="font">
2531 <font>
2532 <family>Lucida Console</family>
2533 </font>
2534 </property>
2535 <property name="text">
2536 <string notr="true"/>
2537 </property>
2538 <property name="placeholderText">
2539 <string>You can enter custom parameters here!</string>
2540 </property>
2541 </widget>
2542 </item>
2543 <item row="2" column="2">
2544 <widget class="QLineEdit" name="lineEditCustomParamOggEnc">
2545 <property name="font">
2546 <font>
2547 <family>Lucida Console</family>
2548 </font>
2549 </property>
2550 <property name="text">
2551 <string notr="true"/>
2552 </property>
2553 <property name="placeholderText">
2554 <string>You can enter custom parameters here!</string>
2555 </property>
2556 </widget>
2557 </item>
2558 <item row="4" column="2">
2559 <widget class="QLineEdit" name="lineEditCustomParamFLAC">
2560 <property name="font">
2561 <font>
2562 <family>Lucida Console</family>
2563 </font>
2564 </property>
2565 <property name="text">
2566 <string notr="true"/>
2567 </property>
2568 <property name="placeholderText">
2569 <string>You can enter custom parameters here!</string>
2570 </property>
2571 </widget>
2572 </item>
2573 <item row="3" column="2">
2574 <widget class="QLineEdit" name="lineEditCustomParamNeroAAC">
2575 <property name="font">
2576 <font>
2577 <family>Lucida Console</family>
2578 </font>
2579 </property>
2580 <property name="text">
2581 <string notr="true"/>
2582 </property>
2583 <property name="placeholderText">
2584 <string>You can enter custom parameters here!</string>
2585 </property>
2586 </widget>
2587 </item>
2588 <item row="1" column="1">
2589 <widget class="QLabel" name="label_9">
2590 <property name="text">
2591 <string>Lame MP3:</string>
2592 </property>
2593 </widget>
2594 </item>
2595 <item row="2" column="1">
2596 <widget class="QLabel" name="label_10">
2597 <property name="text">
2598 <string>OggEnc2:</string>
2599 </property>
2600 </widget>
2601 </item>
2602 <item row="3" column="1">
2603 <widget class="QLabel" name="label_11">
2604 <property name="text">
2605 <string>MPEG-4 AAC:</string>
2606 </property>
2607 </widget>
2608 </item>
2609 <item row="4" column="1">
2610 <widget class="QLabel" name="label_12">
2611 <property name="text">
2612 <string>FLAC:</string>
2613 </property>
2614 </widget>
2615 </item>
2616 <item row="1" column="0" rowspan="8">
2617 <spacer name="horizontalSpacer_33">
2618 <property name="orientation">
2619 <enum>Qt::Horizontal</enum>
2620 </property>
2621 <property name="sizeType">
2622 <enum>QSizePolicy::Fixed</enum>
2623 </property>
2624 <property name="sizeHint" stdset="0">
2625 <size>
2626 <width>10</width>
2627 <height>20</height>
2628 </size>
2629 </property>
2630 </spacer>
2631 </item>
2632 <item row="1" column="4" rowspan="8">
2633 <spacer name="horizontalSpacer_34">
2634 <property name="orientation">
2635 <enum>Qt::Horizontal</enum>
2636 </property>
2637 <property name="sizeType">
2638 <enum>QSizePolicy::Fixed</enum>
2639 </property>
2640 <property name="sizeHint" stdset="0">
2641 <size>
2642 <width>10</width>
2643 <height>20</height>
2644 </size>
2645 </property>
2646 </spacer>
2647 </item>
2648 <item row="0" column="1" colspan="2">
2649 <spacer name="verticalSpacer_15">
2650 <property name="orientation">
2651 <enum>Qt::Vertical</enum>
2652 </property>
2653 <property name="sizeType">
2654 <enum>QSizePolicy::Fixed</enum>
2655 </property>
2656 <property name="sizeHint" stdset="0">
2657 <size>
2658 <width>20</width>
2659 <height>8</height>
2660 </size>
2661 </property>
2662 </spacer>
2663 </item>
2664 <item row="9" column="1" colspan="2">
2665 <spacer name="verticalSpacer_16">
2666 <property name="orientation">
2667 <enum>Qt::Vertical</enum>
2668 </property>
2669 <property name="sizeType">
2670 <enum>QSizePolicy::Fixed</enum>
2671 </property>
2672 <property name="sizeHint" stdset="0">
2673 <size>
2674 <width>20</width>
2675 <height>8</height>
2676 </size>
2677 </property>
2678 </spacer>
2679 </item>
2680 <item row="8" column="1" colspan="2">
2681 <layout class="QHBoxLayout" name="horizontalLayout_6">
2682 <item>
2683 <widget class="QLabel" name="labelCustomParamsIcon">
2684 <property name="maximumSize">
2685 <size>
2686 <width>18</width>
2687 <height>16777215</height>
2688 </size>
2689 </property>
2690 <property name="text">
2691 <string/>
2692 </property>
2693 <property name="pixmap">
2694 <pixmap resource="../res/Icons.qrc">:/icons/error.png</pixmap>
2695 </property>
2696 </widget>
2697 </item>
2698 <item>
2699 <widget class="QLabel" name="labelCustomParamsText">
2700 <property name="text">
2701 <string>Warning: Custom parameters won't be checked at all. Use them at your own risk !!!</string>
2702 </property>
2703 </widget>
2704 </item>
2705 </layout>
2706 </item>
2707 <item row="7" column="1" colspan="2">
2708 <widget class="QLabel" name="labelCustomParamsSpacer">
2709 <property name="minimumSize">
2710 <size>
2711 <width>0</width>
2712 <height>2</height>
2713 </size>
2714 </property>
2715 <property name="maximumSize">
2716 <size>
2717 <width>16777215</width>
2718 <height>2</height>
2719 </size>
2720 </property>
2721 <property name="text">
2722 <string/>
2723 </property>
2724 </widget>
2725 </item>
2726 <item row="5" column="2">
2727 <widget class="QLineEdit" name="lineEditCustomParamAften">
2728 <property name="font">
2729 <font>
2730 <family>Lucida Console</family>
2731 </font>
2732 </property>
2733 <property name="text">
2734 <string notr="true"/>
2735 </property>
2736 <property name="placeholderText">
2737 <string>You can enter custom parameters here!</string>
2738 </property>
2739 </widget>
2740 </item>
2741 <item row="5" column="1">
2742 <widget class="QLabel" name="label_13">
2743 <property name="text">
2744 <string>Aften A/52:</string>
2745 </property>
2746 </widget>
2747 </item>
2748 <item row="1" column="3">
2749 <widget class="QLabel" name="helpCustomParamLAME">
2750 <property name="cursor">
2751 <cursorShape>PointingHandCursor</cursorShape>
2752 </property>
2753 <property name="text">
2754 <string notr="true"/>
2755 </property>
2756 <property name="pixmap">
2757 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2758 </property>
2759 </widget>
2760 </item>
2761 <item row="2" column="3">
2762 <widget class="QLabel" name="helpCustomParamOggEnc">
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 <item row="3" column="3">
2775 <widget class="QLabel" name="helpCustomParamNeroAAC">
2776 <property name="cursor">
2777 <cursorShape>PointingHandCursor</cursorShape>
2778 </property>
2779 <property name="text">
2780 <string notr="true"/>
2781 </property>
2782 <property name="pixmap">
2783 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2784 </property>
2785 </widget>
2786 </item>
2787 <item row="4" column="3">
2788 <widget class="QLabel" name="helpCustomParamFLAC">
2789 <property name="cursor">
2790 <cursorShape>PointingHandCursor</cursorShape>
2791 </property>
2792 <property name="text">
2793 <string notr="true"/>
2794 </property>
2795 <property name="pixmap">
2796 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2797 </property>
2798 </widget>
2799 </item>
2800 <item row="5" column="3">
2801 <widget class="QLabel" name="helpCustomParamAften">
2802 <property name="cursor">
2803 <cursorShape>PointingHandCursor</cursorShape>
2804 </property>
2805 <property name="text">
2806 <string notr="true"/>
2807 </property>
2808 <property name="pixmap">
2809 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2810 </property>
2811 </widget>
2812 </item>
2813 <item row="6" column="1">
2814 <widget class="QLabel" name="label_23">
2815 <property name="text">
2816 <string>OpusEnc:</string>
2817 </property>
2818 </widget>
2819 </item>
2820 <item row="6" column="2">
2821 <widget class="QLineEdit" name="lineEditCustomParamOpus">
2822 <property name="font">
2823 <font>
2824 <family>Lucida Console</family>
2825 </font>
2826 </property>
2827 <property name="text">
2828 <string notr="true"/>
2829 </property>
2830 <property name="placeholderText">
2831 <string>You can enter custom parameters here!</string>
2832 </property>
2833 </widget>
2834 </item>
2835 <item row="6" column="3">
2836 <widget class="QLabel" name="helpCustomParamOpus">
2837 <property name="cursor">
2838 <cursorShape>PointingHandCursor</cursorShape>
2839 </property>
2840 <property name="text">
2841 <string notr="true"/>
2842 </property>
2843 <property name="pixmap">
2844 <pixmap resource="../res/Icons.qrc">:/icons/help.png</pixmap>
2845 </property>
2846 </widget>
2847 </item>
2848 </layout>
2849 </item>
2850 </layout>
2851 </widget>
2852 </item>
2853 <item row="10" column="0">
2854 <widget class="QGroupBox" name="groupBox_12">
2855 <property name="font">
2856 <font>
2857 <weight>50</weight>
2858 <bold>false</bold>
2859 </font>
2860 </property>
2861 <property name="title">
2862 <string> Multi-Threading </string>
2863 </property>
2864 <layout class="QGridLayout" name="gridLayout_32">
2865 <item row="0" column="0">
2866 <layout class="QGridLayout" name="gridLayout_31">
2867 <item row="1" column="1" colspan="3">
2868 <widget class="QSlider" name="sliderMaxInstances">
2869 <property name="minimum">
2870 <number>1</number>
2871 </property>
2872 <property name="maximum">
2873 <number>16</number>
2874 </property>
2875 <property name="pageStep">
2876 <number>1</number>
2877 </property>
2878 <property name="sliderPosition">
2879 <number>4</number>
2880 </property>
2881 <property name="orientation">
2882 <enum>Qt::Horizontal</enum>
2883 </property>
2884 <property name="tickPosition">
2885 <enum>QSlider::TicksBelow</enum>
2886 </property>
2887 <property name="tickInterval">
2888 <number>1</number>
2889 </property>
2890 </widget>
2891 </item>
2892 <item row="1" column="0">
2893 <spacer name="horizontalSpacer_35">
2894 <property name="orientation">
2895 <enum>Qt::Horizontal</enum>
2896 </property>
2897 <property name="sizeType">
2898 <enum>QSizePolicy::Fixed</enum>
2899 </property>
2900 <property name="sizeHint" stdset="0">
2901 <size>
2902 <width>10</width>
2903 <height>20</height>
2904 </size>
2905 </property>
2906 </spacer>
2907 </item>
2908 <item row="1" column="4">
2909 <spacer name="horizontalSpacer_36">
2910 <property name="orientation">
2911 <enum>Qt::Horizontal</enum>
2912 </property>
2913 <property name="sizeType">
2914 <enum>QSizePolicy::Fixed</enum>
2915 </property>
2916 <property name="sizeHint" stdset="0">
2917 <size>
2918 <width>10</width>
2919 <height>20</height>
2920 </size>
2921 </property>
2922 </spacer>
2923 </item>
2924 <item row="0" column="1" colspan="3">
2925 <spacer name="verticalSpacer_17">
2926 <property name="orientation">
2927 <enum>Qt::Vertical</enum>
2928 </property>
2929 <property name="sizeType">
2930 <enum>QSizePolicy::Fixed</enum>
2931 </property>
2932 <property name="sizeHint" stdset="0">
2933 <size>
2934 <width>8</width>
2935 <height>8</height>
2936 </size>
2937 </property>
2938 </spacer>
2939 </item>
2940 <item row="5" column="1" colspan="3">
2941 <spacer name="verticalSpacer_18">
2942 <property name="orientation">
2943 <enum>Qt::Vertical</enum>
2944 </property>
2945 <property name="sizeType">
2946 <enum>QSizePolicy::Fixed</enum>
2947 </property>
2948 <property name="sizeHint" stdset="0">
2949 <size>
2950 <width>20</width>
2951 <height>8</height>
2952 </size>
2953 </property>
2954 </spacer>
2955 </item>
2956 <item row="4" column="1" colspan="3">
2957 <widget class="QCheckBox" name="checkBoxAutoDetectInstances">
2958 <property name="text">
2959 <string>Choose the number of parallel instances based on the number of CPU cores (Recommended)</string>
2960 </property>
2961 </widget>
2962 </item>
2963 <item row="2" column="1">
2964 <widget class="QLabel" name="labelMaxInstancesFewer">
2965 <property name="text">
2966 <string>Fewer Instances</string>
2967 </property>
2968 </widget>
2969 </item>
2970 <item row="2" column="2">
2971 <widget class="QLabel" name="labelMaxInstances">
2972 <property name="font">
2973 <font>
2974 <weight>75</weight>
2975 <bold>true</bold>
2976 </font>
2977 </property>
2978 <property name="text">
2979 <string notr="true">(VALUE)</string>
2980 </property>
2981 <property name="alignment">
2982 <set>Qt::AlignCenter</set>
2983 </property>
2984 </widget>
2985 </item>
2986 <item row="2" column="3">
2987 <widget class="QLabel" name="labelMaxInstancesMore">
2988 <property name="text">
2989 <string>More Instances</string>
2990 </property>
2991 <property name="alignment">
2992 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2993 </property>
2994 </widget>
2995 </item>
2996 <item row="3" column="1" colspan="3">
2997 <spacer name="verticalSpacer_19">
2998 <property name="orientation">
2999 <enum>Qt::Vertical</enum>
3000 </property>
3001 <property name="sizeType">
3002 <enum>QSizePolicy::Fixed</enum>
3003 </property>
3004 <property name="sizeHint" stdset="0">
3005 <size>
3006 <width>20</width>
3007 <height>12</height>
3008 </size>
3009 </property>
3010 </spacer>
3011 </item>
3012 </layout>
3013 </item>
3014 </layout>
3015 </widget>
3016 </item>
3017 <item row="11" column="0">
3018 <widget class="QGroupBox" name="groupBox_13">
3019 <property name="font">
3020 <font>
3021 <weight>50</weight>
3022 <bold>false</bold>
3023 </font>
3024 </property>
3025 <property name="title">
3026 <string> Temp Directory </string>
3027 </property>
3028 <layout class="QGridLayout" name="gridLayout_34">
3029 <item row="0" column="1">
3030 <layout class="QGridLayout" name="gridLayout_33">
3031 <item row="1" column="1">
3032 <widget class="QLineEdit" name="lineEditCustomTempFolder">
3033 <property name="readOnly">
3034 <bool>true</bool>
3035 </property>
3036 </widget>
3037 </item>
3038 <item row="1" column="2">
3039 <widget class="QPushButton" name="buttonBrowseCustomTempFolder">
3040 <property name="text">
3041 <string>Browse...</string>
3042 </property>
3043 <property name="icon">
3044 <iconset resource="../res/Icons.qrc">
3045 <normaloff>:/icons/folder_explore.png</normaloff>:/icons/folder_explore.png</iconset>
3046 </property>
3047 <property name="iconSize">
3048 <size>
3049 <width>16</width>
3050 <height>16</height>
3051 </size>
3052 </property>
3053 </widget>
3054 </item>
3055 <item row="3" column="1" colspan="2">
3056 <widget class="QCheckBox" name="checkBoxUseSystemTempFolder">
3057 <property name="text">
3058 <string>Store temporary files in your system's default TEMP directory (Recommended)</string>
3059 </property>
3060 </widget>
3061 </item>
3062 <item row="0" column="1" colspan="2">
3063 <spacer name="verticalSpacer_20">
3064 <property name="orientation">
3065 <enum>Qt::Vertical</enum>
3066 </property>
3067 <property name="sizeType">
3068 <enum>QSizePolicy::Fixed</enum>
3069 </property>
3070 <property name="sizeHint" stdset="0">
3071 <size>
3072 <width>20</width>
3073 <height>8</height>
3074 </size>
3075 </property>
3076 </spacer>
3077 </item>
3078 <item row="4" column="1" colspan="2">
3079 <spacer name="verticalSpacer_21">
3080 <property name="orientation">
3081 <enum>Qt::Vertical</enum>
3082 </property>
3083 <property name="sizeType">
3084 <enum>QSizePolicy::Fixed</enum>
3085 </property>
3086 <property name="sizeHint" stdset="0">
3087 <size>
3088 <width>20</width>
3089 <height>8</height>
3090 </size>
3091 </property>
3092 </spacer>
3093 </item>
3094 <item row="1" column="0">
3095 <spacer name="horizontalSpacer_37">
3096 <property name="orientation">
3097 <enum>Qt::Horizontal</enum>
3098 </property>
3099 <property name="sizeType">
3100 <enum>QSizePolicy::Fixed</enum>
3101 </property>
3102 <property name="sizeHint" stdset="0">
3103 <size>
3104 <width>10</width>
3105 <height>20</height>
3106 </size>
3107 </property>
3108 </spacer>
3109 </item>
3110 <item row="1" column="3">
3111 <spacer name="horizontalSpacer_38">
3112 <property name="orientation">
3113 <enum>Qt::Horizontal</enum>
3114 </property>
3115 <property name="sizeType">
3116 <enum>QSizePolicy::Fixed</enum>
3117 </property>
3118 <property name="sizeHint" stdset="0">
3119 <size>
3120 <width>10</width>
3121 <height>20</height>
3122 </size>
3123 </property>
3124 </spacer>
3125 </item>
3126 <item row="2" column="1" colspan="2">
3127 <spacer name="verticalSpacer_22">
3128 <property name="orientation">
3129 <enum>Qt::Vertical</enum>
3130 </property>
3131 <property name="sizeType">
3132 <enum>QSizePolicy::Fixed</enum>
3133 </property>
3134 <property name="sizeHint" stdset="0">
3135 <size>
3136 <width>20</width>
3137 <height>4</height>
3138 </size>
3139 </property>
3140 </spacer>
3141 </item>
3142 </layout>
3143 </item>
3144 </layout>
3145 </widget>
3146 </item>
3147 <item row="4" column="0">
3148 <widget class="QGroupBox" name="groupBox_14">
3149 <property name="font">
3150 <font>
3151 <weight>50</weight>
3152 <bold>false</bold>
3153 </font>
3154 </property>
3155 <property name="title">
3156 <string> Aften A/52 Options </string>
3157 </property>
3158 <layout class="QGridLayout" name="gridLayout_36">
3159 <item row="0" column="0">
3160 <layout class="QGridLayout" name="gridLayout_35">
3161 <item row="1" column="5">
3162 <widget class="QComboBox" name="comboBoxAftenDRCMode">
3163 <property name="currentIndex">
3164 <number>5</number>
3165 </property>
3166 <item>
3167 <property name="text">
3168 <string>Film Light</string>
3169 </property>
3170 </item>
3171 <item>
3172 <property name="text">
3173 <string>Film Standard</string>
3174 </property>
3175 </item>
3176 <item>
3177 <property name="text">
3178 <string>Music Light</string>
3179 </property>
3180 </item>
3181 <item>
3182 <property name="text">
3183 <string>Music Standard</string>
3184 </property>
3185 </item>
3186 <item>
3187 <property name="text">
3188 <string>Speech</string>
3189 </property>
3190 </item>
3191 <item>
3192 <property name="text">
3193 <string>None (Default)</string>
3194 </property>
3195 </item>
3196 </widget>
3197 </item>
3198 <item row="1" column="2">
3199 <widget class="QComboBox" name="comboBoxAftenCodingMode">
3200 <property name="currentIndex">
3201 <number>0</number>
3202 </property>
3203 <item>
3204 <property name="text">
3205 <string>Auto Select</string>
3206 </property>
3207 </item>
3208 <item>
3209 <property name="text">
3210 <string>1+1 (Ch1,Ch2)</string>
3211 </property>
3212 </item>
3213 <item>
3214 <property name="text">
3215 <string>1/0 (C)</string>
3216 </property>
3217 </item>
3218 <item>
3219 <property name="text">
3220 <string>2/0 (L,R)</string>
3221 </property>
3222 </item>
3223 <item>
3224 <property name="text">
3225 <string>3/0 (L,R,C)</string>
3226 </property>
3227 </item>
3228 <item>
3229 <property name="text">
3230 <string>2/1 (L,R,S)</string>
3231 </property>
3232 </item>
3233 <item>
3234 <property name="text">
3235 <string>3/1 (L,R,C,S)</string>
3236 </property>
3237 </item>
3238 <item>
3239 <property name="text">
3240 <string>2/2 (L,R,SL,SR)</string>
3241 </property>
3242 </item>
3243 <item>
3244 <property name="text">
3245 <string>3/2 (L,R,C,SL,SR)</string>
3246 </property>
3247 </item>
3248 </widget>
3249 </item>
3250 <item row="1" column="1">
3251 <widget class="QLabel" name="label_14">
3252 <property name="text">
3253 <string>Audio Coding Mode:</string>
3254 </property>
3255 </widget>
3256 </item>
3257 <item row="1" column="4">
3258 <widget class="QLabel" name="label_15">
3259 <property name="text">
3260 <string>Dynamic Range Compression:</string>
3261 </property>
3262 <property name="alignment">
3263 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3264 </property>
3265 </widget>
3266 </item>
3267 <item row="1" column="3">
3268 <spacer name="horizontalSpacer_39">
3269 <property name="orientation">
3270 <enum>Qt::Horizontal</enum>
3271 </property>
3272 <property name="sizeHint" stdset="0">
3273 <size>
3274 <width>40</width>
3275 <height>20</height>
3276 </size>
3277 </property>
3278 </spacer>
3279 </item>
3280 <item row="1" column="0" rowspan="3">
3281 <spacer name="horizontalSpacer_40">
3282 <property name="orientation">
3283 <enum>Qt::Horizontal</enum>
3284 </property>
3285 <property name="sizeType">
3286 <enum>QSizePolicy::Fixed</enum>
3287 </property>
3288 <property name="sizeHint" stdset="0">
3289 <size>
3290 <width>10</width>
3291 <height>20</height>
3292 </size>
3293 </property>
3294 </spacer>
3295 </item>
3296 <item row="1" column="7" rowspan="3">
3297 <spacer name="horizontalSpacer_41">
3298 <property name="orientation">
3299 <enum>Qt::Horizontal</enum>
3300 </property>
3301 <property name="sizeType">
3302 <enum>QSizePolicy::Fixed</enum>
3303 </property>
3304 <property name="sizeHint" stdset="0">
3305 <size>
3306 <width>10</width>
3307 <height>20</height>
3308 </size>
3309 </property>
3310 </spacer>
3311 </item>
3312 <item row="0" column="1" colspan="6">
3313 <spacer name="verticalSpacer_23">
3314 <property name="orientation">
3315 <enum>Qt::Vertical</enum>
3316 </property>
3317 <property name="sizeType">
3318 <enum>QSizePolicy::Fixed</enum>
3319 </property>
3320 <property name="sizeHint" stdset="0">
3321 <size>
3322 <width>20</width>
3323 <height>8</height>
3324 </size>
3325 </property>
3326 </spacer>
3327 </item>
3328 <item row="4" column="1" colspan="6">
3329 <spacer name="verticalSpacer_24">
3330 <property name="orientation">
3331 <enum>Qt::Vertical</enum>
3332 </property>
3333 <property name="sizeType">
3334 <enum>QSizePolicy::Fixed</enum>
3335 </property>
3336 <property name="sizeHint" stdset="0">
3337 <size>
3338 <width>20</width>
3339 <height>8</height>
3340 </size>
3341 </property>
3342 </spacer>
3343 </item>
3344 <item row="1" column="6">
3345 <spacer name="horizontalSpacer_42">
3346 <property name="orientation">
3347 <enum>Qt::Horizontal</enum>
3348 </property>
3349 <property name="sizeHint" stdset="0">
3350 <size>
3351 <width>40</width>
3352 <height>20</height>
3353 </size>
3354 </property>
3355 </spacer>
3356 </item>
3357 <item row="2" column="1" colspan="6">
3358 <spacer name="verticalSpacer_25">
3359 <property name="orientation">
3360 <enum>Qt::Vertical</enum>
3361 </property>
3362 <property name="sizeType">
3363 <enum>QSizePolicy::Fixed</enum>
3364 </property>
3365 <property name="sizeHint" stdset="0">
3366 <size>
3367 <width>20</width>
3368 <height>6</height>
3369 </size>
3370 </property>
3371 </spacer>
3372 </item>
3373 <item row="3" column="1" colspan="2">
3374 <widget class="QCheckBox" name="checkBoxAftenFastAllocation">
3375 <property name="text">
3376 <string>Fast Bit Allocation (Less Accurate)</string>
3377 </property>
3378 </widget>
3379 </item>
3380 <item row="3" column="4">
3381 <widget class="QLabel" name="label_16">
3382 <property name="text">
3383 <string>Exponent Search Size:</string>
3384 </property>
3385 <property name="alignment">
3386 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3387 </property>
3388 </widget>
3389 </item>
3390 <item row="3" column="5">
3391 <widget class="QSpinBox" name="spinBoxAftenSearchSize">
3392 <property name="minimum">
3393 <number>1</number>
3394 </property>
3395 <property name="maximum">
3396 <number>32</number>
3397 </property>
3398 <property name="value">
3399 <number>8</number>
3400 </property>
3401 </widget>
3402 </item>
3403 </layout>
3404 </item>
3405 </layout>
3406 </widget>
3407 </item>
3408 <item row="8" column="0">
3409 <widget class="QGroupBox" name="groupBox_15">
3410 <property name="font">
3411 <font>
3412 <weight>50</weight>
3413 <bold>false</bold>
3414 </font>
3415 </property>
3416 <property name="title">
3417 <string> Rename Output Files </string>
3418 </property>
3419 <layout class="QGridLayout" name="gridLayout_38">
3420 <item row="0" column="0">
3421 <layout class="QGridLayout" name="gridLayout_37">
3422 <item row="1" column="0" rowspan="5">
3423 <spacer name="horizontalSpacer_43">
3424 <property name="orientation">
3425 <enum>Qt::Horizontal</enum>
3426 </property>
3427 <property name="sizeType">
3428 <enum>QSizePolicy::Fixed</enum>
3429 </property>
3430 <property name="sizeHint" stdset="0">
3431 <size>
3432 <width>10</width>
3433 <height>20</height>
3434 </size>
3435 </property>
3436 </spacer>
3437 </item>
3438 <item row="1" column="4" rowspan="5">
3439 <spacer name="horizontalSpacer_44">
3440 <property name="orientation">
3441 <enum>Qt::Horizontal</enum>
3442 </property>
3443 <property name="sizeType">
3444 <enum>QSizePolicy::Fixed</enum>
3445 </property>
3446 <property name="sizeHint" stdset="0">
3447 <size>
3448 <width>10</width>
3449 <height>20</height>
3450 </size>
3451 </property>
3452 </spacer>
3453 </item>
3454 <item row="1" column="2" colspan="2">
3455 <widget class="QLineEdit" name="lineEditRenamePattern">
3456 <property name="enabled">
3457 <bool>false</bool>
3458 </property>
3459 <property name="font">
3460 <font>
3461 <family>Lucida Console</family>
3462 </font>
3463 </property>
3464 <property name="text">
3465 <string notr="true">[&lt;TrackNo&gt;] &lt;Artist&gt; - &lt;Title&gt;</string>
3466 </property>
3467 <property name="placeholderText">
3468 <string>Enter the pattern to rename the output files here!</string>
3469 </property>
3470 </widget>
3471 </item>
3472 <item row="0" column="1" colspan="3">
3473 <spacer name="verticalSpacer_26">
3474 <property name="orientation">
3475 <enum>Qt::Vertical</enum>
3476 </property>
3477 <property name="sizeType">
3478 <enum>QSizePolicy::Fixed</enum>
3479 </property>
3480 <property name="sizeHint" stdset="0">
3481 <size>
3482 <width>20</width>
3483 <height>8</height>
3484 </size>
3485 </property>
3486 </spacer>
3487 </item>
3488 <item row="6" column="1" colspan="3">
3489 <spacer name="verticalSpacer_27">
3490 <property name="orientation">
3491 <enum>Qt::Vertical</enum>
3492 </property>
3493 <property name="sizeType">
3494 <enum>QSizePolicy::Fixed</enum>
3495 </property>
3496 <property name="sizeHint" stdset="0">
3497 <size>
3498 <width>20</width>
3499 <height>8</height>
3500 </size>
3501 </property>
3502 </spacer>
3503 </item>
3504 <item row="5" column="1" colspan="2">
3505 <widget class="QCheckBox" name="checkBoxRenameOutput">
3506 <property name="text">
3507 <string>Rename Output Files</string>
3508 </property>
3509 </widget>
3510 </item>
3511 <item row="4" column="1" colspan="3">
3512 <spacer name="verticalSpacer_28">
3513 <property name="orientation">
3514 <enum>Qt::Vertical</enum>
3515 </property>
3516 <property name="sizeType">
3517 <enum>QSizePolicy::Fixed</enum>
3518 </property>
3519 <property name="sizeHint" stdset="0">
3520 <size>
3521 <width>20</width>
3522 <height>3</height>
3523 </size>
3524 </property>
3525 </spacer>
3526 </item>
3527 <item row="5" column="3">
3528 <widget class="QLabel" name="labelShowRenameMacros">
3529 <property name="sizePolicy">
3530 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3531 <horstretch>0</horstretch>
3532 <verstretch>0</verstretch>
3533 </sizepolicy>
3534 </property>
3535 <property name="text">
3536 <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>
3537 </property>
3538 <property name="alignment">
3539 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3540 </property>
3541 </widget>
3542 </item>
3543 <item row="2" column="1" colspan="3">
3544 <spacer name="verticalSpacer_29">
3545 <property name="orientation">
3546 <enum>Qt::Vertical</enum>
3547 </property>
3548 <property name="sizeType">
3549 <enum>QSizePolicy::Fixed</enum>
3550 </property>
3551 <property name="sizeHint" stdset="0">
3552 <size>
3553 <width>20</width>
3554 <height>1</height>
3555 </size>
3556 </property>
3557 </spacer>
3558 </item>
3559 <item row="1" column="1">
3560 <widget class="QLabel" name="label_17">
3561 <property name="sizePolicy">
3562 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3563 <horstretch>0</horstretch>
3564 <verstretch>0</verstretch>
3565 </sizepolicy>
3566 </property>
3567 <property name="text">
3568 <string>Rename Pattern:</string>
3569 </property>
3570 </widget>
3571 </item>
3572 <item row="3" column="1">
3573 <widget class="QLabel" name="label_18">
3574 <property name="sizePolicy">
3575 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3576 <horstretch>0</horstretch>
3577 <verstretch>0</verstretch>
3578 </sizepolicy>
3579 </property>
3580 <property name="text">
3581 <string>Example File Name:</string>
3582 </property>
3583 </widget>
3584 </item>
3585 <item row="3" column="2" colspan="2">
3586 <widget class="QLabel" name="labelRanameExample">
3587 <property name="sizePolicy">
3588 <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
3589 <horstretch>0</horstretch>
3590 <verstretch>0</verstretch>
3591 </sizepolicy>
3592 </property>
3593 <property name="frameShape">
3594 <enum>QFrame::StyledPanel</enum>
3595 </property>
3596 <property name="text">
3597 <string notr="true"/>
3598 </property>
3599 </widget>
3600 </item>
3601 </layout>
3602 </item>
3603 </layout>
3604 </widget>
3605 </item>
3606 <item row="5" column="0">
3607 <widget class="QGroupBox" name="groupBox_16">
3608 <property name="font">
3609 <font>
3610 <weight>50</weight>
3611 <bold>false</bold>
3612 </font>
3613 </property>
3614 <property name="title">
3615 <string> Opus Encoder Options </string>
3616 </property>
3617 <layout class="QGridLayout" name="gridLayout_40">
3618 <item row="2" column="0">
3619 <layout class="QGridLayout" name="gridLayout_39">
3620 <item row="1" column="0" rowspan="3">
3621 <spacer name="horizontalSpacer_56">
3622 <property name="orientation">
3623 <enum>Qt::Horizontal</enum>
3624 </property>
3625 <property name="sizeType">
3626 <enum>QSizePolicy::Fixed</enum>
3627 </property>
3628 <property name="sizeHint" stdset="0">
3629 <size>
3630 <width>10</width>
3631 <height>20</height>
3632 </size>
3633 </property>
3634 </spacer>
3635 </item>
3636 <item row="1" column="8" rowspan="3">
3637 <spacer name="horizontalSpacer_57">
3638 <property name="orientation">
3639 <enum>Qt::Horizontal</enum>
3640 </property>
3641 <property name="sizeType">
3642 <enum>QSizePolicy::Fixed</enum>
3643 </property>
3644 <property name="sizeHint" stdset="0">
3645 <size>
3646 <width>10</width>
3647 <height>20</height>
3648 </size>
3649 </property>
3650 </spacer>
3651 </item>
3652 <item row="1" column="1">
3653 <widget class="QLabel" name="label_20">
3654 <property name="text">
3655 <string>Optimize for Signal Type:</string>
3656 </property>
3657 <property name="alignment">
3658 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3659 </property>
3660 </widget>
3661 </item>
3662 <item row="0" column="1" colspan="6">
3663 <spacer name="verticalSpacer_33">
3664 <property name="orientation">
3665 <enum>Qt::Vertical</enum>
3666 </property>
3667 <property name="sizeType">
3668 <enum>QSizePolicy::Fixed</enum>
3669 </property>
3670 <property name="sizeHint" stdset="0">
3671 <size>
3672 <width>20</width>
3673 <height>8</height>
3674 </size>
3675 </property>
3676 </spacer>
3677 </item>
3678 <item row="4" column="1" colspan="7">
3679 <spacer name="verticalSpacer_34">
3680 <property name="orientation">
3681 <enum>Qt::Vertical</enum>
3682 </property>
3683 <property name="sizeType">
3684 <enum>QSizePolicy::Fixed</enum>
3685 </property>
3686 <property name="sizeHint" stdset="0">
3687 <size>
3688 <width>20</width>
3689 <height>8</height>
3690 </size>
3691 </property>
3692 </spacer>
3693 </item>
3694 <item row="1" column="4">
3695 <widget class="QLabel" name="label_21">
3696 <property name="text">
3697 <string>Encoding Complexity:</string>
3698 </property>
3699 </widget>
3700 </item>
3701 <item row="1" column="2">
3702 <widget class="QComboBox" name="comboBoxOpusOptimize">
3703 <property name="sizePolicy">
3704 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
3705 <horstretch>0</horstretch>
3706 <verstretch>0</verstretch>
3707 </sizepolicy>
3708 </property>
3709 <property name="minimumSize">
3710 <size>
3711 <width>128</width>
3712 <height>0</height>
3713 </size>
3714 </property>
3715 <property name="currentIndex">
3716 <number>0</number>
3717 </property>
3718 <item>
3719 <property name="text">
3720 <string>Music</string>
3721 </property>
3722 </item>
3723 <item>
3724 <property name="text">
3725 <string>Speech</string>
3726 </property>
3727 </item>
3728 <item>
3729 <property name="text">
3730 <string>(Undefined)</string>
3731 </property>
3732 </item>
3733 </widget>
3734 </item>
3735 <item row="3" column="1">
3736 <widget class="QLabel" name="label_22">
3737 <property name="text">
3738 <string>Frame Size:</string>
3739 </property>
3740 <property name="alignment">
3741 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3742 </property>
3743 </widget>
3744 </item>
3745 <item row="3" column="2">
3746 <widget class="QComboBox" name="comboBoxOpusFramesize">
3747 <property name="sizePolicy">
3748 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
3749 <horstretch>0</horstretch>
3750 <verstretch>0</verstretch>
3751 </sizepolicy>
3752 </property>
3753 <property name="minimumSize">
3754 <size>
3755 <width>128</width>
3756 <height>0</height>
3757 </size>
3758 </property>
3759 <property name="currentIndex">
3760 <number>3</number>
3761 </property>
3762 <item>
3763 <property name="text">
3764 <string notr="true">2.5</string>
3765 </property>
3766 </item>
3767 <item>
3768 <property name="text">
3769 <string notr="true">5</string>
3770 </property>
3771 </item>
3772 <item>
3773 <property name="text">
3774 <string notr="true">10</string>
3775 </property>
3776 </item>
3777 <item>
3778 <property name="text">
3779 <string notr="true">20</string>
3780 </property>
3781 </item>
3782 <item>
3783 <property name="text">
3784 <string notr="true">40</string>
3785 </property>
3786 </item>
3787 <item>
3788 <property name="text">
3789 <string notr="true">60</string>
3790 </property>
3791 </item>
3792 </widget>
3793 </item>
3794 <item row="1" column="5" colspan="2">
3795 <widget class="QSpinBox" name="spinBoxOpusComplexity">
3796 <property name="sizePolicy">
3797 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
3798 <horstretch>0</horstretch>
3799 <verstretch>0</verstretch>
3800 </sizepolicy>
3801 </property>
3802 <property name="minimumSize">
3803 <size>
3804 <width>128</width>
3805 <height>0</height>
3806 </size>
3807 </property>
3808 <property name="maximum">
3809 <number>10</number>
3810 </property>
3811 <property name="value">
3812 <number>10</number>
3813 </property>
3814 </widget>
3815 </item>
3816 <item row="3" column="4" colspan="3">
3817 <widget class="QCheckBox" name="checkBoxOpusExpAnalysis">
3818 <property name="text">
3819 <string>Use Experimental Encoder Perceptual Tuning</string>
3820 </property>
3821 <property name="checked">
3822 <bool>true</bool>
3823 </property>
3824 </widget>
3825 </item>
3826 <item row="2" column="1" colspan="7">
3827 <spacer name="verticalSpacer_35">
3828 <property name="orientation">
3829 <enum>Qt::Vertical</enum>
3830 </property>
3831 <property name="sizeType">
3832 <enum>QSizePolicy::Fixed</enum>
3833 </property>
3834 <property name="sizeHint" stdset="0">
3835 <size>
3836 <width>20</width>
3837 <height>6</height>
3838 </size>
3839 </property>
3840 </spacer>
3841 </item>
3842 <item row="1" column="3">
3843 <spacer name="horizontalSpacer_58">
3844 <property name="orientation">
3845 <enum>Qt::Horizontal</enum>
3846 </property>
3847 <property name="sizeHint" stdset="0">
3848 <size>
3849 <width>1</width>
3850 <height>20</height>
3851 </size>
3852 </property>
3853 </spacer>
3854 </item>
3855 <item row="1" column="7">
3856 <spacer name="horizontalSpacer_59">
3857 <property name="orientation">
3858 <enum>Qt::Horizontal</enum>
3859 </property>
3860 <property name="sizeHint" stdset="0">
3861 <size>
3862 <width>1</width>
3863 <height>20</height>
3864 </size>
3865 </property>
3866 </spacer>
3867 </item>
3868 </layout>
3869 </item>
3870 </layout>
3871 </widget>
3872 </item>
3873 </layout>
3874 </item>
3875 <item row="6" column="0">
3876 <spacer name="verticalSpacer">
3877 <property name="orientation">
3878 <enum>Qt::Vertical</enum>
3879 </property>
3880 <property name="sizeType">
3881 <enum>QSizePolicy::Expanding</enum>
3882 </property>
3883 <property name="sizeHint" stdset="0">
3884 <size>
3885 <width>20</width>
3886 <height>40</height>
3887 </size>
3888 </property>
3889 </spacer>
3890 </item>
3891 <item row="3" column="0">
3892 <layout class="QHBoxLayout" name="horizontalLayout_5">
3893 <item>
3894 <widget class="QPushButton" name="buttonResetAdvancedOptions">
3895 <property name="minimumSize">
3896 <size>
3897 <width>175</width>
3898 <height>0</height>
3899 </size>
3900 </property>
3901 <property name="font">
3902 <font>
3903 <weight>50</weight>
3904 <bold>false</bold>
3905 </font>
3906 </property>
3907 <property name="text">
3908 <string>Reset Advanced Options </string>
3909 </property>
3910 <property name="icon">
3911 <iconset resource="../res/Icons.qrc">
3912 <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
3913 </property>
3914 <property name="iconSize">
3915 <size>
3916 <width>16</width>
3917 <height>16</height>
3918 </size>
3919 </property>
3920 </widget>
3921 </item>
3922 <item>
3923 <spacer name="horizontalSpacer_24">
3924 <property name="orientation">
3925 <enum>Qt::Horizontal</enum>
3926 </property>
3927 <property name="sizeHint" stdset="0">
3928 <size>
3929 <width>40</width>
3930 <height>20</height>
3931 </size>
3932 </property>
3933 </spacer>
3934 </item>
3935 </layout>
3936 </item>
3937 </layout>
3938 </widget>
3939 </widget>
3940 </item>
3941 </layout>
3942 </widget>
3943 </widget>
3944 </item>
3945 </layout>
3946 </item>
3947 <item>
3948 <widget class="QFrame" name="frame">
3949 <property name="maximumSize">
3950 <size>
3951 <width>16777215</width>
3952 <height>12</height>
3953 </size>
3954 </property>
3955 <property name="frameShape">
3956 <enum>QFrame::HLine</enum>
3957 </property>
3958 <property name="frameShadow">
3959 <enum>QFrame::Sunken</enum>
3960 </property>
3961 </widget>
3962 </item>
3963 <item>
3964 <layout class="QHBoxLayout" name="horizontalLayout">
3965 <item>
3966 <widget class="QPushButton" name="buttonStart">
3967 <property name="minimumSize">
3968 <size>
3969 <width>120</width>
3970 <height>0</height>
3971 </size>
3972 </property>
3973 <property name="text">
3974 <string> Encode Now!</string>
3975 </property>
3976 <property name="icon">
3977 <iconset resource="../res/Icons.qrc">
3978 <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
3979 </property>
3980 <property name="iconSize">
3981 <size>
3982 <width>16</width>
3983 <height>16</height>
3984 </size>
3985 </property>
3986 <property name="autoDefault">
3987 <bool>true</bool>
3988 </property>
3989 <property name="default">
3990 <bool>true</bool>
3991 </property>
3992 </widget>
3993 </item>
3994 <item>
3995 <spacer name="horizontalSpacer">
3996 <property name="orientation">
3997 <enum>Qt::Horizontal</enum>
3998 </property>
3999 <property name="sizeHint" stdset="0">
4000 <size>
4001 <width>40</width>
4002 <height>20</height>
4003 </size>
4004 </property>
4005 </spacer>
4006 </item>
4007 <item>
4008 <widget class="QPushButton" name="buttonAbout">
4009 <property name="minimumSize">
4010 <size>
4011 <width>120</width>
4012 <height>0</height>
4013 </size>
4014 </property>
4015 <property name="text">
4016 <string>About...</string>
4017 </property>
4018 <property name="icon">
4019 <iconset resource="../res/Icons.qrc">
4020 <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
4021 </property>
4022 <property name="iconSize">
4023 <size>
4024 <width>16</width>
4025 <height>16</height>
4026 </size>
4027 </property>
4028 </widget>
4029 </item>
4030 <item>
4031 <spacer name="horizontalSpacer_2">
4032 <property name="orientation">
4033 <enum>Qt::Horizontal</enum>
4034 </property>
4035 <property name="sizeHint" stdset="0">
4036 <size>
4037 <width>40</width>
4038 <height>20</height>
4039 </size>
4040 </property>
4041 </spacer>
4042 </item>
4043 <item>
4044 <widget class="QPushButton" name="buttonQuit">
4045 <property name="minimumSize">
4046 <size>
4047 <width>120</width>
4048 <height>0</height>
4049 </size>
4050 </property>
4051 <property name="text">
4052 <string> Exit Program</string>
4053 </property>
4054 <property name="icon">
4055 <iconset resource="../res/Icons.qrc">
4056 <normaloff>:/icons/door_in.png</normaloff>:/icons/door_in.png</iconset>
4057 </property>
4058 <property name="iconSize">
4059 <size>
4060 <width>16</width>
4061 <height>16</height>
4062 </size>
4063 </property>
4064 </widget>
4065 </item>
4066 </layout>
4067 </item>
4068 </layout>
4069 </widget>
4070 <widget class="QMenuBar" name="menubar">
4071 <property name="geometry">
4072 <rect>
4073 <x>0</x>
4074 <y>0</y>
4075 <width>667</width>
4076 <height>21</height>
4077 </rect>
4078 </property>
4079 <property name="nativeMenuBar">
4080 <bool>false</bool>
4081 </property>
4082 <widget class="QMenu" name="menuFile">
4083 <property name="title">
4084 <string>File</string>
4085 </property>
4086 <addaction name="actionEncodeNow"/>
4087 <addaction name="separator"/>
4088 <addaction name="actionOpen"/>
4089 <addaction name="actionOpenFolder"/>
4090 <addaction name="actionOpenFolderRecursively"/>
4091 <addaction name="actionClearAll"/>
4092 <addaction name="separator"/>
4093 <addaction name="actionQuit"/>
4094 <addaction name="separator"/>
4095 </widget>
4096 <widget class="QMenu" name="menuHelp">
4097 <property name="title">
4098 <string>?</string>
4099 </property>
4100 <addaction name="actionCheckUpdates"/>
4101 <addaction name="actionVisitSupport"/>
4102 <addaction name="actionVisitHomepage"/>
4103 <addaction name="separator"/>
4104 <addaction name="actionDocumentFAQ"/>
4105 <addaction name="actionDocumentChangelog"/>
4106 <addaction name="actionDocumentTranslate"/>
4107 <addaction name="separator"/>
4108 <addaction name="actionAbout"/>
4109 </widget>
4110 <widget class="QMenu" name="menuView">
4111 <property name="title">
4112 <string>View</string>
4113 </property>
4114 <widget class="QMenu" name="menuStyle">
4115 <property name="title">
4116 <string>Style</string>
4117 </property>
4118 <property name="icon">
4119 <iconset resource="../res/Icons.qrc">
4120 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset>
4121 </property>
4122 <addaction name="actionStylePlastique"/>
4123 <addaction name="actionStyleCleanlooks"/>
4124 <addaction name="actionStyleWindowsVista"/>
4125 <addaction name="actionStyleWindowsXP"/>
4126 <addaction name="actionStyleWindowsClassic"/>
4127 </widget>
4128 <widget class="QMenu" name="menuLanguage">
4129 <property name="title">
4130 <string>Language</string>
4131 </property>
4132 <property name="icon">
4133 <iconset resource="../res/Icons.qrc">
4134 <normaloff>:/icons/user_comment.png</normaloff>:/icons/user_comment.png</iconset>
4135 </property>
4136 <addaction name="actionLoadTranslationFromFile"/>
4137 </widget>
4138 <addaction name="actionSourceFiles"/>
4139 <addaction name="actionOutputDirectory"/>
4140 <addaction name="actionMetaData"/>
4141 <addaction name="actionCompression"/>
4142 <addaction name="actionAdvancedOptions"/>
4143 <addaction name="separator"/>
4144 <addaction name="menuLanguage"/>
4145 <addaction name="menuStyle"/>
4146 </widget>
4147 <widget class="QMenu" name="menuTools">
4148 <property name="title">
4149 <string>Tools</string>
4150 </property>
4151 <widget class="QMenu" name="menuConfiguration">
4152 <property name="title">
4153 <string>Configuration</string>
4154 </property>
4155 <property name="icon">
4156 <iconset resource="../res/Icons.qrc">
4157 <normaloff>:/icons/wrench.png</normaloff>:/icons/wrench.png</iconset>
4158 </property>
4159 <addaction name="actionDisableSounds"/>
4160 <addaction name="actionDisableUpdateReminder"/>
4161 <addaction name="actionDisableNeroAacNotifications"/>
4162 <addaction name="actionDisableSlowStartupNotifications"/>
4163 <addaction name="actionDisableShellIntegration"/>
4164 <addaction name="separator"/>
4165 <addaction name="actionHibernateComputer"/>
4166 <addaction name="actionCheckForBetaUpdates"/>
4167 </widget>
4168 <addaction name="actionImportCueSheet"/>
4169 <addaction name="actionShowDropBoxWidget"/>
4170 <addaction name="separator"/>
4171 <addaction name="menuConfiguration"/>
4172 </widget>
4173 <addaction name="menuFile"/>
4174 <addaction name="menuView"/>
4175 <addaction name="menuTools"/>
4176 <addaction name="menuHelp"/>
4177 </widget>
4178 <action name="actionAbout">
4179 <property name="icon">
4180 <iconset resource="../res/Icons.qrc">
4181 <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
4182 </property>
4183 <property name="text">
4184 <string>About...</string>
4185 </property>
4186 </action>
4187 <action name="actionQuit">
4188 <property name="icon">
4189 <iconset resource="../res/Icons.qrc">
4190 <normaloff>:/icons/door_out.png</normaloff>:/icons/door_out.png</iconset>
4191 </property>
4192 <property name="text">
4193 <string>Quit</string>
4194 </property>
4195 </action>
4196 <action name="actionSourceFiles">
4197 <property name="checkable">
4198 <bool>true</bool>
4199 </property>
4200 <property name="text">
4201 <string>Source Files</string>
4202 </property>
4203 </action>
4204 <action name="actionOutputDirectory">
4205 <property name="checkable">
4206 <bool>true</bool>
4207 </property>
4208 <property name="text">
4209 <string>Output Directory</string>
4210 </property>
4211 </action>
4212 <action name="actionCompression">
4213 <property name="checkable">
4214 <bool>true</bool>
4215 </property>
4216 <property name="text">
4217 <string>Compression</string>
4218 </property>
4219 </action>
4220 <action name="actionMetaData">
4221 <property name="checkable">
4222 <bool>true</bool>
4223 </property>
4224 <property name="text">
4225 <string>Meta Data</string>
4226 </property>
4227 </action>
4228 <action name="actionAdvancedOptions">
4229 <property name="checkable">
4230 <bool>true</bool>
4231 </property>
4232 <property name="text">
4233 <string>Advanced Options</string>
4234 </property>
4235 </action>
4236 <action name="actionOpen">
4237 <property name="icon">
4238 <iconset resource="../res/Icons.qrc">
4239 <normaloff>:/icons/page_white_add.png</normaloff>:/icons/page_white_add.png</iconset>
4240 </property>
4241 <property name="text">
4242 <string>Open File(s)...</string>
4243 </property>
4244 </action>
4245 <action name="actionVisitHomepage">
4246 <property name="icon">
4247 <iconset resource="../res/Icons.qrc">
4248 <normaloff>:/icons/world.png</normaloff>:/icons/world.png</iconset>
4249 </property>
4250 <property name="text">
4251 <string>Visit Official Web-Site</string>
4252 </property>
4253 <property name="toolTip">
4254 <string>Visit Official Web-Site</string>
4255 </property>
4256 </action>
4257 <action name="actionCheckUpdates">
4258 <property name="icon">
4259 <iconset resource="../res/Icons.qrc">
4260 <normaloff>:/icons/transmit_blue.png</normaloff>:/icons/transmit_blue.png</iconset>
4261 </property>
4262 <property name="text">
4263 <string>Check for Updates</string>
4264 </property>
4265 </action>
4266 <action name="actionOpenFolder">
4267 <property name="icon">
4268 <iconset resource="../res/Icons.qrc">
4269 <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
4270 </property>
4271 <property name="text">
4272 <string>Open Folder...</string>
4273 </property>
4274 </action>
4275 <action name="actionClearAll">
4276 <property name="icon">
4277 <iconset resource="../res/Icons.qrc">
4278 <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
4279 </property>
4280 <property name="text">
4281 <string>Clear All</string>
4282 </property>
4283 </action>
4284 <action name="actionStylePlastique">
4285 <property name="checkable">
4286 <bool>true</bool>
4287 </property>
4288 <property name="checked">
4289 <bool>true</bool>
4290 </property>
4291 <property name="text">
4292 <string>Plastique</string>
4293 </property>
4294 </action>
4295 <action name="actionStyleCleanlooks">
4296 <property name="checkable">
4297 <bool>true</bool>
4298 </property>
4299 <property name="text">
4300 <string>Cleanlooks</string>
4301 </property>
4302 </action>
4303 <action name="actionStyleWindowsVista">
4304 <property name="checkable">
4305 <bool>true</bool>
4306 </property>
4307 <property name="text">
4308 <string>Windows Vista (&quot;Aero&quot;)</string>
4309 </property>
4310 </action>
4311 <action name="actionStyleWindowsClassic">
4312 <property name="checkable">
4313 <bool>true</bool>
4314 </property>
4315 <property name="text">
4316 <string>Windows Classic</string>
4317 </property>
4318 </action>
4319 <action name="actionStyleWindowsXP">
4320 <property name="checkable">
4321 <bool>true</bool>
4322 </property>
4323 <property name="text">
4324 <string>Windows XP (&quot;Luna&quot;)</string>
4325 </property>
4326 </action>
4327 <action name="actionDisableUpdateReminder">
4328 <property name="checkable">
4329 <bool>true</bool>
4330 </property>
4331 <property name="text">
4332 <string>Disable Update Reminder</string>
4333 </property>
4334 </action>
4335 <action name="actionDisableSounds">
4336 <property name="checkable">
4337 <bool>true</bool>
4338 </property>
4339 <property name="text">
4340 <string>Disable Sound Effects</string>
4341 </property>
4342 </action>
4343 <action name="actionInstallWMADecoder">
4344 <property name="icon">
4345 <iconset resource="../res/Icons.qrc">
4346 <normaloff>:/icons/wma.png</normaloff>:/icons/wma.png</iconset>
4347 </property>
4348 <property name="text">
4349 <string>Install WMA Decoder</string>
4350 </property>
4351 </action>
4352 <action name="actionDisableNeroAacNotifications">
4353 <property name="checkable">
4354 <bool>true</bool>
4355 </property>
4356 <property name="text">
4357 <string>Disable Nero AAC Notifications</string>
4358 </property>
4359 </action>
4360 <action name="actionShowDropBoxWidget">
4361 <property name="icon">
4362 <iconset resource="../res/Icons.qrc">
4363 <normaloff>:/icons/package.png</normaloff>:/icons/package.png</iconset>
4364 </property>
4365 <property name="text">
4366 <string>Show DropBox</string>
4367 </property>
4368 </action>
4369 <action name="actionLanguageEnglish">
4370 <property name="checkable">
4371 <bool>true</bool>
4372 </property>
4373 <property name="icon">
4374 <iconset>
4375 <normaloff>:/flags/gb.png</normaloff>:/flags/gb.png</iconset>
4376 </property>
4377 <property name="text">
4378 <string notr="true">English</string>
4379 </property>
4380 </action>
4381 <action name="actionLoadTranslationFromFile">
4382 <property name="icon">
4383 <iconset resource="../res/Icons.qrc">
4384 <normaloff>:/icons/folder_page.png</normaloff>:/icons/folder_page.png</iconset>
4385 </property>
4386 <property name="text">
4387 <string>From File...</string>
4388 </property>
4389 </action>
4390 <action name="actionEncodeNow">
4391 <property name="icon">
4392 <iconset resource="../res/Icons.qrc">
4393 <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
4394 </property>
4395 <property name="text">
4396 <string>Encode!</string>
4397 </property>
4398 </action>
4399 <action name="actionDisableShellIntegration">
4400 <property name="checkable">
4401 <bool>true</bool>
4402 </property>
4403 <property name="text">
4404 <string>Disable Shell Integration</string>
4405 </property>
4406 </action>
4407 <action name="actionDocumentFAQ">
4408 <property name="icon">
4409 <iconset resource="../res/Icons.qrc">
4410 <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
4411 </property>
4412 <property name="text">
4413 <string>Frequently Asked Questions</string>
4414 </property>
4415 </action>
4416 <action name="actionDocumentChangelog">
4417 <property name="icon">
4418 <iconset resource="../res/Icons.qrc">
4419 <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
4420 </property>
4421 <property name="text">
4422 <string>Changelog</string>
4423 </property>
4424 </action>
4425 <action name="actionDocumentTranslate">
4426 <property name="icon">
4427 <iconset resource="../res/Icons.qrc">
4428 <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
4429 </property>
4430 <property name="text">
4431 <string>Translator's Guide</string>
4432 </property>
4433 </action>
4434 <action name="actionVisitSupport">
4435 <property name="icon">
4436 <iconset resource="../res/Icons.qrc">
4437 <normaloff>:/icons/group.png</normaloff>:/icons/group.png</iconset>
4438 </property>
4439 <property name="text">
4440 <string>Help &amp;&amp; Support</string>
4441 </property>
4442 </action>
4443 <action name="actionOpenFolderRecursively">
4444 <property name="icon">
4445 <iconset resource="../res/Icons.qrc">
4446 <normaloff>:/icons/folder_explore.png</normaloff>:/icons/folder_explore.png</iconset>
4447 </property>
4448 <property name="text">
4449 <string>Open Folder Recursively...</string>
4450 </property>
4451 </action>
4452 <action name="actionCheckForBetaUpdates">
4453 <property name="checkable">
4454 <bool>true</bool>
4455 </property>
4456 <property name="text">
4457 <string>Check for Beta Updates</string>
4458 </property>
4459 </action>
4460 <action name="actionImportCueSheet">
4461 <property name="icon">
4462 <iconset resource="../res/Icons.qrc">
4463 <normaloff>:/icons/cd_add.png</normaloff>:/icons/cd_add.png</iconset>
4464 </property>
4465 <property name="text">
4466 <string>Import Cue Sheet</string>
4467 </property>
4468 </action>
4469 <action name="actionDisableSlowStartupNotifications">
4470 <property name="checkable">
4471 <bool>true</bool>
4472 </property>
4473 <property name="text">
4474 <string>Disable Slow Startup Notifications</string>
4475 </property>
4476 </action>
4477 <action name="actionHibernateComputer">
4478 <property name="checkable">
4479 <bool>true</bool>
4480 </property>
4481 <property name="text">
4482 <string>Hibernate Computer On Shutdown</string>
4483 </property>
4484 </action>
4485 </widget>
4486 <resources>
4487 <include location="../res/Icons.qrc"/>
4488 <include location="../res/Flags.qrc"/>
4489 <include location="../res/Images.qrc"/>
4490 <include location="../res/Icons.qrc"/>
4491 <include location="../res/Images.qrc"/>
4492 <include location="../res/Icons.qrc"/>
4493 <include location="../res/Images.qrc"/>
4494 <include location="../res/Icons.qrc"/>
4495 <include location="../res/Images.qrc"/>
4496 <include location="../res/Icons.qrc"/>
4497 <include location="../res/Images.qrc"/>
4498 <include location="../res/Icons.qrc"/>
4499 <include location="../res/Images.qrc"/>
4500 <include location="../res/Icons.qrc"/>
4501 <include location="../res/Images.qrc"/>
4502 <include location="../res/Icons.qrc"/>
4503 <include location="../res/Images.qrc"/>
4504 <include location="../res/Icons.qrc"/>
4505 <include location="../res/Images.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 <include location="../res/Icons.qrc"/>
4518 <include location="../res/Icons.qrc"/>
4519 <include location="../res/Icons.qrc"/>
4520 <include location="../res/Icons.qrc"/>
4521 <include location="../res/Icons.qrc"/>
4522 <include location="../res/Icons.qrc"/>
4523 <include location="../res/Icons.qrc"/>
4524 <include location="../res/Icons.qrc"/>
4525 <include location="../res/Icons.qrc"/>
4526 <include location="../res/Icons.qrc"/>
4527 <include location="../res/Icons.qrc"/>
4528 <include location="../res/Icons.qrc"/>
4529 <include location="../res/Icons.qrc"/>
4530 <include location="../res/Icons.qrc"/>
4531 <include location="../res/Icons.qrc"/>
4532 <include location="../res/Icons.qrc"/>
4533 <include location="../res/Icons.qrc"/>
4534 <include location="../res/Icons.qrc"/>
4535 <include location="../res/Icons.qrc"/>
4536 <include location="../res/Icons.qrc"/>
4537 <include location="../res/Icons.qrc"/>
4538 <include location="../res/Icons.qrc"/>
4539 <include location="../res/Icons.qrc"/>
4540 <include location="../res/Icons.qrc"/>
4541 <include location="../res/Icons.qrc"/>
4542 <include location="../res/Icons.qrc"/>
4543 <include location="../res/Icons.qrc"/>
4544 <include location="../res/Icons.qrc"/>
4545 <include location="../res/Icons.qrc"/>
4546 <include location="../res/Icons.qrc"/>
4547 <include location="../res/Icons.qrc"/>
4548 <include location="../res/Icons.qrc"/>
4549 <include location="../res/Icons.qrc"/>
4550 <include location="../res/Icons.qrc"/>
4551 <include location="../res/Icons.qrc"/>
4552 <include location="../res/Icons.qrc"/>
4553 <include location="../res/Icons.qrc"/>
4554 <include location="../res/Icons.qrc"/>
4555 <include location="../res/Icons.qrc"/>
4556 <include location="../res/Icons.qrc"/>
4557 <include location="../res/Icons.qrc"/>
4558 <include location="../res/Icons.qrc"/>
4559 <include location="../res/Icons.qrc"/>
4560 <include location="../res/Icons.qrc"/>
4561 <include location="../res/Icons.qrc"/>
4562 <include location="../res/Icons.qrc"/>
4563 <include location="../res/Icons.qrc"/>
4564 <include location="../res/Icons.qrc"/>
4565 <include location="../res/Icons.qrc"/>
4566 <include location="../res/Icons.qrc"/>
4567 <include location="../res/Icons.qrc"/>
4568 <include location="../res/Icons.qrc"/>
4569 <include location="../res/Icons.qrc"/>
4570 <include location="../res/Icons.qrc"/>
4571 <include location="../res/Icons.qrc"/>
4572 <include location="../res/Icons.qrc"/>
4573 <include location="../res/Icons.qrc"/>
4574 <include location="../res/Icons.qrc"/>
4575 <include location="../res/Icons.qrc"/>
4576 <include location="../res/Icons.qrc"/>
4577 <include location="../res/Icons.qrc"/>
4578 <include location="../res/Icons.qrc"/>
4579 <include location="../res/Icons.qrc"/>
4580 <include location="../res/Icons.qrc"/>
4581 <include location="../res/Icons.qrc"/>
4582 <include location="../res/Icons.qrc"/>
4583 <include location="../res/Icons.qrc"/>
4584 <include location="../res/Icons.qrc"/>
4585 <include location="../res/Icons.qrc"/>
4586 <include location="../res/Icons.qrc"/>
4587 <include location="../res/Icons.qrc"/>
4588 <include location="../res/Icons.qrc"/>
4589 <include location="../res/Icons.qrc"/>
4590 <include location="../res/Icons.qrc"/>
4591 <include location="../res/Icons.qrc"/>
4592 <include location="../res/Icons.qrc"/>
4593 <include location="../res/Icons.qrc"/>
4594 </resources>
4595 <connections>
4596 <connection>
4597 <sender>actionAbout</sender>
4598 <signal>triggered()</signal>
4599 <receiver>buttonAbout</receiver>
4600 <slot>click()</slot>
4601 <hints>
4602 <hint type="sourcelabel">
4603 <x>-1</x>
4604 <y>-1</y>
4605 </hint>
4606 <hint type="destinationlabel">
4607 <x>304</x>
4608 <y>433</y>
4609 </hint>
4610 </hints>
4611 </connection>
4612 <connection>
4613 <sender>actionQuit</sender>
4614 <signal>triggered()</signal>
4615 <receiver>buttonQuit</receiver>
4616 <slot>click()</slot>
4617 <hints>
4618 <hint type="sourcelabel">
4619 <x>-1</x>
4620 <y>-1</y>
4621 </hint>
4622 <hint type="destinationlabel">
4623 <x>602</x>
4624 <y>416</y>
4625 </hint>
4626 </hints>
4627 </connection>
4628 <connection>
4629 <sender>actionOpen</sender>
4630 <signal>triggered()</signal>
4631 <receiver>buttonAddFiles</receiver>
4632 <slot>click()</slot>
4633 <hints>
4634 <hint type="sourcelabel">
4635 <x>-1</x>
4636 <y>-1</y>
4637 </hint>
4638 <hint type="destinationlabel">
4639 <x>81</x>
4640 <y>382</y>
4641 </hint>
4642 </hints>
4643 </connection>
4644 <connection>
4645 <sender>sourceFileView</sender>
4646 <signal>activated(QModelIndex)</signal>
4647 <receiver>buttonShowDetails</receiver>
4648 <slot>click()</slot>
4649 <hints>
4650 <hint type="sourcelabel">
4651 <x>327</x>
4652 <y>253</y>
4653 </hint>
4654 <hint type="destinationlabel">
4655 <x>641</x>
4656 <y>382</y>
4657 </hint>
4658 </hints>
4659 </connection>
4660 <connection>
4661 <sender>saveToSourceFolderCheckBox</sender>
4662 <signal>toggled(bool)</signal>
4663 <receiver>outputFolderView</receiver>
4664 <slot>setDisabled(bool)</slot>
4665 <hints>
4666 <hint type="sourcelabel">
4667 <x>341</x>
4668 <y>380</y>
4669 </hint>
4670 <hint type="destinationlabel">
4671 <x>327</x>
4672 <y>264</y>
4673 </hint>
4674 </hints>
4675 </connection>
4676 <connection>
4677 <sender>saveToSourceFolderCheckBox</sender>
4678 <signal>toggled(bool)</signal>
4679 <receiver>outputFolderLabel</receiver>
4680 <slot>setDisabled(bool)</slot>
4681 <hints>
4682 <hint type="sourcelabel">
4683 <x>341</x>
4684 <y>380</y>
4685 </hint>
4686 <hint type="destinationlabel">
4687 <x>327</x>
4688 <y>72</y>
4689 </hint>
4690 </hints>
4691 </connection>
4692 <connection>
4693 <sender>saveToSourceFolderCheckBox</sender>
4694 <signal>toggled(bool)</signal>
4695 <receiver>buttonGotoDesktop</receiver>
4696 <slot>setDisabled(bool)</slot>
4697 <hints>
4698 <hint type="sourcelabel">
4699 <x>358</x>
4700 <y>380</y>
4701 </hint>
4702 <hint type="destinationlabel">
4703 <x>408</x>
4704 <y>346</y>
4705 </hint>
4706 </hints>
4707 </connection>
4708 <connection>
4709 <sender>saveToSourceFolderCheckBox</sender>
4710 <signal>toggled(bool)</signal>
4711 <receiver>buttonGotoHome</receiver>
4712 <slot>setDisabled(bool)</slot>
4713 <hints>
4714 <hint type="sourcelabel">
4715 <x>358</x>
4716 <y>380</y>
4717 </hint>
4718 <hint type="destinationlabel">
4719 <x>98</x>
4720 <y>346</y>
4721 </hint>
4722 </hints>
4723 </connection>
4724 <connection>
4725 <sender>saveToSourceFolderCheckBox</sender>
4726 <signal>toggled(bool)</signal>
4727 <receiver>buttonMakeFolder</receiver>
4728 <slot>setDisabled(bool)</slot>
4729 <hints>
4730 <hint type="sourcelabel">
4731 <x>358</x>
4732 <y>380</y>
4733 </hint>
4734 <hint type="destinationlabel">
4735 <x>641</x>
4736 <y>346</y>
4737 </hint>
4738 </hints>
4739 </connection>
4740 <connection>
4741 <sender>saveToSourceFolderCheckBox</sender>
4742 <signal>toggled(bool)</signal>
4743 <receiver>buttonGotoMusic</receiver>
4744 <slot>setDisabled(bool)</slot>
4745 <hints>
4746 <hint type="sourcelabel">
4747 <x>358</x>
4748 <y>380</y>
4749 </hint>
4750 <hint type="destinationlabel">
4751 <x>276</x>
4752 <y>346</y>
4753 </hint>
4754 </hints>
4755 </connection>
4756 <connection>
4757 <sender>actionClearAll</sender>
4758 <signal>triggered()</signal>
4759 <receiver>buttonClearFiles</receiver>
4760 <slot>click()</slot>
4761 <hints>
4762 <hint type="sourcelabel">
4763 <x>-1</x>
4764 <y>-1</y>
4765 </hint>
4766 <hint type="destinationlabel">
4767 <x>300</x>
4768 <y>382</y>
4769 </hint>
4770 </hints>
4771 </connection>
4772 <connection>
4773 <sender>writeMetaDataCheckBox</sender>
4774 <signal>clicked(bool)</signal>
4775 <receiver>metaDataView</receiver>
4776 <slot>setEnabled(bool)</slot>
4777 <hints>
4778 <hint type="sourcelabel">
4779 <x>201</x>
4780 <y>372</y>
4781 </hint>
4782 <hint type="destinationlabel">
4783 <x>336</x>
4784 <y>252</y>
4785 </hint>
4786 </hints>
4787 </connection>
4788 <connection>
4789 <sender>writeMetaDataCheckBox</sender>
4790 <signal>clicked(bool)</signal>
4791 <receiver>buttonEditMeta</receiver>
4792 <slot>setEnabled(bool)</slot>
4793 <hints>
4794 <hint type="sourcelabel">
4795 <x>207</x>
4796 <y>372</y>
4797 </hint>
4798 <hint type="destinationlabel">
4799 <x>632</x>
4800 <y>315</y>
4801 </hint>
4802 </hints>
4803 </connection>
4804 <connection>
4805 <sender>writeMetaDataCheckBox</sender>
4806 <signal>clicked(bool)</signal>
4807 <receiver>labelEditMetaHint</receiver>
4808 <slot>setEnabled(bool)</slot>
4809 <hints>
4810 <hint type="sourcelabel">
4811 <x>207</x>
4812 <y>372</y>
4813 </hint>
4814 <hint type="destinationlabel">
4815 <x>344</x>
4816 <y>315</y>
4817 </hint>
4818 </hints>
4819 </connection>
4820 <connection>
4821 <sender>writeMetaDataCheckBox</sender>
4822 <signal>clicked(bool)</signal>
4823 <receiver>labelEditMetaIcon</receiver>
4824 <slot>setEnabled(bool)</slot>
4825 <hints>
4826 <hint type="sourcelabel">
4827 <x>207</x>
4828 <y>372</y>
4829 </hint>
4830 <hint type="destinationlabel">
4831 <x>47</x>
4832 <y>315</y>
4833 </hint>
4834 </hints>
4835 </connection>
4836 <connection>
4837 <sender>writeMetaDataCheckBox</sender>
4838 <signal>clicked(bool)</signal>
4839 <receiver>buttonClearMeta</receiver>
4840 <slot>setEnabled(bool)</slot>
4841 <hints>
4842 <hint type="sourcelabel">
4843 <x>207</x>
4844 <y>372</y>
4845 </hint>
4846 <hint type="destinationlabel">
4847 <x>536</x>
4848 <y>315</y>
4849 </hint>
4850 </hints>
4851 </connection>
4852 <connection>
4853 <sender>saveToSourceFolderCheckBox</sender>
4854 <signal>toggled(bool)</signal>
4855 <receiver>generatePlaylistCheckBox</receiver>
4856 <slot>setDisabled(bool)</slot>
4857 <hints>
4858 <hint type="sourcelabel">
4859 <x>84</x>
4860 <y>380</y>
4861 </hint>
4862 <hint type="destinationlabel">
4863 <x>397</x>
4864 <y>372</y>
4865 </hint>
4866 </hints>
4867 </connection>
4868 <connection>
4869 <sender>metaDataView</sender>
4870 <signal>activated(QModelIndex)</signal>
4871 <receiver>buttonEditMeta</receiver>
4872 <slot>click()</slot>
4873 <hints>
4874 <hint type="sourcelabel">
4875 <x>93</x>
4876 <y>159</y>
4877 </hint>
4878 <hint type="destinationlabel">
4879 <x>599</x>
4880 <y>315</y>
4881 </hint>
4882 </hints>
4883 </connection>
4884 <connection>
4885 <sender>saveToSourceFolderCheckBox</sender>
4886 <signal>toggled(bool)</signal>
4887 <receiver>prependRelativePathCheckBox</receiver>
4888 <slot>setDisabled(bool)</slot>
4889 <hints>
4890 <hint type="sourcelabel">
4891 <x>84</x>
4892 <y>380</y>
4893 </hint>
4894 <hint type="destinationlabel">
4895 <x>459</x>
4896 <y>380</y>
4897 </hint>
4898 </hints>
4899 </connection>
4900 <connection>
4901 <sender>checkBoxBitrateManagement</sender>
4902 <signal>clicked(bool)</signal>
4903 <receiver>labelBitrateManagementMin</receiver>
4904 <slot>setEnabled(bool)</slot>
4905 <hints>
4906 <hint type="sourcelabel">
4907 <x>163</x>
4908 <y>231</y>
4909 </hint>
4910 <hint type="destinationlabel">
4911 <x>256</x>
4912 <y>214</y>
4913 </hint>
4914 </hints>
4915 </connection>
4916 <connection>
4917 <sender>checkBoxBitrateManagement</sender>
4918 <signal>clicked(bool)</signal>
4919 <receiver>labelBitrateManagementMax</receiver>
4920 <slot>setEnabled(bool)</slot>
4921 <hints>
4922 <hint type="sourcelabel">
4923 <x>163</x>
4924 <y>231</y>
4925 </hint>
4926 <hint type="destinationlabel">
4927 <x>465</x>
4928 <y>214</y>
4929 </hint>
4930 </hints>
4931 </connection>
4932 <connection>
4933 <sender>checkBoxBitrateManagement</sender>
4934 <signal>clicked(bool)</signal>
4935 <receiver>spinBoxBitrateManagementMin</receiver>
4936 <slot>setEnabled(bool)</slot>
4937 <hints>
4938 <hint type="sourcelabel">
4939 <x>163</x>
4940 <y>231</y>
4941 </hint>
4942 <hint type="destinationlabel">
4943 <x>360</x>
4944 <y>214</y>
4945 </hint>
4946 </hints>
4947 </connection>
4948 <connection>
4949 <sender>checkBoxBitrateManagement</sender>
4950 <signal>clicked(bool)</signal>
4951 <receiver>spinBoxBitrateManagementMax</receiver>
4952 <slot>setEnabled(bool)</slot>
4953 <hints>
4954 <hint type="sourcelabel">
4955 <x>163</x>
4956 <y>231</y>
4957 </hint>
4958 <hint type="destinationlabel">
4959 <x>569</x>
4960 <y>214</y>
4961 </hint>
4962 </hints>
4963 </connection>
4964 <connection>
4965 <sender>checkBoxNormalizationFilter</sender>
4966 <signal>clicked(bool)</signal>
4967 <receiver>spinBoxNormalizationFilter</receiver>
4968 <slot>setEnabled(bool)</slot>
4969 <hints>
4970 <hint type="sourcelabel">
4971 <x>133</x>
4972 <y>502</y>
4973 </hint>
4974 <hint type="destinationlabel">
4975 <x>447</x>
4976 <y>502</y>
4977 </hint>
4978 </hints>
4979 </connection>
4980 <connection>
4981 <sender>actionEncodeNow</sender>
4982 <signal>triggered()</signal>
4983 <receiver>buttonStart</receiver>
4984 <slot>click()</slot>
4985 <hints>
4986 <hint type="sourcelabel">
4987 <x>-1</x>
4988 <y>-1</y>
4989 </hint>
4990 <hint type="destinationlabel">
4991 <x>69</x>
4992 <y>423</y>
4993 </hint>
4994 </hints>
4995 </connection>
4996 <connection>
4997 <sender>checkBoxAutoDetectInstances</sender>
4998 <signal>clicked(bool)</signal>
4999 <receiver>sliderMaxInstances</receiver>
5000 <slot>setDisabled(bool)</slot>
5001 <hints>
5002 <hint type="sourcelabel">
5003 <x>363</x>
5004 <y>953</y>
5005 </hint>
5006 <hint type="destinationlabel">
5007 <x>363</x>
5008 <y>897</y>
5009 </hint>
5010 </hints>
5011 </connection>
5012 <connection>
5013 <sender>checkBoxAutoDetectInstances</sender>
5014 <signal>clicked(bool)</signal>
5015 <receiver>labelMaxInstances</receiver>
5016 <slot>setDisabled(bool)</slot>
5017 <hints>
5018 <hint type="sourcelabel">
5019 <x>363</x>
5020 <y>953</y>
5021 </hint>
5022 <hint type="destinationlabel">
5023 <x>409</x>
5024 <y>916</y>
5025 </hint>
5026 </hints>
5027 </connection>
5028 <connection>
5029 <sender>checkBoxAutoDetectInstances</sender>
5030 <signal>clicked(bool)</signal>
5031 <receiver>labelMaxInstancesFewer</receiver>
5032 <slot>setDisabled(bool)</slot>
5033 <hints>
5034 <hint type="sourcelabel">
5035 <x>363</x>
5036 <y>953</y>
5037 </hint>
5038 <hint type="destinationlabel">
5039 <x>185</x>
5040 <y>916</y>
5041 </hint>
5042 </hints>
5043 </connection>
5044 <connection>
5045 <sender>checkBoxAutoDetectInstances</sender>
5046 <signal>clicked(bool)</signal>
5047 <receiver>labelMaxInstancesMore</receiver>
5048 <slot>setDisabled(bool)</slot>
5049 <hints>
5050 <hint type="sourcelabel">
5051 <x>363</x>
5052 <y>953</y>
5053 </hint>
5054 <hint type="destinationlabel">
5055 <x>588</x>
5056 <y>916</y>
5057 </hint>
5058 </hints>
5059 </connection>
5060 <connection>
5061 <sender>checkBoxUseSystemTempFolder</sender>
5062 <signal>clicked(bool)</signal>
5063 <receiver>lineEditCustomTempFolder</receiver>
5064 <slot>setDisabled(bool)</slot>
5065 <hints>
5066 <hint type="sourcelabel">
5067 <x>323</x>
5068 <y>302</y>
5069 </hint>
5070 <hint type="destinationlabel">
5071 <x>283</x>
5072 <y>265</y>
5073 </hint>
5074 </hints>
5075 </connection>
5076 <connection>
5077 <sender>checkBoxUseSystemTempFolder</sender>
5078 <signal>clicked(bool)</signal>
5079 <receiver>buttonBrowseCustomTempFolder</receiver>
5080 <slot>setDisabled(bool)</slot>
5081 <hints>
5082 <hint type="sourcelabel">
5083 <x>323</x>
5084 <y>302</y>
5085 </hint>
5086 <hint type="destinationlabel">
5087 <x>551</x>
5088 <y>265</y>
5089 </hint>
5090 </hints>
5091 </connection>
5092 <connection>
5093 <sender>checkBoxRenameOutput</sender>
5094 <signal>toggled(bool)</signal>
5095 <receiver>lineEditRenamePattern</receiver>
5096 <slot>setEnabled(bool)</slot>
5097 <hints>
5098 <hint type="sourcelabel">
5099 <x>323</x>
5100 <y>206</y>
5101 </hint>
5102 <hint type="destinationlabel">
5103 <x>323</x>
5104 <y>172</y>
5105 </hint>
5106 </hints>
5107 </connection>
5108 <connection>
5109 <sender>checkBoxNormalizationFilter</sender>
5110 <signal>clicked(bool)</signal>
5111 <receiver>comboBoxNormalizationMode</receiver>
5112 <slot>setEnabled(bool)</slot>
5113 <hints>
5114 <hint type="sourcelabel">
5115 <x>80</x>
5116 <y>89</y>
5117 </hint>
5118 <hint type="destinationlabel">
5119 <x>80</x>
5120 <y>89</y>
5121 </hint>
5122 </hints>
5123 </connection>
5124 </connections>
5125 </ui>