OSDN Git Service

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