OSDN Git Service

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