OSDN Git Service

27763efedcfe8b32f251f6fb43c8e6b3de488285
[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>602</width>
1103                <height>1423</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                     </layout>
1372                    </item>
1373                   </layout>
1374                  </widget>
1375                 </item>
1376                 <item row="2" column="0">
1377                  <widget class="QGroupBox" name="groupBox_8">
1378                   <property name="font">
1379                    <font>
1380                     <weight>50</weight>
1381                     <bold>false</bold>
1382                    </font>
1383                   </property>
1384                   <property name="title">
1385                    <string>Channel Mode / Sampling Rate</string>
1386                   </property>
1387                   <layout class="QGridLayout" name="gridLayout_24">
1388                    <item row="1" column="0">
1389                     <layout class="QGridLayout" name="gridLayout_27">
1390                      <item row="1" column="5">
1391                       <widget class="QComboBox" name="comboBoxMP3ChannelMode">
1392                        <property name="sizeAdjustPolicy">
1393                         <enum>QComboBox::AdjustToContents</enum>
1394                        </property>
1395                        <item>
1396                         <property name="text">
1397                          <string>Auto Select (Default)</string>
1398                         </property>
1399                        </item>
1400                        <item>
1401                         <property name="text">
1402                          <string>Joint Stereo</string>
1403                         </property>
1404                        </item>
1405                        <item>
1406                         <property name="text">
1407                          <string>Forced Joint Stereo</string>
1408                         </property>
1409                        </item>
1410                        <item>
1411                         <property name="text">
1412                          <string>Simple</string>
1413                         </property>
1414                        </item>
1415                        <item>
1416                         <property name="text">
1417                          <string>Dual Mono</string>
1418                         </property>
1419                        </item>
1420                        <item>
1421                         <property name="text">
1422                          <string>Mono</string>
1423                         </property>
1424                        </item>
1425                       </widget>
1426                      </item>
1427                      <item row="1" column="4">
1428                       <widget class="QLabel" name="label_4">
1429                        <property name="text">
1430                         <string>MP3 Channel Mode:</string>
1431                        </property>
1432                        <property name="alignment">
1433                         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1434                        </property>
1435                       </widget>
1436                      </item>
1437                      <item row="1" column="1">
1438                       <widget class="QLabel" name="label_5">
1439                        <property name="text">
1440                         <string>Sampling Rate (Hz):</string>
1441                        </property>
1442                        <property name="alignment">
1443                         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1444                        </property>
1445                       </widget>
1446                      </item>
1447                      <item row="1" column="2">
1448                       <widget class="QComboBox" name="comboBoxSamplingRate">
1449                        <property name="sizeAdjustPolicy">
1450                         <enum>QComboBox::AdjustToContents</enum>
1451                        </property>
1452                        <item>
1453                         <property name="text">
1454                          <string>Auto Select (Default)</string>
1455                         </property>
1456                        </item>
1457                        <item>
1458                         <property name="text">
1459                          <string>16.000</string>
1460                         </property>
1461                        </item>
1462                        <item>
1463                         <property name="text">
1464                          <string>22.050</string>
1465                         </property>
1466                        </item>
1467                        <item>
1468                         <property name="text">
1469                          <string>24.000</string>
1470                         </property>
1471                        </item>
1472                        <item>
1473                         <property name="text">
1474                          <string>32.000</string>
1475                         </property>
1476                        </item>
1477                        <item>
1478                         <property name="text">
1479                          <string>44.100</string>
1480                         </property>
1481                        </item>
1482                        <item>
1483                         <property name="text">
1484                          <string>48.000</string>
1485                         </property>
1486                        </item>
1487                       </widget>
1488                      </item>
1489                      <item row="1" column="0">
1490                       <spacer name="horizontalSpacer_18">
1491                        <property name="orientation">
1492                         <enum>Qt::Horizontal</enum>
1493                        </property>
1494                        <property name="sizeType">
1495                         <enum>QSizePolicy::Fixed</enum>
1496                        </property>
1497                        <property name="sizeHint" stdset="0">
1498                         <size>
1499                          <width>10</width>
1500                          <height>20</height>
1501                         </size>
1502                        </property>
1503                       </spacer>
1504                      </item>
1505                      <item row="1" column="7">
1506                       <spacer name="horizontalSpacer_19">
1507                        <property name="orientation">
1508                         <enum>Qt::Horizontal</enum>
1509                        </property>
1510                        <property name="sizeType">
1511                         <enum>QSizePolicy::Fixed</enum>
1512                        </property>
1513                        <property name="sizeHint" stdset="0">
1514                         <size>
1515                          <width>10</width>
1516                          <height>20</height>
1517                         </size>
1518                        </property>
1519                       </spacer>
1520                      </item>
1521                      <item row="1" column="3">
1522                       <spacer name="horizontalSpacer_21">
1523                        <property name="orientation">
1524                         <enum>Qt::Horizontal</enum>
1525                        </property>
1526                        <property name="sizeHint" stdset="0">
1527                         <size>
1528                          <width>40</width>
1529                          <height>20</height>
1530                         </size>
1531                        </property>
1532                       </spacer>
1533                      </item>
1534                      <item row="1" column="6">
1535                       <spacer name="horizontalSpacer_20">
1536                        <property name="orientation">
1537                         <enum>Qt::Horizontal</enum>
1538                        </property>
1539                        <property name="sizeType">
1540                         <enum>QSizePolicy::Expanding</enum>
1541                        </property>
1542                        <property name="sizeHint" stdset="0">
1543                         <size>
1544                          <width>40</width>
1545                          <height>20</height>
1546                         </size>
1547                        </property>
1548                       </spacer>
1549                      </item>
1550                      <item row="4" column="1" colspan="6">
1551                       <spacer name="verticalSpacer_10">
1552                        <property name="orientation">
1553                         <enum>Qt::Vertical</enum>
1554                        </property>
1555                        <property name="sizeType">
1556                         <enum>QSizePolicy::Fixed</enum>
1557                        </property>
1558                        <property name="sizeHint" stdset="0">
1559                         <size>
1560                          <width>20</width>
1561                          <height>8</height>
1562                         </size>
1563                        </property>
1564                       </spacer>
1565                      </item>
1566                      <item row="0" column="1" colspan="6">
1567                       <spacer name="verticalSpacer_9">
1568                        <property name="orientation">
1569                         <enum>Qt::Vertical</enum>
1570                        </property>
1571                        <property name="sizeType">
1572                         <enum>QSizePolicy::Fixed</enum>
1573                        </property>
1574                        <property name="sizeHint" stdset="0">
1575                         <size>
1576                          <width>20</width>
1577                          <height>8</height>
1578                         </size>
1579                        </property>
1580                       </spacer>
1581                      </item>
1582                      <item row="3" column="1" colspan="6">
1583                       <widget class="QCheckBox" name="checkBoxForceStereoDownmix">
1584                        <property name="text">
1585                         <string>Enforce Stereo Downmix of Surround (Multi-Channel) Sources</string>
1586                        </property>
1587                       </widget>
1588                      </item>
1589                      <item row="2" column="1" colspan="6">
1590                       <spacer name="verticalSpacer_30">
1591                        <property name="orientation">
1592                         <enum>Qt::Vertical</enum>
1593                        </property>
1594                        <property name="sizeType">
1595                         <enum>QSizePolicy::Fixed</enum>
1596                        </property>
1597                        <property name="sizeHint" stdset="0">
1598                         <size>
1599                          <width>20</width>
1600                          <height>4</height>
1601                         </size>
1602                        </property>
1603                       </spacer>
1604                      </item>
1605                     </layout>
1606                    </item>
1607                   </layout>
1608                  </widget>
1609                 </item>
1610                 <item row="3" column="0">
1611                  <widget class="QGroupBox" name="groupBox_7">
1612                   <property name="font">
1613                    <font>
1614                     <weight>50</weight>
1615                     <bold>false</bold>
1616                    </font>
1617                   </property>
1618                   <property name="title">
1619                    <string>Nero AAC Options</string>
1620                   </property>
1621                   <layout class="QGridLayout" name="gridLayout_25">
1622                    <item row="3" column="1">
1623                     <layout class="QGridLayout" name="gridLayout_21">
1624                      <item row="1" column="1">
1625                       <widget class="QCheckBox" name="checkBoxNeroAAC2PassMode">
1626                        <property name="text">
1627                         <string>Enable 2-Pass Processing (ABR Mode)</string>
1628                        </property>
1629                       </widget>
1630                      </item>
1631                      <item row="1" column="0">
1632                       <spacer name="horizontalSpacer_17">
1633                        <property name="orientation">
1634                         <enum>Qt::Horizontal</enum>
1635                        </property>
1636                        <property name="sizeType">
1637                         <enum>QSizePolicy::Fixed</enum>
1638                        </property>
1639                        <property name="sizeHint" stdset="0">
1640                         <size>
1641                          <width>10</width>
1642                          <height>20</height>
1643                         </size>
1644                        </property>
1645                       </spacer>
1646                      </item>
1647                      <item row="1" column="2">
1648                       <spacer name="horizontalSpacer_23">
1649                        <property name="orientation">
1650                         <enum>Qt::Horizontal</enum>
1651                        </property>
1652                        <property name="sizeHint" stdset="0">
1653                         <size>
1654                          <width>73</width>
1655                          <height>20</height>
1656                         </size>
1657                        </property>
1658                       </spacer>
1659                      </item>
1660                      <item row="1" column="3">
1661                       <widget class="QLabel" name="label_2">
1662                        <property name="text">
1663                         <string>Select AAC Profile:</string>
1664                        </property>
1665                        <property name="alignment">
1666                         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1667                        </property>
1668                       </widget>
1669                      </item>
1670                      <item row="1" column="4">
1671                       <widget class="QComboBox" name="comboBoxNeroAACProfile">
1672                        <property name="sizeAdjustPolicy">
1673                         <enum>QComboBox::AdjustToContents</enum>
1674                        </property>
1675                        <item>
1676                         <property name="text">
1677                          <string>Auto Select (Recommended)</string>
1678                         </property>
1679                        </item>
1680                        <item>
1681                         <property name="text">
1682                          <string>Enforce LC-AAC</string>
1683                         </property>
1684                        </item>
1685                        <item>
1686                         <property name="text">
1687                          <string>Enforce HE-AAC (AAC + SBR)</string>
1688                         </property>
1689                        </item>
1690                        <item>
1691                         <property name="text">
1692                          <string>Enforce HE-AAC v2 (AAC + SBR + PS)</string>
1693                         </property>
1694                        </item>
1695                       </widget>
1696                      </item>
1697                      <item row="1" column="5">
1698                       <spacer name="horizontalSpacer_22">
1699                        <property name="orientation">
1700                         <enum>Qt::Horizontal</enum>
1701                        </property>
1702                        <property name="sizeHint" stdset="0">
1703                         <size>
1704                          <width>75</width>
1705                          <height>20</height>
1706                         </size>
1707                        </property>
1708                       </spacer>
1709                      </item>
1710                      <item row="1" column="6">
1711                       <spacer name="horizontalSpacer_16">
1712                        <property name="orientation">
1713                         <enum>Qt::Horizontal</enum>
1714                        </property>
1715                        <property name="sizeType">
1716                         <enum>QSizePolicy::Fixed</enum>
1717                        </property>
1718                        <property name="sizeHint" stdset="0">
1719                         <size>
1720                          <width>10</width>
1721                          <height>20</height>
1722                         </size>
1723                        </property>
1724                       </spacer>
1725                      </item>
1726                      <item row="0" column="1" colspan="5">
1727                       <spacer name="verticalSpacer_8">
1728                        <property name="orientation">
1729                         <enum>Qt::Vertical</enum>
1730                        </property>
1731                        <property name="sizeType">
1732                         <enum>QSizePolicy::Fixed</enum>
1733                        </property>
1734                        <property name="sizeHint" stdset="0">
1735                         <size>
1736                          <width>20</width>
1737                          <height>13</height>
1738                         </size>
1739                        </property>
1740                       </spacer>
1741                      </item>
1742                      <item row="2" column="1" colspan="5">
1743                       <spacer name="verticalSpacer_7">
1744                        <property name="orientation">
1745                         <enum>Qt::Vertical</enum>
1746                        </property>
1747                        <property name="sizeType">
1748                         <enum>QSizePolicy::Fixed</enum>
1749                        </property>
1750                        <property name="sizeHint" stdset="0">
1751                         <size>
1752                          <width>20</width>
1753                          <height>13</height>
1754                         </size>
1755                        </property>
1756                       </spacer>
1757                      </item>
1758                     </layout>
1759                    </item>
1760                   </layout>
1761                  </widget>
1762                 </item>
1763                 <item row="5" column="0">
1764                  <widget class="QGroupBox" name="groupBox_9">
1765                   <property name="font">
1766                    <font>
1767                     <weight>50</weight>
1768                     <bold>false</bold>
1769                    </font>
1770                   </property>
1771                   <property name="title">
1772                    <string> Volume Normalization </string>
1773                   </property>
1774                   <layout class="QGridLayout" name="gridLayout_26">
1775                    <item row="0" column="0">
1776                     <layout class="QGridLayout" name="gridLayout_20">
1777                      <item row="1" column="1">
1778                       <widget class="QCheckBox" name="checkBoxNormalizationFilter">
1779                        <property name="text">
1780                         <string>Enable Normalization Filter</string>
1781                        </property>
1782                       </widget>
1783                      </item>
1784                      <item row="1" column="0">
1785                       <spacer name="horizontalSpacer_25">
1786                        <property name="orientation">
1787                         <enum>Qt::Horizontal</enum>
1788                        </property>
1789                        <property name="sizeType">
1790                         <enum>QSizePolicy::Fixed</enum>
1791                        </property>
1792                        <property name="sizeHint" stdset="0">
1793                         <size>
1794                          <width>10</width>
1795                          <height>20</height>
1796                         </size>
1797                        </property>
1798                       </spacer>
1799                      </item>
1800                      <item row="1" column="6">
1801                       <spacer name="horizontalSpacer_26">
1802                        <property name="orientation">
1803                         <enum>Qt::Horizontal</enum>
1804                        </property>
1805                        <property name="sizeType">
1806                         <enum>QSizePolicy::Fixed</enum>
1807                        </property>
1808                        <property name="sizeHint" stdset="0">
1809                         <size>
1810                          <width>10</width>
1811                          <height>20</height>
1812                         </size>
1813                        </property>
1814                       </spacer>
1815                      </item>
1816                      <item row="1" column="4">
1817                       <widget class="QDoubleSpinBox" name="spinBoxNormalizationFilter">
1818                        <property name="enabled">
1819                         <bool>false</bool>
1820                        </property>
1821                        <property name="minimumSize">
1822                         <size>
1823                          <width>160</width>
1824                          <height>0</height>
1825                         </size>
1826                        </property>
1827                        <property name="minimum">
1828                         <double>-32.000000000000000</double>
1829                        </property>
1830                        <property name="maximum">
1831                         <double>-0.500000000000000</double>
1832                        </property>
1833                        <property name="singleStep">
1834                         <double>0.500000000000000</double>
1835                        </property>
1836                       </widget>
1837                      </item>
1838                      <item row="1" column="3">
1839                       <widget class="QLabel" name="label_6">
1840                        <property name="text">
1841                         <string>Peak Volume (dB):</string>
1842                        </property>
1843                       </widget>
1844                      </item>
1845                      <item row="1" column="2">
1846                       <spacer name="horizontalSpacer_27">
1847                        <property name="orientation">
1848                         <enum>Qt::Horizontal</enum>
1849                        </property>
1850                        <property name="sizeHint" stdset="0">
1851                         <size>
1852                          <width>40</width>
1853                          <height>20</height>
1854                         </size>
1855                        </property>
1856                       </spacer>
1857                      </item>
1858                      <item row="1" column="5">
1859                       <spacer name="horizontalSpacer_28">
1860                        <property name="orientation">
1861                         <enum>Qt::Horizontal</enum>
1862                        </property>
1863                        <property name="sizeHint" stdset="0">
1864                         <size>
1865                          <width>40</width>
1866                          <height>20</height>
1867                         </size>
1868                        </property>
1869                       </spacer>
1870                      </item>
1871                      <item row="0" column="1" colspan="5">
1872                       <spacer name="verticalSpacer_11">
1873                        <property name="orientation">
1874                         <enum>Qt::Vertical</enum>
1875                        </property>
1876                        <property name="sizeType">
1877                         <enum>QSizePolicy::Fixed</enum>
1878                        </property>
1879                        <property name="sizeHint" stdset="0">
1880                         <size>
1881                          <width>20</width>
1882                          <height>8</height>
1883                         </size>
1884                        </property>
1885                       </spacer>
1886                      </item>
1887                      <item row="2" column="1" colspan="5">
1888                       <spacer name="verticalSpacer_12">
1889                        <property name="orientation">
1890                         <enum>Qt::Vertical</enum>
1891                        </property>
1892                        <property name="sizeType">
1893                         <enum>QSizePolicy::Fixed</enum>
1894                        </property>
1895                        <property name="sizeHint" stdset="0">
1896                         <size>
1897                          <width>20</width>
1898                          <height>8</height>
1899                         </size>
1900                        </property>
1901                       </spacer>
1902                      </item>
1903                     </layout>
1904                    </item>
1905                   </layout>
1906                  </widget>
1907                 </item>
1908                 <item row="6" column="0">
1909                  <widget class="QGroupBox" name="groupBox_10">
1910                   <property name="font">
1911                    <font>
1912                     <weight>50</weight>
1913                     <bold>false</bold>
1914                    </font>
1915                   </property>
1916                   <property name="title">
1917                    <string> Tone Adjustment </string>
1918                   </property>
1919                   <layout class="QGridLayout" name="gridLayout_28">
1920                    <item row="0" column="0">
1921                     <layout class="QGridLayout" name="gridLayout_23">
1922                      <item row="1" column="2">
1923                       <widget class="QDoubleSpinBox" name="spinBoxToneAdjustTreble">
1924                        <property name="minimumSize">
1925                         <size>
1926                          <width>120</width>
1927                          <height>0</height>
1928                         </size>
1929                        </property>
1930                        <property name="minimum">
1931                         <double>-20.000000000000000</double>
1932                        </property>
1933                        <property name="maximum">
1934                         <double>20.000000000000000</double>
1935                        </property>
1936                       </widget>
1937                      </item>
1938                      <item row="1" column="0">
1939                       <spacer name="horizontalSpacer_30">
1940                        <property name="orientation">
1941                         <enum>Qt::Horizontal</enum>
1942                        </property>
1943                        <property name="sizeType">
1944                         <enum>QSizePolicy::Fixed</enum>
1945                        </property>
1946                        <property name="sizeHint" stdset="0">
1947                         <size>
1948                          <width>10</width>
1949                          <height>20</height>
1950                         </size>
1951                        </property>
1952                       </spacer>
1953                      </item>
1954                      <item row="1" column="8">
1955                       <spacer name="horizontalSpacer_31">
1956                        <property name="orientation">
1957                         <enum>Qt::Horizontal</enum>
1958                        </property>
1959                        <property name="sizeType">
1960                         <enum>QSizePolicy::Fixed</enum>
1961                        </property>
1962                        <property name="sizeHint" stdset="0">
1963                         <size>
1964                          <width>10</width>
1965                          <height>20</height>
1966                         </size>
1967                        </property>
1968                       </spacer>
1969                      </item>
1970                      <item row="1" column="6">
1971                       <spacer name="horizontalSpacer_32">
1972                        <property name="orientation">
1973                         <enum>Qt::Horizontal</enum>
1974                        </property>
1975                        <property name="sizeHint" stdset="0">
1976                         <size>
1977                          <width>40</width>
1978                          <height>20</height>
1979                         </size>
1980                        </property>
1981                       </spacer>
1982                      </item>
1983                      <item row="1" column="5">
1984                       <widget class="QDoubleSpinBox" name="spinBoxToneAdjustBass">
1985                        <property name="minimumSize">
1986                         <size>
1987                          <width>120</width>
1988                          <height>0</height>
1989                         </size>
1990                        </property>
1991                        <property name="minimum">
1992                         <double>-20.000000000000000</double>
1993                        </property>
1994                        <property name="maximum">
1995                         <double>20.000000000000000</double>
1996                        </property>
1997                       </widget>
1998                      </item>
1999                      <item row="1" column="3">
2000                       <spacer name="horizontalSpacer_29">
2001                        <property name="orientation">
2002                         <enum>Qt::Horizontal</enum>
2003                        </property>
2004                        <property name="sizeHint" stdset="0">
2005                         <size>
2006                          <width>40</width>
2007                          <height>20</height>
2008                         </size>
2009                        </property>
2010                       </spacer>
2011                      </item>
2012                      <item row="1" column="1">
2013                       <widget class="QLabel" name="label_7">
2014                        <property name="text">
2015                         <string>Adjust Treble (dB):</string>
2016                        </property>
2017                        <property name="alignment">
2018                         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2019                        </property>
2020                       </widget>
2021                      </item>
2022                      <item row="1" column="4">
2023                       <widget class="QLabel" name="label_8">
2024                        <property name="text">
2025                         <string>Adjust Bass (dB):</string>
2026                        </property>
2027                        <property name="alignment">
2028                         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2029                        </property>
2030                       </widget>
2031                      </item>
2032                      <item row="1" column="7">
2033                       <widget class="QPushButton" name="buttonToneAdjustReset">
2034                        <property name="text">
2035                         <string/>
2036                        </property>
2037                        <property name="icon">
2038                         <iconset resource="../res/Icons.qrc">
2039                          <normaloff>:/icons/cross.png</normaloff>:/icons/cross.png</iconset>
2040                        </property>
2041                        <property name="iconSize">
2042                         <size>
2043                          <width>16</width>
2044                          <height>16</height>
2045                         </size>
2046                        </property>
2047                       </widget>
2048                      </item>
2049                      <item row="0" column="1" colspan="7">
2050                       <spacer name="verticalSpacer_13">
2051                        <property name="orientation">
2052                         <enum>Qt::Vertical</enum>
2053                        </property>
2054                        <property name="sizeType">
2055                         <enum>QSizePolicy::Fixed</enum>
2056                        </property>
2057                        <property name="sizeHint" stdset="0">
2058                         <size>
2059                          <width>20</width>
2060                          <height>8</height>
2061                         </size>
2062                        </property>
2063                       </spacer>
2064                      </item>
2065                      <item row="2" column="1" colspan="7">
2066                       <spacer name="verticalSpacer_14">
2067                        <property name="orientation">
2068                         <enum>Qt::Vertical</enum>
2069                        </property>
2070                        <property name="sizeType">
2071                         <enum>QSizePolicy::Fixed</enum>
2072                        </property>
2073                        <property name="sizeHint" stdset="0">
2074                         <size>
2075                          <width>20</width>
2076                          <height>8</height>
2077                         </size>
2078                        </property>
2079                       </spacer>
2080                      </item>
2081                     </layout>
2082                    </item>
2083                   </layout>
2084                  </widget>
2085                 </item>
2086                 <item row="8" column="0">
2087                  <widget class="QGroupBox" name="groupBox_11">
2088                   <property name="font">
2089                    <font>
2090                     <weight>50</weight>
2091                     <bold>false</bold>
2092                    </font>
2093                   </property>
2094                   <property name="title">
2095                    <string> Custom Encoder Parameters </string>
2096                   </property>
2097                   <layout class="QGridLayout" name="gridLayout_30">
2098                    <item row="0" column="0">
2099                     <layout class="QGridLayout" name="gridLayout_29">
2100                      <item row="1" column="2">
2101                       <widget class="QLineEdit" name="lineEditCustomParamLAME">
2102                        <property name="font">
2103                         <font>
2104                          <family>Lucida Console</family>
2105                         </font>
2106                        </property>
2107                        <property name="text">
2108                         <string notr="true"/>
2109                        </property>
2110                        <property name="placeholderText">
2111                         <string>You can eneter custom parameters here!</string>
2112                        </property>
2113                       </widget>
2114                      </item>
2115                      <item row="2" column="2">
2116                       <widget class="QLineEdit" name="lineEditCustomParamOggEnc">
2117                        <property name="font">
2118                         <font>
2119                          <family>Lucida Console</family>
2120                         </font>
2121                        </property>
2122                        <property name="text">
2123                         <string notr="true"/>
2124                        </property>
2125                        <property name="placeholderText">
2126                         <string>You can eneter custom parameters here!</string>
2127                        </property>
2128                       </widget>
2129                      </item>
2130                      <item row="4" column="2">
2131                       <widget class="QLineEdit" name="lineEditCustomParamFLAC">
2132                        <property name="font">
2133                         <font>
2134                          <family>Lucida Console</family>
2135                         </font>
2136                        </property>
2137                        <property name="text">
2138                         <string notr="true"/>
2139                        </property>
2140                        <property name="placeholderText">
2141                         <string>You can eneter custom parameters here!</string>
2142                        </property>
2143                       </widget>
2144                      </item>
2145                      <item row="3" column="2">
2146                       <widget class="QLineEdit" name="lineEditCustomParamNeroAAC">
2147                        <property name="font">
2148                         <font>
2149                          <family>Lucida Console</family>
2150                         </font>
2151                        </property>
2152                        <property name="text">
2153                         <string notr="true"/>
2154                        </property>
2155                        <property name="placeholderText">
2156                         <string>You can eneter custom parameters here!</string>
2157                        </property>
2158                       </widget>
2159                      </item>
2160                      <item row="1" column="1">
2161                       <widget class="QLabel" name="label_9">
2162                        <property name="text">
2163                         <string>Lame MP3:</string>
2164                        </property>
2165                       </widget>
2166                      </item>
2167                      <item row="2" column="1">
2168                       <widget class="QLabel" name="label_10">
2169                        <property name="text">
2170                         <string>OggEnc2:</string>
2171                        </property>
2172                       </widget>
2173                      </item>
2174                      <item row="3" column="1">
2175                       <widget class="QLabel" name="label_11">
2176                        <property name="text">
2177                         <string>Nero AAC:</string>
2178                        </property>
2179                       </widget>
2180                      </item>
2181                      <item row="4" column="1">
2182                       <widget class="QLabel" name="label_12">
2183                        <property name="text">
2184                         <string>FLAC:</string>
2185                        </property>
2186                       </widget>
2187                      </item>
2188                      <item row="1" column="0" rowspan="4">
2189                       <spacer name="horizontalSpacer_33">
2190                        <property name="orientation">
2191                         <enum>Qt::Horizontal</enum>
2192                        </property>
2193                        <property name="sizeType">
2194                         <enum>QSizePolicy::Fixed</enum>
2195                        </property>
2196                        <property name="sizeHint" stdset="0">
2197                         <size>
2198                          <width>10</width>
2199                          <height>20</height>
2200                         </size>
2201                        </property>
2202                       </spacer>
2203                      </item>
2204                      <item row="1" column="3" rowspan="4">
2205                       <spacer name="horizontalSpacer_34">
2206                        <property name="orientation">
2207                         <enum>Qt::Horizontal</enum>
2208                        </property>
2209                        <property name="sizeType">
2210                         <enum>QSizePolicy::Fixed</enum>
2211                        </property>
2212                        <property name="sizeHint" stdset="0">
2213                         <size>
2214                          <width>10</width>
2215                          <height>20</height>
2216                         </size>
2217                        </property>
2218                       </spacer>
2219                      </item>
2220                      <item row="0" column="1" colspan="2">
2221                       <spacer name="verticalSpacer_15">
2222                        <property name="orientation">
2223                         <enum>Qt::Vertical</enum>
2224                        </property>
2225                        <property name="sizeType">
2226                         <enum>QSizePolicy::Fixed</enum>
2227                        </property>
2228                        <property name="sizeHint" stdset="0">
2229                         <size>
2230                          <width>20</width>
2231                          <height>8</height>
2232                         </size>
2233                        </property>
2234                       </spacer>
2235                      </item>
2236                      <item row="8" column="1" colspan="2">
2237                       <spacer name="verticalSpacer_16">
2238                        <property name="orientation">
2239                         <enum>Qt::Vertical</enum>
2240                        </property>
2241                        <property name="sizeType">
2242                         <enum>QSizePolicy::Fixed</enum>
2243                        </property>
2244                        <property name="sizeHint" stdset="0">
2245                         <size>
2246                          <width>20</width>
2247                          <height>8</height>
2248                         </size>
2249                        </property>
2250                       </spacer>
2251                      </item>
2252                      <item row="7" column="1" colspan="2">
2253                       <layout class="QHBoxLayout" name="horizontalLayout_6">
2254                        <item>
2255                         <widget class="QLabel" name="labelCustomParamsIcon">
2256                          <property name="maximumSize">
2257                           <size>
2258                            <width>18</width>
2259                            <height>16777215</height>
2260                           </size>
2261                          </property>
2262                          <property name="text">
2263                           <string/>
2264                          </property>
2265                          <property name="pixmap">
2266                           <pixmap resource="../res/Icons.qrc">:/icons/error.png</pixmap>
2267                          </property>
2268                         </widget>
2269                        </item>
2270                        <item>
2271                         <widget class="QLabel" name="labelCustomParamsText">
2272                          <property name="text">
2273                           <string>Warning: Custom parameters won't be checked at all. Use them at your own risk !!!</string>
2274                          </property>
2275                         </widget>
2276                        </item>
2277                       </layout>
2278                      </item>
2279                      <item row="6" column="1" colspan="2">
2280                       <widget class="QLabel" name="labelCustomParamsSpacer">
2281                        <property name="minimumSize">
2282                         <size>
2283                          <width>0</width>
2284                          <height>2</height>
2285                         </size>
2286                        </property>
2287                        <property name="maximumSize">
2288                         <size>
2289                          <width>16777215</width>
2290                          <height>2</height>
2291                         </size>
2292                        </property>
2293                        <property name="text">
2294                         <string/>
2295                        </property>
2296                       </widget>
2297                      </item>
2298                      <item row="5" column="2">
2299                       <widget class="QLineEdit" name="lineEditCustomParamAften">
2300                        <property name="font">
2301                         <font>
2302                          <family>Lucida Console</family>
2303                         </font>
2304                        </property>
2305                        <property name="text">
2306                         <string notr="true"/>
2307                        </property>
2308                        <property name="placeholderText">
2309                         <string>You can eneter custom parameters here!</string>
2310                        </property>
2311                       </widget>
2312                      </item>
2313                      <item row="5" column="1">
2314                       <widget class="QLabel" name="label_13">
2315                        <property name="text">
2316                         <string>Aften A/52:</string>
2317                        </property>
2318                       </widget>
2319                      </item>
2320                     </layout>
2321                    </item>
2322                   </layout>
2323                  </widget>
2324                 </item>
2325                 <item row="9" column="0">
2326                  <widget class="QGroupBox" name="groupBox_12">
2327                   <property name="font">
2328                    <font>
2329                     <weight>50</weight>
2330                     <bold>false</bold>
2331                    </font>
2332                   </property>
2333                   <property name="title">
2334                    <string> Multi-Threading </string>
2335                   </property>
2336                   <layout class="QGridLayout" name="gridLayout_32">
2337                    <item row="0" column="0">
2338                     <layout class="QGridLayout" name="gridLayout_31">
2339                      <item row="1" column="1" colspan="3">
2340                       <widget class="QSlider" name="sliderMaxInstances">
2341                        <property name="minimum">
2342                         <number>1</number>
2343                        </property>
2344                        <property name="maximum">
2345                         <number>16</number>
2346                        </property>
2347                        <property name="pageStep">
2348                         <number>1</number>
2349                        </property>
2350                        <property name="sliderPosition">
2351                         <number>4</number>
2352                        </property>
2353                        <property name="orientation">
2354                         <enum>Qt::Horizontal</enum>
2355                        </property>
2356                        <property name="tickPosition">
2357                         <enum>QSlider::TicksBelow</enum>
2358                        </property>
2359                        <property name="tickInterval">
2360                         <number>1</number>
2361                        </property>
2362                       </widget>
2363                      </item>
2364                      <item row="1" column="0">
2365                       <spacer name="horizontalSpacer_35">
2366                        <property name="orientation">
2367                         <enum>Qt::Horizontal</enum>
2368                        </property>
2369                        <property name="sizeType">
2370                         <enum>QSizePolicy::Fixed</enum>
2371                        </property>
2372                        <property name="sizeHint" stdset="0">
2373                         <size>
2374                          <width>10</width>
2375                          <height>20</height>
2376                         </size>
2377                        </property>
2378                       </spacer>
2379                      </item>
2380                      <item row="1" column="4">
2381                       <spacer name="horizontalSpacer_36">
2382                        <property name="orientation">
2383                         <enum>Qt::Horizontal</enum>
2384                        </property>
2385                        <property name="sizeType">
2386                         <enum>QSizePolicy::Fixed</enum>
2387                        </property>
2388                        <property name="sizeHint" stdset="0">
2389                         <size>
2390                          <width>10</width>
2391                          <height>20</height>
2392                         </size>
2393                        </property>
2394                       </spacer>
2395                      </item>
2396                      <item row="0" column="1" colspan="3">
2397                       <spacer name="verticalSpacer_17">
2398                        <property name="orientation">
2399                         <enum>Qt::Vertical</enum>
2400                        </property>
2401                        <property name="sizeType">
2402                         <enum>QSizePolicy::Fixed</enum>
2403                        </property>
2404                        <property name="sizeHint" stdset="0">
2405                         <size>
2406                          <width>8</width>
2407                          <height>8</height>
2408                         </size>
2409                        </property>
2410                       </spacer>
2411                      </item>
2412                      <item row="5" column="1" colspan="3">
2413                       <spacer name="verticalSpacer_18">
2414                        <property name="orientation">
2415                         <enum>Qt::Vertical</enum>
2416                        </property>
2417                        <property name="sizeType">
2418                         <enum>QSizePolicy::Fixed</enum>
2419                        </property>
2420                        <property name="sizeHint" stdset="0">
2421                         <size>
2422                          <width>20</width>
2423                          <height>8</height>
2424                         </size>
2425                        </property>
2426                       </spacer>
2427                      </item>
2428                      <item row="4" column="1" colspan="3">
2429                       <widget class="QCheckBox" name="checkBoxAutoDetectInstances">
2430                        <property name="text">
2431                         <string>Choose the number of parallel instances based on the number of CPU cores (Recommended)</string>
2432                        </property>
2433                       </widget>
2434                      </item>
2435                      <item row="2" column="1">
2436                       <widget class="QLabel" name="labelMaxInstancesFewer">
2437                        <property name="text">
2438                         <string>Fewer Instances</string>
2439                        </property>
2440                       </widget>
2441                      </item>
2442                      <item row="2" column="2">
2443                       <widget class="QLabel" name="labelMaxInstances">
2444                        <property name="font">
2445                         <font>
2446                          <weight>75</weight>
2447                          <bold>true</bold>
2448                         </font>
2449                        </property>
2450                        <property name="text">
2451                         <string notr="true">(VALUE)</string>
2452                        </property>
2453                        <property name="alignment">
2454                         <set>Qt::AlignCenter</set>
2455                        </property>
2456                       </widget>
2457                      </item>
2458                      <item row="2" column="3">
2459                       <widget class="QLabel" name="labelMaxInstancesMore">
2460                        <property name="text">
2461                         <string>More Instances</string>
2462                        </property>
2463                        <property name="alignment">
2464                         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2465                        </property>
2466                       </widget>
2467                      </item>
2468                      <item row="3" column="1" colspan="3">
2469                       <spacer name="verticalSpacer_19">
2470                        <property name="orientation">
2471                         <enum>Qt::Vertical</enum>
2472                        </property>
2473                        <property name="sizeType">
2474                         <enum>QSizePolicy::Fixed</enum>
2475                        </property>
2476                        <property name="sizeHint" stdset="0">
2477                         <size>
2478                          <width>20</width>
2479                          <height>12</height>
2480                         </size>
2481                        </property>
2482                       </spacer>
2483                      </item>
2484                     </layout>
2485                    </item>
2486                   </layout>
2487                  </widget>
2488                 </item>
2489                 <item row="10" column="0">
2490                  <widget class="QGroupBox" name="groupBox_13">
2491                   <property name="font">
2492                    <font>
2493                     <weight>50</weight>
2494                     <bold>false</bold>
2495                    </font>
2496                   </property>
2497                   <property name="title">
2498                    <string> Temp Directory </string>
2499                   </property>
2500                   <layout class="QGridLayout" name="gridLayout_34">
2501                    <item row="0" column="1">
2502                     <layout class="QGridLayout" name="gridLayout_33">
2503                      <item row="1" column="1">
2504                       <widget class="QLineEdit" name="lineEditCustomTempFolder">
2505                        <property name="readOnly">
2506                         <bool>true</bool>
2507                        </property>
2508                       </widget>
2509                      </item>
2510                      <item row="1" column="2">
2511                       <widget class="QPushButton" name="buttonBrowseCustomTempFolder">
2512                        <property name="text">
2513                         <string>Browse...</string>
2514                        </property>
2515                        <property name="icon">
2516                         <iconset resource="../res/Icons.qrc">
2517                          <normaloff>:/icons/folder_explore.png</normaloff>:/icons/folder_explore.png</iconset>
2518                        </property>
2519                        <property name="iconSize">
2520                         <size>
2521                          <width>16</width>
2522                          <height>16</height>
2523                         </size>
2524                        </property>
2525                       </widget>
2526                      </item>
2527                      <item row="3" column="1" colspan="2">
2528                       <widget class="QCheckBox" name="checkBoxUseSystemTempFolder">
2529                        <property name="text">
2530                         <string>Store temporary files in your system's default TEMP directory (Recommended)</string>
2531                        </property>
2532                       </widget>
2533                      </item>
2534                      <item row="0" column="1" colspan="2">
2535                       <spacer name="verticalSpacer_20">
2536                        <property name="orientation">
2537                         <enum>Qt::Vertical</enum>
2538                        </property>
2539                        <property name="sizeType">
2540                         <enum>QSizePolicy::Fixed</enum>
2541                        </property>
2542                        <property name="sizeHint" stdset="0">
2543                         <size>
2544                          <width>20</width>
2545                          <height>8</height>
2546                         </size>
2547                        </property>
2548                       </spacer>
2549                      </item>
2550                      <item row="4" column="1" colspan="2">
2551                       <spacer name="verticalSpacer_21">
2552                        <property name="orientation">
2553                         <enum>Qt::Vertical</enum>
2554                        </property>
2555                        <property name="sizeType">
2556                         <enum>QSizePolicy::Fixed</enum>
2557                        </property>
2558                        <property name="sizeHint" stdset="0">
2559                         <size>
2560                          <width>20</width>
2561                          <height>8</height>
2562                         </size>
2563                        </property>
2564                       </spacer>
2565                      </item>
2566                      <item row="1" column="0">
2567                       <spacer name="horizontalSpacer_37">
2568                        <property name="orientation">
2569                         <enum>Qt::Horizontal</enum>
2570                        </property>
2571                        <property name="sizeType">
2572                         <enum>QSizePolicy::Fixed</enum>
2573                        </property>
2574                        <property name="sizeHint" stdset="0">
2575                         <size>
2576                          <width>10</width>
2577                          <height>20</height>
2578                         </size>
2579                        </property>
2580                       </spacer>
2581                      </item>
2582                      <item row="1" column="3">
2583                       <spacer name="horizontalSpacer_38">
2584                        <property name="orientation">
2585                         <enum>Qt::Horizontal</enum>
2586                        </property>
2587                        <property name="sizeType">
2588                         <enum>QSizePolicy::Fixed</enum>
2589                        </property>
2590                        <property name="sizeHint" stdset="0">
2591                         <size>
2592                          <width>10</width>
2593                          <height>20</height>
2594                         </size>
2595                        </property>
2596                       </spacer>
2597                      </item>
2598                      <item row="2" column="1" colspan="2">
2599                       <spacer name="verticalSpacer_22">
2600                        <property name="orientation">
2601                         <enum>Qt::Vertical</enum>
2602                        </property>
2603                        <property name="sizeType">
2604                         <enum>QSizePolicy::Fixed</enum>
2605                        </property>
2606                        <property name="sizeHint" stdset="0">
2607                         <size>
2608                          <width>20</width>
2609                          <height>4</height>
2610                         </size>
2611                        </property>
2612                       </spacer>
2613                      </item>
2614                     </layout>
2615                    </item>
2616                   </layout>
2617                  </widget>
2618                 </item>
2619                 <item row="4" column="0">
2620                  <widget class="QGroupBox" name="groupBox_14">
2621                   <property name="font">
2622                    <font>
2623                     <weight>50</weight>
2624                     <bold>false</bold>
2625                    </font>
2626                   </property>
2627                   <property name="title">
2628                    <string> Aften A/52 Options </string>
2629                   </property>
2630                   <layout class="QGridLayout" name="gridLayout_36">
2631                    <item row="0" column="0">
2632                     <layout class="QGridLayout" name="gridLayout_35">
2633                      <item row="1" column="5">
2634                       <widget class="QComboBox" name="comboBoxAftenDRCMode">
2635                        <property name="currentIndex">
2636                         <number>5</number>
2637                        </property>
2638                        <item>
2639                         <property name="text">
2640                          <string>Film Light</string>
2641                         </property>
2642                        </item>
2643                        <item>
2644                         <property name="text">
2645                          <string>Film Standard</string>
2646                         </property>
2647                        </item>
2648                        <item>
2649                         <property name="text">
2650                          <string>Music Light</string>
2651                         </property>
2652                        </item>
2653                        <item>
2654                         <property name="text">
2655                          <string>Music Standard</string>
2656                         </property>
2657                        </item>
2658                        <item>
2659                         <property name="text">
2660                          <string>Speech</string>
2661                         </property>
2662                        </item>
2663                        <item>
2664                         <property name="text">
2665                          <string>None (Default)</string>
2666                         </property>
2667                        </item>
2668                       </widget>
2669                      </item>
2670                      <item row="1" column="2">
2671                       <widget class="QComboBox" name="comboBoxAftenCodingMode">
2672                        <item>
2673                         <property name="text">
2674                          <string>Auto Select</string>
2675                         </property>
2676                        </item>
2677                        <item>
2678                         <property name="text">
2679                          <string>1+1 (Ch1,Ch2)</string>
2680                         </property>
2681                        </item>
2682                        <item>
2683                         <property name="text">
2684                          <string>1/0 (C)</string>
2685                         </property>
2686                        </item>
2687                        <item>
2688                         <property name="text">
2689                          <string>2/0 (L,R)</string>
2690                         </property>
2691                        </item>
2692                        <item>
2693                         <property name="text">
2694                          <string>3/0 (L,R,C)</string>
2695                         </property>
2696                        </item>
2697                        <item>
2698                         <property name="text">
2699                          <string>2/1 (L,R,S)</string>
2700                         </property>
2701                        </item>
2702                        <item>
2703                         <property name="text">
2704                          <string>3/1 (L,R,C,S)</string>
2705                         </property>
2706                        </item>
2707                        <item>
2708                         <property name="text">
2709                          <string>2/2 (L,R,SL,SR)</string>
2710                         </property>
2711                        </item>
2712                        <item>
2713                         <property name="text">
2714                          <string>3/2 (L,R,C,SL,SR)</string>
2715                         </property>
2716                        </item>
2717                       </widget>
2718                      </item>
2719                      <item row="1" column="1">
2720                       <widget class="QLabel" name="label_14">
2721                        <property name="text">
2722                         <string>Audio Coding Mode:</string>
2723                        </property>
2724                       </widget>
2725                      </item>
2726                      <item row="1" column="4">
2727                       <widget class="QLabel" name="label_15">
2728                        <property name="text">
2729                         <string>Dynamic Range Compression:</string>
2730                        </property>
2731                       </widget>
2732                      </item>
2733                      <item row="1" column="3">
2734                       <spacer name="horizontalSpacer_39">
2735                        <property name="orientation">
2736                         <enum>Qt::Horizontal</enum>
2737                        </property>
2738                        <property name="sizeHint" stdset="0">
2739                         <size>
2740                          <width>40</width>
2741                          <height>20</height>
2742                         </size>
2743                        </property>
2744                       </spacer>
2745                      </item>
2746                      <item row="1" column="0" rowspan="3">
2747                       <spacer name="horizontalSpacer_40">
2748                        <property name="orientation">
2749                         <enum>Qt::Horizontal</enum>
2750                        </property>
2751                        <property name="sizeType">
2752                         <enum>QSizePolicy::Fixed</enum>
2753                        </property>
2754                        <property name="sizeHint" stdset="0">
2755                         <size>
2756                          <width>10</width>
2757                          <height>20</height>
2758                         </size>
2759                        </property>
2760                       </spacer>
2761                      </item>
2762                      <item row="1" column="7" rowspan="3">
2763                       <spacer name="horizontalSpacer_41">
2764                        <property name="orientation">
2765                         <enum>Qt::Horizontal</enum>
2766                        </property>
2767                        <property name="sizeType">
2768                         <enum>QSizePolicy::Fixed</enum>
2769                        </property>
2770                        <property name="sizeHint" stdset="0">
2771                         <size>
2772                          <width>10</width>
2773                          <height>20</height>
2774                         </size>
2775                        </property>
2776                       </spacer>
2777                      </item>
2778                      <item row="0" column="1" colspan="6">
2779                       <spacer name="verticalSpacer_23">
2780                        <property name="orientation">
2781                         <enum>Qt::Vertical</enum>
2782                        </property>
2783                        <property name="sizeType">
2784                         <enum>QSizePolicy::Fixed</enum>
2785                        </property>
2786                        <property name="sizeHint" stdset="0">
2787                         <size>
2788                          <width>20</width>
2789                          <height>8</height>
2790                         </size>
2791                        </property>
2792                       </spacer>
2793                      </item>
2794                      <item row="4" column="1" colspan="6">
2795                       <spacer name="verticalSpacer_24">
2796                        <property name="orientation">
2797                         <enum>Qt::Vertical</enum>
2798                        </property>
2799                        <property name="sizeType">
2800                         <enum>QSizePolicy::Fixed</enum>
2801                        </property>
2802                        <property name="sizeHint" stdset="0">
2803                         <size>
2804                          <width>20</width>
2805                          <height>8</height>
2806                         </size>
2807                        </property>
2808                       </spacer>
2809                      </item>
2810                      <item row="1" column="6">
2811                       <spacer name="horizontalSpacer_42">
2812                        <property name="orientation">
2813                         <enum>Qt::Horizontal</enum>
2814                        </property>
2815                        <property name="sizeHint" stdset="0">
2816                         <size>
2817                          <width>40</width>
2818                          <height>20</height>
2819                         </size>
2820                        </property>
2821                       </spacer>
2822                      </item>
2823                      <item row="2" column="1" colspan="6">
2824                       <spacer name="verticalSpacer_25">
2825                        <property name="orientation">
2826                         <enum>Qt::Vertical</enum>
2827                        </property>
2828                        <property name="sizeType">
2829                         <enum>QSizePolicy::Fixed</enum>
2830                        </property>
2831                        <property name="sizeHint" stdset="0">
2832                         <size>
2833                          <width>20</width>
2834                          <height>6</height>
2835                         </size>
2836                        </property>
2837                       </spacer>
2838                      </item>
2839                      <item row="3" column="1" colspan="2">
2840                       <widget class="QCheckBox" name="checkBoxAftenFastAllocation">
2841                        <property name="text">
2842                         <string>Fast Bit Allocation (Less Accurate)</string>
2843                        </property>
2844                       </widget>
2845                      </item>
2846                      <item row="3" column="4">
2847                       <widget class="QLabel" name="label_16">
2848                        <property name="text">
2849                         <string>Exponent Search Size:</string>
2850                        </property>
2851                       </widget>
2852                      </item>
2853                      <item row="3" column="5">
2854                       <widget class="QSpinBox" name="spinBoxAftenSearchSize">
2855                        <property name="minimum">
2856                         <number>1</number>
2857                        </property>
2858                        <property name="maximum">
2859                         <number>32</number>
2860                        </property>
2861                        <property name="value">
2862                         <number>8</number>
2863                        </property>
2864                       </widget>
2865                      </item>
2866                     </layout>
2867                    </item>
2868                   </layout>
2869                  </widget>
2870                 </item>
2871                 <item row="7" column="0">
2872                  <widget class="QGroupBox" name="groupBox_15">
2873                   <property name="font">
2874                    <font>
2875                     <weight>50</weight>
2876                     <bold>false</bold>
2877                    </font>
2878                   </property>
2879                   <property name="title">
2880                    <string> Rename Output Files </string>
2881                   </property>
2882                   <layout class="QGridLayout" name="gridLayout_38">
2883                    <item row="0" column="0">
2884                     <layout class="QGridLayout" name="gridLayout_37">
2885                      <item row="1" column="0" rowspan="5">
2886                       <spacer name="horizontalSpacer_43">
2887                        <property name="orientation">
2888                         <enum>Qt::Horizontal</enum>
2889                        </property>
2890                        <property name="sizeType">
2891                         <enum>QSizePolicy::Fixed</enum>
2892                        </property>
2893                        <property name="sizeHint" stdset="0">
2894                         <size>
2895                          <width>10</width>
2896                          <height>20</height>
2897                         </size>
2898                        </property>
2899                       </spacer>
2900                      </item>
2901                      <item row="1" column="4" rowspan="5">
2902                       <spacer name="horizontalSpacer_44">
2903                        <property name="orientation">
2904                         <enum>Qt::Horizontal</enum>
2905                        </property>
2906                        <property name="sizeType">
2907                         <enum>QSizePolicy::Fixed</enum>
2908                        </property>
2909                        <property name="sizeHint" stdset="0">
2910                         <size>
2911                          <width>10</width>
2912                          <height>20</height>
2913                         </size>
2914                        </property>
2915                       </spacer>
2916                      </item>
2917                      <item row="1" column="2" colspan="2">
2918                       <widget class="QLineEdit" name="lineEditRenamePattern">
2919                        <property name="enabled">
2920                         <bool>false</bool>
2921                        </property>
2922                        <property name="font">
2923                         <font>
2924                          <family>Lucida Console</family>
2925                         </font>
2926                        </property>
2927                        <property name="text">
2928                         <string notr="true">[&lt;TrackNo&gt;] &lt;Artist&gt; - &lt;Title&gt;</string>
2929                        </property>
2930                        <property name="placeholderText">
2931                         <string>Entere the pattern to rename the output files here!</string>
2932                        </property>
2933                       </widget>
2934                      </item>
2935                      <item row="0" column="1" colspan="3">
2936                       <spacer name="verticalSpacer_26">
2937                        <property name="orientation">
2938                         <enum>Qt::Vertical</enum>
2939                        </property>
2940                        <property name="sizeType">
2941                         <enum>QSizePolicy::Fixed</enum>
2942                        </property>
2943                        <property name="sizeHint" stdset="0">
2944                         <size>
2945                          <width>20</width>
2946                          <height>8</height>
2947                         </size>
2948                        </property>
2949                       </spacer>
2950                      </item>
2951                      <item row="6" column="1" colspan="3">
2952                       <spacer name="verticalSpacer_27">
2953                        <property name="orientation">
2954                         <enum>Qt::Vertical</enum>
2955                        </property>
2956                        <property name="sizeType">
2957                         <enum>QSizePolicy::Fixed</enum>
2958                        </property>
2959                        <property name="sizeHint" stdset="0">
2960                         <size>
2961                          <width>20</width>
2962                          <height>8</height>
2963                         </size>
2964                        </property>
2965                       </spacer>
2966                      </item>
2967                      <item row="5" column="1" colspan="2">
2968                       <widget class="QCheckBox" name="checkBoxRenameOutput">
2969                        <property name="text">
2970                         <string>Rename Output Files</string>
2971                        </property>
2972                       </widget>
2973                      </item>
2974                      <item row="4" column="1" colspan="3">
2975                       <spacer name="verticalSpacer_28">
2976                        <property name="orientation">
2977                         <enum>Qt::Vertical</enum>
2978                        </property>
2979                        <property name="sizeType">
2980                         <enum>QSizePolicy::Fixed</enum>
2981                        </property>
2982                        <property name="sizeHint" stdset="0">
2983                         <size>
2984                          <width>20</width>
2985                          <height>3</height>
2986                         </size>
2987                        </property>
2988                       </spacer>
2989                      </item>
2990                      <item row="5" column="3">
2991                       <widget class="QLabel" name="labelShowRenameMacros">
2992                        <property name="sizePolicy">
2993                         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
2994                          <horstretch>0</horstretch>
2995                          <verstretch>0</verstretch>
2996                         </sizepolicy>
2997                        </property>
2998                        <property name="text">
2999                         <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>
3000                        </property>
3001                        <property name="alignment">
3002                         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3003                        </property>
3004                       </widget>
3005                      </item>
3006                      <item row="2" column="1" colspan="3">
3007                       <spacer name="verticalSpacer_29">
3008                        <property name="orientation">
3009                         <enum>Qt::Vertical</enum>
3010                        </property>
3011                        <property name="sizeType">
3012                         <enum>QSizePolicy::Fixed</enum>
3013                        </property>
3014                        <property name="sizeHint" stdset="0">
3015                         <size>
3016                          <width>20</width>
3017                          <height>1</height>
3018                         </size>
3019                        </property>
3020                       </spacer>
3021                      </item>
3022                      <item row="1" column="1">
3023                       <widget class="QLabel" name="label_17">
3024                        <property name="sizePolicy">
3025                         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3026                          <horstretch>0</horstretch>
3027                          <verstretch>0</verstretch>
3028                         </sizepolicy>
3029                        </property>
3030                        <property name="text">
3031                         <string>Rename Pattern:</string>
3032                        </property>
3033                       </widget>
3034                      </item>
3035                      <item row="3" column="1">
3036                       <widget class="QLabel" name="label_18">
3037                        <property name="sizePolicy">
3038                         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
3039                          <horstretch>0</horstretch>
3040                          <verstretch>0</verstretch>
3041                         </sizepolicy>
3042                        </property>
3043                        <property name="text">
3044                         <string>Example File Name:</string>
3045                        </property>
3046                       </widget>
3047                      </item>
3048                      <item row="3" column="2" colspan="2">
3049                       <widget class="QLabel" name="labelRanameExample">
3050                        <property name="sizePolicy">
3051                         <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
3052                          <horstretch>0</horstretch>
3053                          <verstretch>0</verstretch>
3054                         </sizepolicy>
3055                        </property>
3056                        <property name="frameShape">
3057                         <enum>QFrame::StyledPanel</enum>
3058                        </property>
3059                        <property name="text">
3060                         <string notr="true"/>
3061                        </property>
3062                       </widget>
3063                      </item>
3064                     </layout>
3065                    </item>
3066                   </layout>
3067                  </widget>
3068                 </item>
3069                </layout>
3070               </item>
3071               <item row="6" column="0">
3072                <spacer name="verticalSpacer">
3073                 <property name="orientation">
3074                  <enum>Qt::Vertical</enum>
3075                 </property>
3076                 <property name="sizeType">
3077                  <enum>QSizePolicy::Expanding</enum>
3078                 </property>
3079                 <property name="sizeHint" stdset="0">
3080                  <size>
3081                   <width>20</width>
3082                   <height>40</height>
3083                  </size>
3084                 </property>
3085                </spacer>
3086               </item>
3087               <item row="3" column="0">
3088                <layout class="QHBoxLayout" name="horizontalLayout_5">
3089                 <item>
3090                  <widget class="QPushButton" name="buttonResetAdvancedOptions">
3091                   <property name="minimumSize">
3092                    <size>
3093                     <width>175</width>
3094                     <height>0</height>
3095                    </size>
3096                   </property>
3097                   <property name="font">
3098                    <font>
3099                     <weight>50</weight>
3100                     <bold>false</bold>
3101                    </font>
3102                   </property>
3103                   <property name="text">
3104                    <string>Reset Advanced Options </string>
3105                   </property>
3106                   <property name="icon">
3107                    <iconset resource="../res/Icons.qrc">
3108                     <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
3109                   </property>
3110                   <property name="iconSize">
3111                    <size>
3112                     <width>16</width>
3113                     <height>16</height>
3114                    </size>
3115                   </property>
3116                  </widget>
3117                 </item>
3118                 <item>
3119                  <spacer name="horizontalSpacer_24">
3120                   <property name="orientation">
3121                    <enum>Qt::Horizontal</enum>
3122                   </property>
3123                   <property name="sizeHint" stdset="0">
3124                    <size>
3125                     <width>40</width>
3126                     <height>20</height>
3127                    </size>
3128                   </property>
3129                  </spacer>
3130                 </item>
3131                </layout>
3132               </item>
3133              </layout>
3134             </widget>
3135            </widget>
3136           </item>
3137          </layout>
3138         </widget>
3139        </widget>
3140       </item>
3141      </layout>
3142     </item>
3143     <item>
3144      <widget class="QFrame" name="frame">
3145       <property name="maximumSize">
3146        <size>
3147         <width>16777215</width>
3148         <height>12</height>
3149        </size>
3150       </property>
3151       <property name="frameShape">
3152        <enum>QFrame::HLine</enum>
3153       </property>
3154       <property name="frameShadow">
3155        <enum>QFrame::Sunken</enum>
3156       </property>
3157      </widget>
3158     </item>
3159     <item>
3160      <layout class="QHBoxLayout" name="horizontalLayout">
3161       <item>
3162        <widget class="QPushButton" name="buttonStart">
3163         <property name="minimumSize">
3164          <size>
3165           <width>120</width>
3166           <height>0</height>
3167          </size>
3168         </property>
3169         <property name="text">
3170          <string> Encode Now!</string>
3171         </property>
3172         <property name="icon">
3173          <iconset resource="../res/Icons.qrc">
3174           <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
3175         </property>
3176         <property name="iconSize">
3177          <size>
3178           <width>16</width>
3179           <height>16</height>
3180          </size>
3181         </property>
3182         <property name="autoDefault">
3183          <bool>true</bool>
3184         </property>
3185         <property name="default">
3186          <bool>true</bool>
3187         </property>
3188        </widget>
3189       </item>
3190       <item>
3191        <spacer name="horizontalSpacer">
3192         <property name="orientation">
3193          <enum>Qt::Horizontal</enum>
3194         </property>
3195         <property name="sizeHint" stdset="0">
3196          <size>
3197           <width>40</width>
3198           <height>20</height>
3199          </size>
3200         </property>
3201        </spacer>
3202       </item>
3203       <item>
3204        <widget class="QPushButton" name="buttonAbout">
3205         <property name="minimumSize">
3206          <size>
3207           <width>120</width>
3208           <height>0</height>
3209          </size>
3210         </property>
3211         <property name="text">
3212          <string>About...</string>
3213         </property>
3214         <property name="icon">
3215          <iconset resource="../res/Icons.qrc">
3216           <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
3217         </property>
3218         <property name="iconSize">
3219          <size>
3220           <width>16</width>
3221           <height>16</height>
3222          </size>
3223         </property>
3224        </widget>
3225       </item>
3226       <item>
3227        <spacer name="horizontalSpacer_2">
3228         <property name="orientation">
3229          <enum>Qt::Horizontal</enum>
3230         </property>
3231         <property name="sizeHint" stdset="0">
3232          <size>
3233           <width>40</width>
3234           <height>20</height>
3235          </size>
3236         </property>
3237        </spacer>
3238       </item>
3239       <item>
3240        <widget class="QPushButton" name="buttonQuit">
3241         <property name="minimumSize">
3242          <size>
3243           <width>120</width>
3244           <height>0</height>
3245          </size>
3246         </property>
3247         <property name="text">
3248          <string> Exit Program</string>
3249         </property>
3250         <property name="icon">
3251          <iconset resource="../res/Icons.qrc">
3252           <normaloff>:/icons/door_in.png</normaloff>:/icons/door_in.png</iconset>
3253         </property>
3254         <property name="iconSize">
3255          <size>
3256           <width>16</width>
3257           <height>16</height>
3258          </size>
3259         </property>
3260        </widget>
3261       </item>
3262      </layout>
3263     </item>
3264    </layout>
3265   </widget>
3266   <widget class="QMenuBar" name="menubar">
3267    <property name="geometry">
3268     <rect>
3269      <x>0</x>
3270      <y>0</y>
3271      <width>667</width>
3272      <height>21</height>
3273     </rect>
3274    </property>
3275    <property name="nativeMenuBar">
3276     <bool>false</bool>
3277    </property>
3278    <widget class="QMenu" name="menuFile">
3279     <property name="title">
3280      <string>File</string>
3281     </property>
3282     <addaction name="actionEncodeNow"/>
3283     <addaction name="separator"/>
3284     <addaction name="actionOpen"/>
3285     <addaction name="actionOpenFolder"/>
3286     <addaction name="actionOpenFolderRecursively"/>
3287     <addaction name="actionClearAll"/>
3288     <addaction name="separator"/>
3289     <addaction name="actionQuit"/>
3290     <addaction name="separator"/>
3291    </widget>
3292    <widget class="QMenu" name="menuHelp">
3293     <property name="title">
3294      <string>?</string>
3295     </property>
3296     <addaction name="actionCheckUpdates"/>
3297     <addaction name="actionVisitSupport"/>
3298     <addaction name="actionVisitHomepage"/>
3299     <addaction name="separator"/>
3300     <addaction name="actionDocumentFAQ"/>
3301     <addaction name="actionDocumentChangelog"/>
3302     <addaction name="actionDocumentTranslate"/>
3303     <addaction name="separator"/>
3304     <addaction name="actionAbout"/>
3305    </widget>
3306    <widget class="QMenu" name="menuView">
3307     <property name="title">
3308      <string>View</string>
3309     </property>
3310     <widget class="QMenu" name="menuStyle">
3311      <property name="title">
3312       <string>Style</string>
3313      </property>
3314      <property name="icon">
3315       <iconset resource="../res/Icons.qrc">
3316        <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset>
3317      </property>
3318      <addaction name="actionStylePlastique"/>
3319      <addaction name="actionStyleCleanlooks"/>
3320      <addaction name="actionStyleWindowsVista"/>
3321      <addaction name="actionStyleWindowsXP"/>
3322      <addaction name="actionStyleWindowsClassic"/>
3323     </widget>
3324     <widget class="QMenu" name="menuLanguage">
3325      <property name="title">
3326       <string>Language</string>
3327      </property>
3328      <property name="icon">
3329       <iconset resource="../res/Icons.qrc">
3330        <normaloff>:/icons/user_comment.png</normaloff>:/icons/user_comment.png</iconset>
3331      </property>
3332      <addaction name="actionLoadTranslationFromFile"/>
3333     </widget>
3334     <addaction name="actionSourceFiles"/>
3335     <addaction name="actionOutputDirectory"/>
3336     <addaction name="actionMetaData"/>
3337     <addaction name="actionCompression"/>
3338     <addaction name="actionAdvancedOptions"/>
3339     <addaction name="separator"/>
3340     <addaction name="menuLanguage"/>
3341     <addaction name="menuStyle"/>
3342    </widget>
3343    <widget class="QMenu" name="menuTools">
3344     <property name="title">
3345      <string>Tools</string>
3346     </property>
3347     <widget class="QMenu" name="menuConfiguration">
3348      <property name="title">
3349       <string>Configuration</string>
3350      </property>
3351      <property name="icon">
3352       <iconset resource="../res/Icons.qrc">
3353        <normaloff>:/icons/wrench.png</normaloff>:/icons/wrench.png</iconset>
3354      </property>
3355      <addaction name="actionDisableSounds"/>
3356      <addaction name="actionDisableUpdateReminder"/>
3357      <addaction name="actionDisableNeroAacNotifications"/>
3358      <addaction name="actionDisableSlowStartupNotifications"/>
3359      <addaction name="actionDisableShellIntegration"/>
3360      <addaction name="separator"/>
3361      <addaction name="actionCheckForBetaUpdates"/>
3362     </widget>
3363     <addaction name="actionImportCueSheet"/>
3364     <addaction name="actionShowDropBoxWidget"/>
3365     <addaction name="separator"/>
3366     <addaction name="menuConfiguration"/>
3367    </widget>
3368    <addaction name="menuFile"/>
3369    <addaction name="menuView"/>
3370    <addaction name="menuTools"/>
3371    <addaction name="menuHelp"/>
3372   </widget>
3373   <action name="actionAbout">
3374    <property name="icon">
3375     <iconset resource="../res/Icons.qrc">
3376      <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
3377    </property>
3378    <property name="text">
3379     <string>About...</string>
3380    </property>
3381   </action>
3382   <action name="actionQuit">
3383    <property name="icon">
3384     <iconset resource="../res/Icons.qrc">
3385      <normaloff>:/icons/door_out.png</normaloff>:/icons/door_out.png</iconset>
3386    </property>
3387    <property name="text">
3388     <string>Quit</string>
3389    </property>
3390   </action>
3391   <action name="actionSourceFiles">
3392    <property name="checkable">
3393     <bool>true</bool>
3394    </property>
3395    <property name="text">
3396     <string>Source Files</string>
3397    </property>
3398   </action>
3399   <action name="actionOutputDirectory">
3400    <property name="checkable">
3401     <bool>true</bool>
3402    </property>
3403    <property name="text">
3404     <string>Output Directory</string>
3405    </property>
3406   </action>
3407   <action name="actionCompression">
3408    <property name="checkable">
3409     <bool>true</bool>
3410    </property>
3411    <property name="text">
3412     <string>Compression</string>
3413    </property>
3414   </action>
3415   <action name="actionMetaData">
3416    <property name="checkable">
3417     <bool>true</bool>
3418    </property>
3419    <property name="text">
3420     <string>Meta Data</string>
3421    </property>
3422   </action>
3423   <action name="actionAdvancedOptions">
3424    <property name="checkable">
3425     <bool>true</bool>
3426    </property>
3427    <property name="text">
3428     <string>Advanced Options</string>
3429    </property>
3430   </action>
3431   <action name="actionOpen">
3432    <property name="icon">
3433     <iconset resource="../res/Icons.qrc">
3434      <normaloff>:/icons/page_white_add.png</normaloff>:/icons/page_white_add.png</iconset>
3435    </property>
3436    <property name="text">
3437     <string>Open File(s)...</string>
3438    </property>
3439   </action>
3440   <action name="actionVisitHomepage">
3441    <property name="icon">
3442     <iconset resource="../res/Icons.qrc">
3443      <normaloff>:/icons/world.png</normaloff>:/icons/world.png</iconset>
3444    </property>
3445    <property name="text">
3446     <string>Visit Official Web-Site</string>
3447    </property>
3448    <property name="toolTip">
3449     <string>Visit Official Web-Site</string>
3450    </property>
3451   </action>
3452   <action name="actionCheckUpdates">
3453    <property name="icon">
3454     <iconset resource="../res/Icons.qrc">
3455      <normaloff>:/icons/transmit_blue.png</normaloff>:/icons/transmit_blue.png</iconset>
3456    </property>
3457    <property name="text">
3458     <string>Check for Updates</string>
3459    </property>
3460   </action>
3461   <action name="actionOpenFolder">
3462    <property name="icon">
3463     <iconset resource="../res/Icons.qrc">
3464      <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
3465    </property>
3466    <property name="text">
3467     <string>Open Folder...</string>
3468    </property>
3469   </action>
3470   <action name="actionClearAll">
3471    <property name="icon">
3472     <iconset resource="../res/Icons.qrc">
3473      <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
3474    </property>
3475    <property name="text">
3476     <string>Clear All</string>
3477    </property>
3478   </action>
3479   <action name="actionStylePlastique">
3480    <property name="checkable">
3481     <bool>true</bool>
3482    </property>
3483    <property name="checked">
3484     <bool>true</bool>
3485    </property>
3486    <property name="text">
3487     <string>Plastique</string>
3488    </property>
3489   </action>
3490   <action name="actionStyleCleanlooks">
3491    <property name="checkable">
3492     <bool>true</bool>
3493    </property>
3494    <property name="text">
3495     <string>Cleanlooks</string>
3496    </property>
3497   </action>
3498   <action name="actionStyleWindowsVista">
3499    <property name="checkable">
3500     <bool>true</bool>
3501    </property>
3502    <property name="text">
3503     <string>Windows Vista (&quot;Aero&quot;)</string>
3504    </property>
3505   </action>
3506   <action name="actionStyleWindowsClassic">
3507    <property name="checkable">
3508     <bool>true</bool>
3509    </property>
3510    <property name="text">
3511     <string>Windows Classic</string>
3512    </property>
3513   </action>
3514   <action name="actionStyleWindowsXP">
3515    <property name="checkable">
3516     <bool>true</bool>
3517    </property>
3518    <property name="text">
3519     <string>Windows XP (&quot;Luna&quot;)</string>
3520    </property>
3521   </action>
3522   <action name="actionDisableUpdateReminder">
3523    <property name="checkable">
3524     <bool>true</bool>
3525    </property>
3526    <property name="text">
3527     <string>Disable Update Reminder</string>
3528    </property>
3529   </action>
3530   <action name="actionDisableSounds">
3531    <property name="checkable">
3532     <bool>true</bool>
3533    </property>
3534    <property name="text">
3535     <string>Disable Sound Effects</string>
3536    </property>
3537   </action>
3538   <action name="actionInstallWMADecoder">
3539    <property name="icon">
3540     <iconset resource="../res/Icons.qrc">
3541      <normaloff>:/icons/wma.png</normaloff>:/icons/wma.png</iconset>
3542    </property>
3543    <property name="text">
3544     <string>Install WMA Decoder</string>
3545    </property>
3546   </action>
3547   <action name="actionDisableNeroAacNotifications">
3548    <property name="checkable">
3549     <bool>true</bool>
3550    </property>
3551    <property name="text">
3552     <string>Disable Nero AAC Notifications</string>
3553    </property>
3554   </action>
3555   <action name="actionShowDropBoxWidget">
3556    <property name="icon">
3557     <iconset resource="../res/Icons.qrc">
3558      <normaloff>:/icons/package.png</normaloff>:/icons/package.png</iconset>
3559    </property>
3560    <property name="text">
3561     <string>Show DropBox</string>
3562    </property>
3563   </action>
3564   <action name="actionLanguageEnglish">
3565    <property name="checkable">
3566     <bool>true</bool>
3567    </property>
3568    <property name="icon">
3569     <iconset>
3570      <normaloff>:/flags/gb.png</normaloff>:/flags/gb.png</iconset>
3571    </property>
3572    <property name="text">
3573     <string notr="true">English</string>
3574    </property>
3575   </action>
3576   <action name="actionLoadTranslationFromFile">
3577    <property name="icon">
3578     <iconset resource="../res/Icons.qrc">
3579      <normaloff>:/icons/folder_page.png</normaloff>:/icons/folder_page.png</iconset>
3580    </property>
3581    <property name="text">
3582     <string>From File...</string>
3583    </property>
3584   </action>
3585   <action name="actionEncodeNow">
3586    <property name="icon">
3587     <iconset resource="../res/Icons.qrc">
3588      <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
3589    </property>
3590    <property name="text">
3591     <string>Encode!</string>
3592    </property>
3593   </action>
3594   <action name="actionDisableShellIntegration">
3595    <property name="checkable">
3596     <bool>true</bool>
3597    </property>
3598    <property name="text">
3599     <string>Disable Shell Integration</string>
3600    </property>
3601   </action>
3602   <action name="actionDocumentFAQ">
3603    <property name="icon">
3604     <iconset resource="../res/Icons.qrc">
3605      <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
3606    </property>
3607    <property name="text">
3608     <string>Frequently Asked Questions</string>
3609    </property>
3610   </action>
3611   <action name="actionDocumentChangelog">
3612    <property name="icon">
3613     <iconset resource="../res/Icons.qrc">
3614      <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
3615    </property>
3616    <property name="text">
3617     <string>Changelog</string>
3618    </property>
3619   </action>
3620   <action name="actionDocumentTranslate">
3621    <property name="icon">
3622     <iconset resource="../res/Icons.qrc">
3623      <normaloff>:/icons/report.png</normaloff>:/icons/report.png</iconset>
3624    </property>
3625    <property name="text">
3626     <string>Translator's Guide</string>
3627    </property>
3628   </action>
3629   <action name="actionVisitSupport">
3630    <property name="icon">
3631     <iconset resource="../res/Icons.qrc">
3632      <normaloff>:/icons/group.png</normaloff>:/icons/group.png</iconset>
3633    </property>
3634    <property name="text">
3635     <string>Help &amp;&amp; Support</string>
3636    </property>
3637   </action>
3638   <action name="actionOpenFolderRecursively">
3639    <property name="icon">
3640     <iconset resource="../res/Icons.qrc">
3641      <normaloff>:/icons/folder_explore.png</normaloff>:/icons/folder_explore.png</iconset>
3642    </property>
3643    <property name="text">
3644     <string>Open Folder Recursively...</string>
3645    </property>
3646   </action>
3647   <action name="actionCheckForBetaUpdates">
3648    <property name="checkable">
3649     <bool>true</bool>
3650    </property>
3651    <property name="text">
3652     <string>Check for Beta Updates</string>
3653    </property>
3654   </action>
3655   <action name="actionImportCueSheet">
3656    <property name="icon">
3657     <iconset resource="../res/Icons.qrc">
3658      <normaloff>:/icons/cd_add.png</normaloff>:/icons/cd_add.png</iconset>
3659    </property>
3660    <property name="text">
3661     <string>Import Cue Sheet</string>
3662    </property>
3663   </action>
3664   <action name="actionDisableSlowStartupNotifications">
3665    <property name="checkable">
3666     <bool>true</bool>
3667    </property>
3668    <property name="text">
3669     <string>Disable Slow Startup Notifications</string>
3670    </property>
3671   </action>
3672  </widget>
3673  <resources>
3674   <include location="../res/Icons.qrc"/>
3675   <include location="../res/Flags.qrc"/>
3676   <include location="../res/Images.qrc"/>
3677   <include location="../res/Icons.qrc"/>
3678   <include location="../res/Images.qrc"/>
3679   <include location="../res/Icons.qrc"/>
3680   <include location="../res/Images.qrc"/>
3681   <include location="../res/Icons.qrc"/>
3682   <include location="../res/Images.qrc"/>
3683   <include location="../res/Icons.qrc"/>
3684   <include location="../res/Images.qrc"/>
3685   <include location="../res/Icons.qrc"/>
3686   <include location="../res/Images.qrc"/>
3687   <include location="../res/Icons.qrc"/>
3688   <include location="../res/Images.qrc"/>
3689   <include location="../res/Icons.qrc"/>
3690   <include location="../res/Images.qrc"/>
3691   <include location="../res/Icons.qrc"/>
3692   <include location="../res/Images.qrc"/>
3693   <include location="../res/Icons.qrc"/>
3694   <include location="../res/Icons.qrc"/>
3695   <include location="../res/Icons.qrc"/>
3696   <include location="../res/Icons.qrc"/>
3697   <include location="../res/Icons.qrc"/>
3698   <include location="../res/Icons.qrc"/>
3699   <include location="../res/Icons.qrc"/>
3700   <include location="../res/Icons.qrc"/>
3701   <include location="../res/Icons.qrc"/>
3702   <include location="../res/Icons.qrc"/>
3703   <include location="../res/Icons.qrc"/>
3704   <include location="../res/Icons.qrc"/>
3705   <include location="../res/Icons.qrc"/>
3706   <include location="../res/Icons.qrc"/>
3707   <include location="../res/Icons.qrc"/>
3708   <include location="../res/Icons.qrc"/>
3709   <include location="../res/Icons.qrc"/>
3710   <include location="../res/Icons.qrc"/>
3711   <include location="../res/Icons.qrc"/>
3712   <include location="../res/Icons.qrc"/>
3713   <include location="../res/Icons.qrc"/>
3714   <include location="../res/Icons.qrc"/>
3715   <include location="../res/Icons.qrc"/>
3716   <include location="../res/Icons.qrc"/>
3717   <include location="../res/Icons.qrc"/>
3718   <include location="../res/Icons.qrc"/>
3719   <include location="../res/Icons.qrc"/>
3720   <include location="../res/Icons.qrc"/>
3721   <include location="../res/Icons.qrc"/>
3722   <include location="../res/Icons.qrc"/>
3723   <include location="../res/Icons.qrc"/>
3724   <include location="../res/Icons.qrc"/>
3725   <include location="../res/Icons.qrc"/>
3726   <include location="../res/Icons.qrc"/>
3727   <include location="../res/Icons.qrc"/>
3728   <include location="../res/Icons.qrc"/>
3729   <include location="../res/Icons.qrc"/>
3730   <include location="../res/Icons.qrc"/>
3731   <include location="../res/Icons.qrc"/>
3732   <include location="../res/Icons.qrc"/>
3733   <include location="../res/Icons.qrc"/>
3734   <include location="../res/Icons.qrc"/>
3735   <include location="../res/Icons.qrc"/>
3736   <include location="../res/Icons.qrc"/>
3737   <include location="../res/Icons.qrc"/>
3738   <include location="../res/Icons.qrc"/>
3739   <include location="../res/Icons.qrc"/>
3740   <include location="../res/Icons.qrc"/>
3741   <include location="../res/Icons.qrc"/>
3742   <include location="../res/Icons.qrc"/>
3743   <include location="../res/Icons.qrc"/>
3744   <include location="../res/Icons.qrc"/>
3745   <include location="../res/Icons.qrc"/>
3746   <include location="../res/Icons.qrc"/>
3747   <include location="../res/Icons.qrc"/>
3748   <include location="../res/Icons.qrc"/>
3749   <include location="../res/Icons.qrc"/>
3750   <include location="../res/Icons.qrc"/>
3751   <include location="../res/Icons.qrc"/>
3752   <include location="../res/Icons.qrc"/>
3753   <include location="../res/Icons.qrc"/>
3754   <include location="../res/Icons.qrc"/>
3755   <include location="../res/Icons.qrc"/>
3756   <include location="../res/Icons.qrc"/>
3757   <include location="../res/Icons.qrc"/>
3758   <include location="../res/Icons.qrc"/>
3759   <include location="../res/Icons.qrc"/>
3760   <include location="../res/Icons.qrc"/>
3761   <include location="../res/Icons.qrc"/>
3762   <include location="../res/Icons.qrc"/>
3763   <include location="../res/Icons.qrc"/>
3764   <include location="../res/Icons.qrc"/>
3765   <include location="../res/Icons.qrc"/>
3766   <include location="../res/Icons.qrc"/>
3767  </resources>
3768  <connections>
3769   <connection>
3770    <sender>actionAbout</sender>
3771    <signal>triggered()</signal>
3772    <receiver>buttonAbout</receiver>
3773    <slot>click()</slot>
3774    <hints>
3775     <hint type="sourcelabel">
3776      <x>-1</x>
3777      <y>-1</y>
3778     </hint>
3779     <hint type="destinationlabel">
3780      <x>304</x>
3781      <y>433</y>
3782     </hint>
3783    </hints>
3784   </connection>
3785   <connection>
3786    <sender>actionQuit</sender>
3787    <signal>triggered()</signal>
3788    <receiver>buttonQuit</receiver>
3789    <slot>click()</slot>
3790    <hints>
3791     <hint type="sourcelabel">
3792      <x>-1</x>
3793      <y>-1</y>
3794     </hint>
3795     <hint type="destinationlabel">
3796      <x>602</x>
3797      <y>416</y>
3798     </hint>
3799    </hints>
3800   </connection>
3801   <connection>
3802    <sender>actionOpen</sender>
3803    <signal>triggered()</signal>
3804    <receiver>buttonAddFiles</receiver>
3805    <slot>click()</slot>
3806    <hints>
3807     <hint type="sourcelabel">
3808      <x>-1</x>
3809      <y>-1</y>
3810     </hint>
3811     <hint type="destinationlabel">
3812      <x>81</x>
3813      <y>382</y>
3814     </hint>
3815    </hints>
3816   </connection>
3817   <connection>
3818    <sender>sourceFileView</sender>
3819    <signal>activated(QModelIndex)</signal>
3820    <receiver>buttonShowDetails</receiver>
3821    <slot>click()</slot>
3822    <hints>
3823     <hint type="sourcelabel">
3824      <x>327</x>
3825      <y>253</y>
3826     </hint>
3827     <hint type="destinationlabel">
3828      <x>641</x>
3829      <y>382</y>
3830     </hint>
3831    </hints>
3832   </connection>
3833   <connection>
3834    <sender>saveToSourceFolderCheckBox</sender>
3835    <signal>toggled(bool)</signal>
3836    <receiver>outputFolderView</receiver>
3837    <slot>setDisabled(bool)</slot>
3838    <hints>
3839     <hint type="sourcelabel">
3840      <x>341</x>
3841      <y>380</y>
3842     </hint>
3843     <hint type="destinationlabel">
3844      <x>327</x>
3845      <y>264</y>
3846     </hint>
3847    </hints>
3848   </connection>
3849   <connection>
3850    <sender>saveToSourceFolderCheckBox</sender>
3851    <signal>toggled(bool)</signal>
3852    <receiver>outputFolderLabel</receiver>
3853    <slot>setDisabled(bool)</slot>
3854    <hints>
3855     <hint type="sourcelabel">
3856      <x>341</x>
3857      <y>380</y>
3858     </hint>
3859     <hint type="destinationlabel">
3860      <x>327</x>
3861      <y>72</y>
3862     </hint>
3863    </hints>
3864   </connection>
3865   <connection>
3866    <sender>saveToSourceFolderCheckBox</sender>
3867    <signal>toggled(bool)</signal>
3868    <receiver>buttonGotoDesktop</receiver>
3869    <slot>setDisabled(bool)</slot>
3870    <hints>
3871     <hint type="sourcelabel">
3872      <x>358</x>
3873      <y>380</y>
3874     </hint>
3875     <hint type="destinationlabel">
3876      <x>408</x>
3877      <y>346</y>
3878     </hint>
3879    </hints>
3880   </connection>
3881   <connection>
3882    <sender>saveToSourceFolderCheckBox</sender>
3883    <signal>toggled(bool)</signal>
3884    <receiver>buttonGotoHome</receiver>
3885    <slot>setDisabled(bool)</slot>
3886    <hints>
3887     <hint type="sourcelabel">
3888      <x>358</x>
3889      <y>380</y>
3890     </hint>
3891     <hint type="destinationlabel">
3892      <x>98</x>
3893      <y>346</y>
3894     </hint>
3895    </hints>
3896   </connection>
3897   <connection>
3898    <sender>saveToSourceFolderCheckBox</sender>
3899    <signal>toggled(bool)</signal>
3900    <receiver>buttonMakeFolder</receiver>
3901    <slot>setDisabled(bool)</slot>
3902    <hints>
3903     <hint type="sourcelabel">
3904      <x>358</x>
3905      <y>380</y>
3906     </hint>
3907     <hint type="destinationlabel">
3908      <x>641</x>
3909      <y>346</y>
3910     </hint>
3911    </hints>
3912   </connection>
3913   <connection>
3914    <sender>saveToSourceFolderCheckBox</sender>
3915    <signal>toggled(bool)</signal>
3916    <receiver>buttonGotoMusic</receiver>
3917    <slot>setDisabled(bool)</slot>
3918    <hints>
3919     <hint type="sourcelabel">
3920      <x>358</x>
3921      <y>380</y>
3922     </hint>
3923     <hint type="destinationlabel">
3924      <x>276</x>
3925      <y>346</y>
3926     </hint>
3927    </hints>
3928   </connection>
3929   <connection>
3930    <sender>actionClearAll</sender>
3931    <signal>triggered()</signal>
3932    <receiver>buttonClearFiles</receiver>
3933    <slot>click()</slot>
3934    <hints>
3935     <hint type="sourcelabel">
3936      <x>-1</x>
3937      <y>-1</y>
3938     </hint>
3939     <hint type="destinationlabel">
3940      <x>300</x>
3941      <y>382</y>
3942     </hint>
3943    </hints>
3944   </connection>
3945   <connection>
3946    <sender>writeMetaDataCheckBox</sender>
3947    <signal>clicked(bool)</signal>
3948    <receiver>metaDataView</receiver>
3949    <slot>setEnabled(bool)</slot>
3950    <hints>
3951     <hint type="sourcelabel">
3952      <x>201</x>
3953      <y>372</y>
3954     </hint>
3955     <hint type="destinationlabel">
3956      <x>336</x>
3957      <y>252</y>
3958     </hint>
3959    </hints>
3960   </connection>
3961   <connection>
3962    <sender>writeMetaDataCheckBox</sender>
3963    <signal>clicked(bool)</signal>
3964    <receiver>buttonEditMeta</receiver>
3965    <slot>setEnabled(bool)</slot>
3966    <hints>
3967     <hint type="sourcelabel">
3968      <x>207</x>
3969      <y>372</y>
3970     </hint>
3971     <hint type="destinationlabel">
3972      <x>632</x>
3973      <y>315</y>
3974     </hint>
3975    </hints>
3976   </connection>
3977   <connection>
3978    <sender>writeMetaDataCheckBox</sender>
3979    <signal>clicked(bool)</signal>
3980    <receiver>labelEditMetaHint</receiver>
3981    <slot>setEnabled(bool)</slot>
3982    <hints>
3983     <hint type="sourcelabel">
3984      <x>207</x>
3985      <y>372</y>
3986     </hint>
3987     <hint type="destinationlabel">
3988      <x>344</x>
3989      <y>315</y>
3990     </hint>
3991    </hints>
3992   </connection>
3993   <connection>
3994    <sender>writeMetaDataCheckBox</sender>
3995    <signal>clicked(bool)</signal>
3996    <receiver>labelEditMetaIcon</receiver>
3997    <slot>setEnabled(bool)</slot>
3998    <hints>
3999     <hint type="sourcelabel">
4000      <x>207</x>
4001      <y>372</y>
4002     </hint>
4003     <hint type="destinationlabel">
4004      <x>47</x>
4005      <y>315</y>
4006     </hint>
4007    </hints>
4008   </connection>
4009   <connection>
4010    <sender>writeMetaDataCheckBox</sender>
4011    <signal>clicked(bool)</signal>
4012    <receiver>buttonClearMeta</receiver>
4013    <slot>setEnabled(bool)</slot>
4014    <hints>
4015     <hint type="sourcelabel">
4016      <x>207</x>
4017      <y>372</y>
4018     </hint>
4019     <hint type="destinationlabel">
4020      <x>536</x>
4021      <y>315</y>
4022     </hint>
4023    </hints>
4024   </connection>
4025   <connection>
4026    <sender>saveToSourceFolderCheckBox</sender>
4027    <signal>toggled(bool)</signal>
4028    <receiver>generatePlaylistCheckBox</receiver>
4029    <slot>setDisabled(bool)</slot>
4030    <hints>
4031     <hint type="sourcelabel">
4032      <x>84</x>
4033      <y>380</y>
4034     </hint>
4035     <hint type="destinationlabel">
4036      <x>397</x>
4037      <y>372</y>
4038     </hint>
4039    </hints>
4040   </connection>
4041   <connection>
4042    <sender>metaDataView</sender>
4043    <signal>activated(QModelIndex)</signal>
4044    <receiver>buttonEditMeta</receiver>
4045    <slot>click()</slot>
4046    <hints>
4047     <hint type="sourcelabel">
4048      <x>93</x>
4049      <y>159</y>
4050     </hint>
4051     <hint type="destinationlabel">
4052      <x>599</x>
4053      <y>315</y>
4054     </hint>
4055    </hints>
4056   </connection>
4057   <connection>
4058    <sender>saveToSourceFolderCheckBox</sender>
4059    <signal>toggled(bool)</signal>
4060    <receiver>prependRelativePathCheckBox</receiver>
4061    <slot>setDisabled(bool)</slot>
4062    <hints>
4063     <hint type="sourcelabel">
4064      <x>84</x>
4065      <y>380</y>
4066     </hint>
4067     <hint type="destinationlabel">
4068      <x>459</x>
4069      <y>380</y>
4070     </hint>
4071    </hints>
4072   </connection>
4073   <connection>
4074    <sender>checkBoxBitrateManagement</sender>
4075    <signal>clicked(bool)</signal>
4076    <receiver>labelBitrateManagementMin</receiver>
4077    <slot>setEnabled(bool)</slot>
4078    <hints>
4079     <hint type="sourcelabel">
4080      <x>163</x>
4081      <y>231</y>
4082     </hint>
4083     <hint type="destinationlabel">
4084      <x>256</x>
4085      <y>214</y>
4086     </hint>
4087    </hints>
4088   </connection>
4089   <connection>
4090    <sender>checkBoxBitrateManagement</sender>
4091    <signal>clicked(bool)</signal>
4092    <receiver>labelBitrateManagementMax</receiver>
4093    <slot>setEnabled(bool)</slot>
4094    <hints>
4095     <hint type="sourcelabel">
4096      <x>163</x>
4097      <y>231</y>
4098     </hint>
4099     <hint type="destinationlabel">
4100      <x>465</x>
4101      <y>214</y>
4102     </hint>
4103    </hints>
4104   </connection>
4105   <connection>
4106    <sender>checkBoxBitrateManagement</sender>
4107    <signal>clicked(bool)</signal>
4108    <receiver>spinBoxBitrateManagementMin</receiver>
4109    <slot>setEnabled(bool)</slot>
4110    <hints>
4111     <hint type="sourcelabel">
4112      <x>163</x>
4113      <y>231</y>
4114     </hint>
4115     <hint type="destinationlabel">
4116      <x>360</x>
4117      <y>214</y>
4118     </hint>
4119    </hints>
4120   </connection>
4121   <connection>
4122    <sender>checkBoxBitrateManagement</sender>
4123    <signal>clicked(bool)</signal>
4124    <receiver>spinBoxBitrateManagementMax</receiver>
4125    <slot>setEnabled(bool)</slot>
4126    <hints>
4127     <hint type="sourcelabel">
4128      <x>163</x>
4129      <y>231</y>
4130     </hint>
4131     <hint type="destinationlabel">
4132      <x>569</x>
4133      <y>214</y>
4134     </hint>
4135    </hints>
4136   </connection>
4137   <connection>
4138    <sender>checkBoxNormalizationFilter</sender>
4139    <signal>clicked(bool)</signal>
4140    <receiver>spinBoxNormalizationFilter</receiver>
4141    <slot>setEnabled(bool)</slot>
4142    <hints>
4143     <hint type="sourcelabel">
4144      <x>133</x>
4145      <y>502</y>
4146     </hint>
4147     <hint type="destinationlabel">
4148      <x>447</x>
4149      <y>502</y>
4150     </hint>
4151    </hints>
4152   </connection>
4153   <connection>
4154    <sender>actionEncodeNow</sender>
4155    <signal>triggered()</signal>
4156    <receiver>buttonStart</receiver>
4157    <slot>click()</slot>
4158    <hints>
4159     <hint type="sourcelabel">
4160      <x>-1</x>
4161      <y>-1</y>
4162     </hint>
4163     <hint type="destinationlabel">
4164      <x>69</x>
4165      <y>423</y>
4166     </hint>
4167    </hints>
4168   </connection>
4169   <connection>
4170    <sender>checkBoxAutoDetectInstances</sender>
4171    <signal>clicked(bool)</signal>
4172    <receiver>sliderMaxInstances</receiver>
4173    <slot>setDisabled(bool)</slot>
4174    <hints>
4175     <hint type="sourcelabel">
4176      <x>363</x>
4177      <y>953</y>
4178     </hint>
4179     <hint type="destinationlabel">
4180      <x>363</x>
4181      <y>897</y>
4182     </hint>
4183    </hints>
4184   </connection>
4185   <connection>
4186    <sender>checkBoxAutoDetectInstances</sender>
4187    <signal>clicked(bool)</signal>
4188    <receiver>labelMaxInstances</receiver>
4189    <slot>setDisabled(bool)</slot>
4190    <hints>
4191     <hint type="sourcelabel">
4192      <x>363</x>
4193      <y>953</y>
4194     </hint>
4195     <hint type="destinationlabel">
4196      <x>409</x>
4197      <y>916</y>
4198     </hint>
4199    </hints>
4200   </connection>
4201   <connection>
4202    <sender>checkBoxAutoDetectInstances</sender>
4203    <signal>clicked(bool)</signal>
4204    <receiver>labelMaxInstancesFewer</receiver>
4205    <slot>setDisabled(bool)</slot>
4206    <hints>
4207     <hint type="sourcelabel">
4208      <x>363</x>
4209      <y>953</y>
4210     </hint>
4211     <hint type="destinationlabel">
4212      <x>185</x>
4213      <y>916</y>
4214     </hint>
4215    </hints>
4216   </connection>
4217   <connection>
4218    <sender>checkBoxAutoDetectInstances</sender>
4219    <signal>clicked(bool)</signal>
4220    <receiver>labelMaxInstancesMore</receiver>
4221    <slot>setDisabled(bool)</slot>
4222    <hints>
4223     <hint type="sourcelabel">
4224      <x>363</x>
4225      <y>953</y>
4226     </hint>
4227     <hint type="destinationlabel">
4228      <x>588</x>
4229      <y>916</y>
4230     </hint>
4231    </hints>
4232   </connection>
4233   <connection>
4234    <sender>checkBoxUseSystemTempFolder</sender>
4235    <signal>clicked(bool)</signal>
4236    <receiver>lineEditCustomTempFolder</receiver>
4237    <slot>setDisabled(bool)</slot>
4238    <hints>
4239     <hint type="sourcelabel">
4240      <x>323</x>
4241      <y>302</y>
4242     </hint>
4243     <hint type="destinationlabel">
4244      <x>283</x>
4245      <y>265</y>
4246     </hint>
4247    </hints>
4248   </connection>
4249   <connection>
4250    <sender>checkBoxUseSystemTempFolder</sender>
4251    <signal>clicked(bool)</signal>
4252    <receiver>buttonBrowseCustomTempFolder</receiver>
4253    <slot>setDisabled(bool)</slot>
4254    <hints>
4255     <hint type="sourcelabel">
4256      <x>323</x>
4257      <y>302</y>
4258     </hint>
4259     <hint type="destinationlabel">
4260      <x>551</x>
4261      <y>265</y>
4262     </hint>
4263    </hints>
4264   </connection>
4265   <connection>
4266    <sender>checkBoxRenameOutput</sender>
4267    <signal>toggled(bool)</signal>
4268    <receiver>lineEditRenamePattern</receiver>
4269    <slot>setEnabled(bool)</slot>
4270    <hints>
4271     <hint type="sourcelabel">
4272      <x>323</x>
4273      <y>206</y>
4274     </hint>
4275     <hint type="destinationlabel">
4276      <x>323</x>
4277      <y>172</y>
4278     </hint>
4279    </hints>
4280   </connection>
4281  </connections>
4282 </ui>