OSDN Git Service

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