OSDN Git Service

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