<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>667</width>
    <height>449</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>LameXP - Audio Encoder Front-end</string>
  </property>
  <property name="windowIcon">
   <iconset resource="../res/Icons.qrc">
    <normaloff>:/icons/sound.png</normaloff>:/icons/sound.png</iconset>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QVBoxLayout" name="verticalLayout_2">
    <item>
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
       <widget class="QTabWidget" name="tabWidget">
        <property name="font">
         <font>
          <weight>75</weight>
          <bold>true</bold>
         </font>
        </property>
        <property name="currentIndex">
         <number>0</number>
        </property>
        <widget class="QWidget" name="tabSourceFiles">
         <property name="font">
          <font>
           <weight>50</weight>
           <bold>false</bold>
          </font>
         </property>
         <attribute name="icon">
          <iconset resource="../res/Icons.qrc">
           <normaloff>:/icons/music.png</normaloff>:/icons/music.png</iconset>
         </attribute>
         <attribute name="title">
          <string>Source Files</string>
         </attribute>
         <layout class="QVBoxLayout" name="verticalLayout_4">
          <item>
           <layout class="QVBoxLayout" name="verticalLayout_3">
            <item>
             <widget class="QTableView" name="sourceFileView">
              <property name="selectionMode">
               <enum>QAbstractItemView::SingleSelection</enum>
              </property>
              <property name="selectionBehavior">
               <enum>QAbstractItemView::SelectRows</enum>
              </property>
              <property name="horizontalScrollMode">
               <enum>QAbstractItemView::ScrollPerPixel</enum>
              </property>
              <property name="wordWrap">
               <bool>false</bool>
              </property>
              <attribute name="horizontalHeaderHighlightSections">
               <bool>false</bool>
              </attribute>
              <attribute name="horizontalHeaderStretchLastSection">
               <bool>true</bool>
              </attribute>
              <attribute name="verticalHeaderHighlightSections">
               <bool>false</bool>
              </attribute>
             </widget>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_2">
              <property name="spacing">
               <number>4</number>
              </property>
              <item>
               <widget class="QPushButton" name="buttonAddFiles">
                <property name="minimumSize">
                 <size>
                  <width>90</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="text">
                 <string>Add File(s)</string>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QPushButton" name="buttonRemoveFile">
                <property name="minimumSize">
                 <size>
                  <width>90</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="text">
                 <string>Remove</string>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QPushButton" name="buttonClearFiles">
                <property name="minimumSize">
                 <size>
                  <width>90</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="text">
                 <string>Clear</string>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/bin.png</normaloff>:/icons/bin.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
              <item>
               <spacer name="horizontalSpacer_4">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeType">
                 <enum>QSizePolicy::Fixed</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>10</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QPushButton" name="buttonFileUp">
                <property name="text">
                 <string/>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/arrow_up.png</normaloff>:/icons/arrow_up.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QPushButton" name="buttonFileDown">
                <property name="text">
                 <string/>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/arrow_down.png</normaloff>:/icons/arrow_down.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
              <item>
               <spacer name="horizontalSpacer_5">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeType">
                 <enum>QSizePolicy::Fixed</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>10</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <spacer name="horizontalSpacer_3">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QPushButton" name="buttonShowDetails">
                <property name="minimumSize">
                 <size>
                  <width>105</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="text">
                 <string>Show Details</string>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/zoom.png</normaloff>:/icons/zoom.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
             </layout>
            </item>
           </layout>
          </item>
         </layout>
        </widget>
        <widget class="QWidget" name="tabOutputDir">
         <property name="font">
          <font>
           <weight>50</weight>
           <bold>false</bold>
          </font>
         </property>
         <attribute name="icon">
          <iconset resource="../res/Icons.qrc">
           <normaloff>:/icons/folder_go.png</normaloff>:/icons/folder_go.png</iconset>
         </attribute>
         <attribute name="title">
          <string>Output Directory</string>
         </attribute>
         <layout class="QGridLayout" name="gridLayout_2">
          <item row="0" column="0">
           <layout class="QVBoxLayout" name="verticalLayout_5">
            <item>
             <widget class="QLabel" name="outputFolderLabel">
              <property name="palette">
               <palette>
                <active>
                 <colorrole role="Link">
                  <brush brushstyle="SolidPattern">
                   <color alpha="255">
                    <red>200</red>
                    <green>0</green>
                    <blue>0</blue>
                   </color>
                  </brush>
                 </colorrole>
                </active>
                <inactive>
                 <colorrole role="Link">
                  <brush brushstyle="SolidPattern">
                   <color alpha="255">
                    <red>200</red>
                    <green>0</green>
                    <blue>0</blue>
                   </color>
                  </brush>
                 </colorrole>
                </inactive>
                <disabled>
                 <colorrole role="Link">
                  <brush brushstyle="SolidPattern">
                   <color alpha="255">
                    <red>200</red>
                    <green>0</green>
                    <blue>0</blue>
                   </color>
                  </brush>
                 </colorrole>
                </disabled>
               </palette>
              </property>
              <property name="cursor">
               <cursorShape>PointingHandCursor</cursorShape>
              </property>
              <property name="frameShape">
               <enum>QFrame::StyledPanel</enum>
              </property>
              <property name="frameShadow">
               <enum>QFrame::Plain</enum>
              </property>
              <property name="text">
               <string notr="true">($OUTDIR)</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QTreeView" name="outputFolderView">
              <property name="editTriggers">
               <set>QAbstractItemView::NoEditTriggers</set>
              </property>
              <property name="alternatingRowColors">
               <bool>true</bool>
              </property>
             </widget>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_3">
              <item>
               <widget class="QPushButton" name="buttonGotoHome">
                <property name="minimumSize">
                 <size>
                  <width>124</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="text">
                 <string>Goto Home Folder</string>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/house.png</normaloff>:/icons/house.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QPushButton" name="buttonGotoMusic">
                <property name="minimumSize">
                 <size>
                  <width>124</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="text">
                 <string>Goto Music Folder</string>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/music.png</normaloff>:/icons/music.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QPushButton" name="buttonGotoDesktop">
                <property name="minimumSize">
                 <size>
                  <width>124</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="text">
                 <string>Goto Desktop Folder</string>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/monitor.png</normaloff>:/icons/monitor.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
              <item>
               <spacer name="horizontalSpacer_6">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QPushButton" name="buttonMakeFolder">
                <property name="minimumSize">
                 <size>
                  <width>124</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="text">
                 <string>Make New Folder</string>
                </property>
                <property name="icon">
                 <iconset resource="../res/Icons.qrc">
                  <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
                </property>
                <property name="iconSize">
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QFrame" name="frame_2">
              <property name="maximumSize">
               <size>
                <width>16777215</width>
                <height>2</height>
               </size>
              </property>
              <property name="frameShape">
               <enum>QFrame::HLine</enum>
              </property>
              <property name="frameShadow">
               <enum>QFrame::Sunken</enum>
              </property>
              <property name="lineWidth">
               <number>1</number>
              </property>
             </widget>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_4">
              <item>
               <widget class="QCheckBox" name="saveToSourceFolderCheckBox">
                <property name="text">
                 <string>Save output files to the same location where the input file is located</string>
                </property>
               </widget>
              </item>
              <item>
               <spacer name="horizontalSpacer_11">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeType">
                 <enum>QSizePolicy::Fixed</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>15</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QCheckBox" name="prependRelativePathCheckBox">
                <property name="text">
                 <string>Prepend relative source file path to output file</string>
                </property>
               </widget>
              </item>
             </layout>
            </item>
           </layout>
          </item>
         </layout>
        </widget>
        <widget class="QWidget" name="tabMetaData">
         <attribute name="icon">
          <iconset resource="../res/Icons.qrc">
           <normaloff>:/icons/cd_edit.png</normaloff>:/icons/cd_edit.png</iconset>
         </attribute>
         <attribute name="title">
          <string>Meta Data</string>
         </attribute>
         <layout class="QGridLayout" name="gridLayout_6">
          <item row="0" column="0">
           <layout class="QGridLayout" name="gridLayout_5">
            <item row="0" column="1" colspan="2">
             <widget class="QGroupBox" name="metaDataGroupBox">
              <property name="font">
               <font>
                <weight>50</weight>
                <bold>false</bold>
               </font>
              </property>
              <property name="title">
               <string> Meta Information </string>
              </property>
              <layout class="QGridLayout" name="gridLayout_9">
               <item row="0" column="0" colspan="4">
                <widget class="QTableView" name="metaDataView">
                 <property name="selectionMode">
                  <enum>QAbstractItemView::SingleSelection</enum>
                 </property>
                 <property name="selectionBehavior">
                  <enum>QAbstractItemView::SelectRows</enum>
                 </property>
                 <property name="wordWrap">
                  <bool>false</bool>
                 </property>
                 <attribute name="horizontalHeaderHighlightSections">
                  <bool>false</bool>
                 </attribute>
                 <attribute name="horizontalHeaderStretchLastSection">
                  <bool>true</bool>
                 </attribute>
                 <attribute name="verticalHeaderHighlightSections">
                  <bool>false</bool>
                 </attribute>
                </widget>
               </item>
               <item row="3" column="3">
                <widget class="QPushButton" name="buttonEditMeta">
                 <property name="maximumSize">
                  <size>
                   <width>90</width>
                   <height>16777215</height>
                  </size>
                 </property>
                 <property name="text">
                  <string>Edit</string>
                 </property>
                 <property name="icon">
                  <iconset resource="../res/Icons.qrc">
                   <normaloff>:/icons/table_edit.png</normaloff>:/icons/table_edit.png</iconset>
                 </property>
                 <property name="iconSize">
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item row="3" column="1">
                <widget class="QLabel" name="labelEditMetaHint">
                 <property name="text">
                  <string>Note: Meta information you enter here will &lt;u&gt;supersede&lt;/u&gt; data from the source!</string>
                 </property>
                 <property name="wordWrap">
                  <bool>true</bool>
                 </property>
                </widget>
               </item>
               <item row="3" column="0">
                <widget class="QLabel" name="labelEditMetaIcon">
                 <property name="sizePolicy">
                  <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
                   <horstretch>0</horstretch>
                   <verstretch>0</verstretch>
                  </sizepolicy>
                 </property>
                 <property name="text">
                  <string/>
                 </property>
                 <property name="pixmap">
                  <pixmap resource="../res/Icons.qrc">:/icons/feed.png</pixmap>
                 </property>
                 <property name="alignment">
                  <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
                 </property>
                </widget>
               </item>
               <item row="3" column="2">
                <widget class="QPushButton" name="buttonClearMeta">
                 <property name="maximumSize">
                  <size>
                   <width>90</width>
                   <height>16777215</height>
                  </size>
                 </property>
                 <property name="text">
                  <string>Reset</string>
                 </property>
                 <property name="icon">
                  <iconset resource="../res/Icons.qrc">
                   <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
                 </property>
                 <property name="iconSize">
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
              </layout>
             </widget>
            </item>
            <item row="1" column="1" rowspan="2" colspan="2">
             <widget class="QGroupBox" name="groupBox">
              <property name="font">
               <font>
                <weight>50</weight>
                <bold>false</bold>
               </font>
              </property>
              <property name="title">
               <string> Options </string>
              </property>
              <layout class="QGridLayout" name="gridLayout_11">
               <item row="0" column="0">
                <layout class="QGridLayout" name="gridLayout_10">
                 <item row="0" column="1">
                  <widget class="QCheckBox" name="generatePlaylistCheckBox">
                   <property name="font">
                    <font>
                     <weight>50</weight>
                     <bold>false</bold>
                    </font>
                   </property>
                   <property name="text">
                    <string>Automatically generate playlist file (.m3u)</string>
                   </property>
                   <property name="checked">
                    <bool>true</bool>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="0">
                  <widget class="QCheckBox" name="writeMetaDataCheckBox">
                   <property name="font">
                    <font>
                     <weight>50</weight>
                     <bold>false</bold>
                    </font>
                   </property>
                   <property name="text">
                    <string>Write meta information to encoded files</string>
                   </property>
                   <property name="checked">
                    <bool>true</bool>
                   </property>
                  </widget>
                 </item>
                </layout>
               </item>
              </layout>
             </widget>
            </item>
           </layout>
          </item>
         </layout>
        </widget>
        <widget class="QWidget" name="tabCompressionSetting">
         <attribute name="icon">
          <iconset resource="../res/Icons.qrc">
           <normaloff>:/icons/compress.png</normaloff>:/icons/compress.png</iconset>
         </attribute>
         <attribute name="title">
          <string>Compression</string>
         </attribute>
         <layout class="QGridLayout" name="gridLayout_4">
          <item row="0" column="0">
           <layout class="QVBoxLayout" name="verticalLayout_6">
            <item>
             <widget class="QGroupBox" name="groupBox_2">
              <property name="minimumSize">
               <size>
                <width>0</width>
                <height>75</height>
               </size>
              </property>
              <property name="font">
               <font>
                <weight>50</weight>
                <bold>false</bold>
               </font>
              </property>
              <property name="title">
               <string> Encoder / Format </string>
              </property>
              <layout class="QGridLayout" name="gridLayout_3">
               <item row="0" column="0">
                <layout class="QGridLayout" name="gridLayout">
                 <item row="0" column="1">
                  <widget class="QRadioButton" name="radioButtonEncoderMP3">
                   <property name="text">
                    <string>Lame MP3</string>
                   </property>
                   <property name="checked">
                    <bool>true</bool>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="2">
                  <widget class="QRadioButton" name="radioButtonEncoderVorbis">
                   <property name="text">
                    <string>Ogg Vorbis</string>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="3">
                  <widget class="QRadioButton" name="radioButtonEncoderAAC">
                   <property name="text">
                    <string>Nero AAC</string>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="5">
                  <widget class="QRadioButton" name="radioButtonEncoderPCM">
                   <property name="text">
                    <string>Wave (PCM)</string>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="4">
                  <widget class="QRadioButton" name="radioButtonEncoderFLAC">
                   <property name="text">
                    <string>FLAC</string>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="0">
                  <spacer name="horizontalSpacer_7">
                   <property name="orientation">
                    <enum>Qt::Horizontal</enum>
                   </property>
                   <property name="sizeType">
                    <enum>QSizePolicy::Fixed</enum>
                   </property>
                   <property name="sizeHint" stdset="0">
                    <size>
                     <width>10</width>
                     <height>20</height>
                    </size>
                   </property>
                  </spacer>
                 </item>
                </layout>
               </item>
              </layout>
             </widget>
            </item>
            <item>
             <widget class="QGroupBox" name="groupBox_4">
              <property name="minimumSize">
               <size>
                <width>0</width>
                <height>75</height>
               </size>
              </property>
              <property name="font">
               <font>
                <weight>50</weight>
                <bold>false</bold>
               </font>
              </property>
              <property name="title">
               <string> Rate Control Method </string>
              </property>
              <layout class="QGridLayout" name="gridLayout_13">
               <item row="0" column="0">
                <layout class="QGridLayout" name="gridLayout_12">
                 <item row="0" column="1">
                  <widget class="QRadioButton" name="radioButtonModeQuality">
                   <property name="text">
                    <string>Quality-based (VBR)</string>
                   </property>
                   <property name="checked">
                    <bool>true</bool>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="2">
                  <widget class="QRadioButton" name="radioButtonModeAverageBitrate">
                   <property name="text">
                    <string>Average Bitrate (ABR)</string>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="3">
                  <widget class="QRadioButton" name="radioButtonConstBitrate">
                   <property name="text">
                    <string>Constant Bitrate (CBR)</string>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="0">
                  <spacer name="horizontalSpacer_8">
                   <property name="orientation">
                    <enum>Qt::Horizontal</enum>
                   </property>
                   <property name="sizeType">
                    <enum>QSizePolicy::Fixed</enum>
                   </property>
                   <property name="sizeHint" stdset="0">
                    <size>
                     <width>10</width>
                     <height>20</height>
                    </size>
                   </property>
                  </spacer>
                 </item>
                </layout>
               </item>
              </layout>
             </widget>
            </item>
            <item>
             <widget class="QGroupBox" name="groupBox_3">
              <property name="minimumSize">
               <size>
                <width>0</width>
                <height>100</height>
               </size>
              </property>
              <property name="font">
               <font>
                <weight>50</weight>
                <bold>false</bold>
               </font>
              </property>
              <property name="title">
               <string> Quality / Bitrate </string>
              </property>
              <layout class="QGridLayout" name="gridLayout_15">
               <item row="0" column="2">
                <layout class="QGridLayout" name="gridLayout_14">
                 <item row="1" column="2" colspan="3">
                  <widget class="QSlider" name="sliderBitrate">
                   <property name="minimum">
                    <number>0</number>
                   </property>
                   <property name="maximum">
                    <number>50</number>
                   </property>
                   <property name="pageStep">
                    <number>1</number>
                   </property>
                   <property name="value">
                    <number>24</number>
                   </property>
                   <property name="tracking">
                    <bool>true</bool>
                   </property>
                   <property name="orientation">
                    <enum>Qt::Horizontal</enum>
                   </property>
                   <property name="invertedAppearance">
                    <bool>false</bool>
                   </property>
                   <property name="tickPosition">
                    <enum>QSlider::TicksBelow</enum>
                   </property>
                   <property name="tickInterval">
                    <number>1</number>
                   </property>
                  </widget>
                 </item>
                 <item row="4" column="2">
                  <widget class="QLabel" name="labelBitrateMin">
                   <property name="text">
                    <string>Minimum</string>
                   </property>
                   <property name="alignment">
                    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
                   </property>
                  </widget>
                 </item>
                 <item row="4" column="4">
                  <widget class="QLabel" name="labelBitrateMax">
                   <property name="text">
                    <string>Maximum</string>
                   </property>
                   <property name="alignment">
                    <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
                   </property>
                  </widget>
                 </item>
                 <item row="4" column="3">
                  <widget class="QLabel" name="labelBitrate">
                   <property name="palette">
                    <palette>
                     <active>
                      <colorrole role="WindowText">
                       <brush brushstyle="SolidPattern">
                        <color alpha="255">
                         <red>0</red>
                         <green>0</green>
                         <blue>255</blue>
                        </color>
                       </brush>
                      </colorrole>
                     </active>
                     <inactive>
                      <colorrole role="WindowText">
                       <brush brushstyle="SolidPattern">
                        <color alpha="255">
                         <red>0</red>
                         <green>0</green>
                         <blue>255</blue>
                        </color>
                       </brush>
                      </colorrole>
                     </inactive>
                     <disabled>
                      <colorrole role="WindowText">
                       <brush brushstyle="SolidPattern">
                        <color alpha="255">
                         <red>120</red>
                         <green>120</green>
                         <blue>120</blue>
                        </color>
                       </brush>
                      </colorrole>
                     </disabled>
                    </palette>
                   </property>
                   <property name="font">
                    <font>
                     <weight>75</weight>
                     <bold>true</bold>
                    </font>
                   </property>
                   <property name="text">
                    <string notr="true">(VALUE)</string>
                   </property>
                   <property name="textFormat">
                    <enum>Qt::RichText</enum>
                   </property>
                   <property name="alignment">
                    <set>Qt::AlignHCenter|Qt::AlignTop</set>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="3">
                  <spacer name="verticalSpacer_3">
                   <property name="orientation">
                    <enum>Qt::Vertical</enum>
                   </property>
                   <property name="sizeType">
                    <enum>QSizePolicy::Fixed</enum>
                   </property>
                   <property name="sizeHint" stdset="0">
                    <size>
                     <width>20</width>
                     <height>8</height>
                    </size>
                   </property>
                  </spacer>
                 </item>
                 <item row="1" column="0">
                  <spacer name="horizontalSpacer_9">
                   <property name="orientation">
                    <enum>Qt::Horizontal</enum>
                   </property>
                   <property name="sizeType">
                    <enum>QSizePolicy::Fixed</enum>
                   </property>
                   <property name="sizeHint" stdset="0">
                    <size>
                     <width>10</width>
                     <height>20</height>
                    </size>
                   </property>
                  </spacer>
                 </item>
                 <item row="1" column="5">
                  <spacer name="horizontalSpacer_10">
                   <property name="orientation">
                    <enum>Qt::Horizontal</enum>
                   </property>
                   <property name="sizeType">
                    <enum>QSizePolicy::Fixed</enum>
                   </property>
                   <property name="sizeHint" stdset="0">
                    <size>
                     <width>10</width>
                     <height>20</height>
                    </size>
                   </property>
                  </spacer>
                 </item>
                </layout>
               </item>
              </layout>
             </widget>
            </item>
            <item>
             <spacer name="verticalSpacer_2">
              <property name="orientation">
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0">
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
           </layout>
          </item>
         </layout>
        </widget>
        <widget class="QWidget" name="tabOptions">
         <attribute name="icon">
          <iconset resource="../res/Icons.qrc">
           <normaloff>:/icons/cog.png</normaloff>:/icons/cog.png</iconset>
         </attribute>
         <attribute name="title">
          <string>Advanced Options</string>
         </attribute>
         <layout class="QGridLayout" name="gridLayout_8">
          <item row="0" column="0">
           <widget class="QScrollArea" name="scrollArea">
            <property name="frameShadow">
             <enum>QFrame::Plain</enum>
            </property>
            <property name="horizontalScrollBarPolicy">
             <enum>Qt::ScrollBarAlwaysOff</enum>
            </property>
            <property name="widgetResizable">
             <bool>true</bool>
            </property>
            <widget class="QWidget" name="scrollAreaWidgetContents">
             <property name="geometry">
              <rect>
               <x>0</x>
               <y>0</y>
               <width>604</width>
               <height>1091</height>
              </rect>
             </property>
             <layout class="QGridLayout" name="gridLayout_22">
              <item row="0" column="0">
               <layout class="QGridLayout" name="gridLayout_7">
                <item row="1" column="0">
                 <widget class="QGroupBox" name="groupBox_6">
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="title">
                   <string> Bitrate Management (LAME and OggEnc2) </string>
                  </property>
                  <layout class="QGridLayout" name="gridLayout_19">
                   <item row="0" column="0">
                    <layout class="QGridLayout" name="gridLayout_18">
                     <item row="0" column="1" colspan="5">
                      <spacer name="verticalSpacer_5">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>10</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="2" column="1" colspan="5">
                      <spacer name="verticalSpacer_6">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>10</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="1">
                      <widget class="QCheckBox" name="checkBoxBitrateManagement">
                       <property name="text">
                        <string>Enable Bitrate Management</string>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="5">
                      <widget class="QSpinBox" name="spinBoxBitrateManagementMax">
                       <property name="enabled">
                        <bool>false</bool>
                       </property>
                       <property name="minimum">
                        <number>32</number>
                       </property>
                       <property name="maximum">
                        <number>500</number>
                       </property>
                       <property name="value">
                        <number>500</number>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="3">
                      <widget class="QSpinBox" name="spinBoxBitrateManagementMin">
                       <property name="enabled">
                        <bool>false</bool>
                       </property>
                       <property name="minimum">
                        <number>32</number>
                       </property>
                       <property name="maximum">
                        <number>500</number>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="6">
                      <spacer name="horizontalSpacer_15">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="0">
                      <spacer name="horizontalSpacer_14">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="2">
                      <widget class="QLabel" name="labelBitrateManagementMin">
                       <property name="enabled">
                        <bool>false</bool>
                       </property>
                       <property name="text">
                        <string>Minimum (kbps):</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="4">
                      <widget class="QLabel" name="labelBitrateManagementMax">
                       <property name="enabled">
                        <bool>false</bool>
                       </property>
                       <property name="text">
                        <string>Maximum (kbps):</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                       </property>
                      </widget>
                     </item>
                    </layout>
                   </item>
                  </layout>
                 </widget>
                </item>
                <item row="0" column="0">
                 <widget class="QGroupBox" name="groupBox_5">
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="title">
                   <string> LAME Algorithm Quality </string>
                  </property>
                  <layout class="QGridLayout" name="gridLayout_17">
                   <item row="0" column="1">
                    <layout class="QGridLayout" name="gridLayout_16">
                     <item row="1" column="0">
                      <spacer name="horizontalSpacer_12">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Maximum</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="4">
                      <spacer name="horizontalSpacer_13">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="2" column="1">
                      <widget class="QLabel" name="label">
                       <property name="text">
                        <string>Faster Processing</string>
                       </property>
                      </widget>
                     </item>
                     <item row="2" column="2">
                      <widget class="QLabel" name="labelLameAlgoQuality">
                       <property name="font">
                        <font>
                         <weight>75</weight>
                         <bold>true</bold>
                        </font>
                       </property>
                       <property name="text">
                        <string notr="true">(VALUE)</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="2" column="3">
                      <widget class="QLabel" name="label_3">
                       <property name="text">
                        <string>Better quality</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="0" column="1" colspan="3">
                      <spacer name="verticalSpacer_4">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="1" colspan="3">
                      <widget class="QSlider" name="sliderLameAlgoQuality">
                       <property name="maximum">
                        <number>4</number>
                       </property>
                       <property name="pageStep">
                        <number>1</number>
                       </property>
                       <property name="value">
                        <number>3</number>
                       </property>
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="tickPosition">
                        <enum>QSlider::TicksBelow</enum>
                       </property>
                       <property name="tickInterval">
                        <number>1</number>
                       </property>
                      </widget>
                     </item>
                    </layout>
                   </item>
                  </layout>
                 </widget>
                </item>
                <item row="2" column="0">
                 <widget class="QGroupBox" name="groupBox_8">
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="title">
                   <string>Channel Mode / Sampling Rate</string>
                  </property>
                  <layout class="QGridLayout" name="gridLayout_24">
                   <item row="1" column="0">
                    <layout class="QGridLayout" name="gridLayout_27">
                     <item row="1" column="5">
                      <widget class="QComboBox" name="comboBoxMP3ChannelMode">
                       <property name="sizeAdjustPolicy">
                        <enum>QComboBox::AdjustToContents</enum>
                       </property>
                       <item>
                        <property name="text">
                         <string>Auto Select (Default)</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>Joint Stereo</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>Forced Joint Stereo</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>Simple</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>Dual Mono</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>Mono</string>
                        </property>
                       </item>
                      </widget>
                     </item>
                     <item row="1" column="4">
                      <widget class="QLabel" name="label_4">
                       <property name="text">
                        <string>MP3 Channel Mode:</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="1">
                      <widget class="QLabel" name="label_5">
                       <property name="text">
                        <string>Sampling Rate (Hz):</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="2">
                      <widget class="QComboBox" name="comboBoxSamplingRate">
                       <property name="sizeAdjustPolicy">
                        <enum>QComboBox::AdjustToContents</enum>
                       </property>
                       <item>
                        <property name="text">
                         <string>Auto Select (Default)</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>16.000</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>22.050</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>24.000</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>32.000</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>44.100</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>48.000</string>
                        </property>
                       </item>
                      </widget>
                     </item>
                     <item row="1" column="0">
                      <spacer name="horizontalSpacer_18">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="7">
                      <spacer name="horizontalSpacer_19">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="3">
                      <spacer name="horizontalSpacer_21">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>40</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="6">
                      <spacer name="horizontalSpacer_20">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Expanding</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>40</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="2" column="1" colspan="6">
                      <spacer name="verticalSpacer_10">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="0" column="1" colspan="6">
                      <spacer name="verticalSpacer_9">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                    </layout>
                   </item>
                  </layout>
                 </widget>
                </item>
                <item row="3" column="0">
                 <widget class="QGroupBox" name="groupBox_7">
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="title">
                   <string>Nero AAC Options</string>
                  </property>
                  <layout class="QGridLayout" name="gridLayout_25">
                   <item row="3" column="1">
                    <layout class="QGridLayout" name="gridLayout_21">
                     <item row="1" column="1">
                      <widget class="QCheckBox" name="checkBoxNeroAAC2PassMode">
                       <property name="text">
                        <string>Enable 2-Pass Processing (ABR Mode)</string>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="0">
                      <spacer name="horizontalSpacer_17">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="2">
                      <spacer name="horizontalSpacer_23">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>73</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="3">
                      <widget class="QLabel" name="label_2">
                       <property name="text">
                        <string>Select AAC Profile:</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="4">
                      <widget class="QComboBox" name="comboBoxNeroAACProfile">
                       <property name="sizeAdjustPolicy">
                        <enum>QComboBox::AdjustToContents</enum>
                       </property>
                       <item>
                        <property name="text">
                         <string>Auto Select (Recommended)</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>Enforce LC-AAC</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>Enforce HE-AAC (AAC + SBR)</string>
                        </property>
                       </item>
                       <item>
                        <property name="text">
                         <string>Enforce HE-AAC v2 (AAC + SBR + PS)</string>
                        </property>
                       </item>
                      </widget>
                     </item>
                     <item row="1" column="5">
                      <spacer name="horizontalSpacer_22">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>75</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="6">
                      <spacer name="horizontalSpacer_16">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="0" column="1" colspan="5">
                      <spacer name="verticalSpacer_8">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>13</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="2" column="1" colspan="5">
                      <spacer name="verticalSpacer_7">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>13</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                    </layout>
                   </item>
                  </layout>
                 </widget>
                </item>
                <item row="4" column="0">
                 <widget class="QGroupBox" name="groupBox_9">
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="title">
                   <string> Volume Normalization </string>
                  </property>
                  <layout class="QGridLayout" name="gridLayout_26">
                   <item row="0" column="0">
                    <layout class="QGridLayout" name="gridLayout_20">
                     <item row="1" column="1">
                      <widget class="QCheckBox" name="checkBoxNormalizationFilter">
                       <property name="text">
                        <string>Enable Normalization Filter</string>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="0">
                      <spacer name="horizontalSpacer_25">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="6">
                      <spacer name="horizontalSpacer_26">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="4">
                      <widget class="QDoubleSpinBox" name="spinBoxNormalizationFilter">
                       <property name="enabled">
                        <bool>false</bool>
                       </property>
                       <property name="minimumSize">
                        <size>
                         <width>160</width>
                         <height>0</height>
                        </size>
                       </property>
                       <property name="minimum">
                        <double>-32.000000000000000</double>
                       </property>
                       <property name="maximum">
                        <double>-0.500000000000000</double>
                       </property>
                       <property name="singleStep">
                        <double>0.500000000000000</double>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="3">
                      <widget class="QLabel" name="label_6">
                       <property name="text">
                        <string>Peak Volume (dB):</string>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="2">
                      <spacer name="horizontalSpacer_27">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>40</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="5">
                      <spacer name="horizontalSpacer_28">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>40</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="0" column="1" colspan="5">
                      <spacer name="verticalSpacer_11">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="2" column="1" colspan="5">
                      <spacer name="verticalSpacer_12">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                    </layout>
                   </item>
                  </layout>
                 </widget>
                </item>
                <item row="5" column="0">
                 <widget class="QGroupBox" name="groupBox_10">
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="title">
                   <string> Tone Adjustment </string>
                  </property>
                  <layout class="QGridLayout" name="gridLayout_28">
                   <item row="0" column="0">
                    <layout class="QGridLayout" name="gridLayout_23">
                     <item row="1" column="2">
                      <widget class="QDoubleSpinBox" name="spinBoxToneAdjustTreble">
                       <property name="minimumSize">
                        <size>
                         <width>120</width>
                         <height>0</height>
                        </size>
                       </property>
                       <property name="minimum">
                        <double>-20.000000000000000</double>
                       </property>
                       <property name="maximum">
                        <double>20.000000000000000</double>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="0">
                      <spacer name="horizontalSpacer_30">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="8">
                      <spacer name="horizontalSpacer_31">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="6">
                      <spacer name="horizontalSpacer_32">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>40</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="5">
                      <widget class="QDoubleSpinBox" name="spinBoxToneAdjustBass">
                       <property name="minimumSize">
                        <size>
                         <width>120</width>
                         <height>0</height>
                        </size>
                       </property>
                       <property name="minimum">
                        <double>-20.000000000000000</double>
                       </property>
                       <property name="maximum">
                        <double>20.000000000000000</double>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="3">
                      <spacer name="horizontalSpacer_29">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>40</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="1">
                      <widget class="QLabel" name="label_7">
                       <property name="text">
                        <string>Adjust Treble (dB):</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="4">
                      <widget class="QLabel" name="label_8">
                       <property name="text">
                        <string>Adjust Bass (dB):</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="7">
                      <widget class="QPushButton" name="buttonToneAdjustReset">
                       <property name="text">
                        <string/>
                       </property>
                       <property name="icon">
                        <iconset resource="../res/Icons.qrc">
                         <normaloff>:/icons/cross.png</normaloff>:/icons/cross.png</iconset>
                       </property>
                       <property name="iconSize">
                        <size>
                         <width>16</width>
                         <height>16</height>
                        </size>
                       </property>
                      </widget>
                     </item>
                     <item row="0" column="1" colspan="7">
                      <spacer name="verticalSpacer_13">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="2" column="1" colspan="7">
                      <spacer name="verticalSpacer_14">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                    </layout>
                   </item>
                  </layout>
                 </widget>
                </item>
                <item row="6" column="0">
                 <widget class="QGroupBox" name="groupBox_11">
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="title">
                   <string> Custom Encoder Parameters </string>
                  </property>
                  <layout class="QGridLayout" name="gridLayout_30">
                   <item row="0" column="0">
                    <layout class="QGridLayout" name="gridLayout_29">
                     <item row="1" column="2">
                      <widget class="QLineEdit" name="lineEditCustomParamLAME">
                       <property name="font">
                        <font>
                         <family>Lucida Console</family>
                        </font>
                       </property>
                      </widget>
                     </item>
                     <item row="2" column="2">
                      <widget class="QLineEdit" name="lineEditCustomParamOggEnc">
                       <property name="font">
                        <font>
                         <family>Lucida Console</family>
                        </font>
                       </property>
                      </widget>
                     </item>
                     <item row="4" column="2">
                      <widget class="QLineEdit" name="lineEditCustomParamFLAC">
                       <property name="font">
                        <font>
                         <family>Lucida Console</family>
                        </font>
                       </property>
                      </widget>
                     </item>
                     <item row="3" column="2">
                      <widget class="QLineEdit" name="lineEditCustomParamNeroAAC">
                       <property name="font">
                        <font>
                         <family>Lucida Console</family>
                        </font>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="1">
                      <widget class="QLabel" name="label_9">
                       <property name="text">
                        <string>LAME:</string>
                       </property>
                      </widget>
                     </item>
                     <item row="2" column="1">
                      <widget class="QLabel" name="label_10">
                       <property name="text">
                        <string>OggEnc2:</string>
                       </property>
                      </widget>
                     </item>
                     <item row="3" column="1">
                      <widget class="QLabel" name="label_11">
                       <property name="text">
                        <string>Nero AAC:</string>
                       </property>
                      </widget>
                     </item>
                     <item row="4" column="1">
                      <widget class="QLabel" name="label_12">
                       <property name="text">
                        <string>FLAC:</string>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="0" rowspan="4">
                      <spacer name="horizontalSpacer_33">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="3" rowspan="4">
                      <spacer name="horizontalSpacer_34">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="0" column="1" colspan="2">
                      <spacer name="verticalSpacer_15">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="7" column="1" colspan="2">
                      <spacer name="verticalSpacer_16">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="6" column="1" colspan="2">
                      <layout class="QHBoxLayout" name="horizontalLayout_6">
                       <item>
                        <widget class="QLabel" name="labelCustomParamsIcon">
                         <property name="maximumSize">
                          <size>
                           <width>18</width>
                           <height>16777215</height>
                          </size>
                         </property>
                         <property name="text">
                          <string/>
                         </property>
                         <property name="pixmap">
                          <pixmap resource="../res/Icons.qrc">:/icons/error.png</pixmap>
                         </property>
                        </widget>
                       </item>
                       <item>
                        <widget class="QLabel" name="labelCustomParamsText">
                         <property name="text">
                          <string>Warning: Custom parameters won't be checked at all. Use them at your own risk !!!</string>
                         </property>
                        </widget>
                       </item>
                      </layout>
                     </item>
                     <item row="5" column="1" colspan="2">
                      <widget class="QLabel" name="labelCustomParamsSpacer">
                       <property name="minimumSize">
                        <size>
                         <width>0</width>
                         <height>2</height>
                        </size>
                       </property>
                       <property name="maximumSize">
                        <size>
                         <width>16777215</width>
                         <height>2</height>
                        </size>
                       </property>
                       <property name="text">
                        <string/>
                       </property>
                      </widget>
                     </item>
                    </layout>
                   </item>
                  </layout>
                 </widget>
                </item>
                <item row="7" column="0">
                 <widget class="QGroupBox" name="groupBox_12">
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="title">
                   <string> Multi-Threading </string>
                  </property>
                  <layout class="QGridLayout" name="gridLayout_32">
                   <item row="0" column="0">
                    <layout class="QGridLayout" name="gridLayout_31">
                     <item row="1" column="1" colspan="3">
                      <widget class="QSlider" name="sliderMaxInstances">
                       <property name="minimum">
                        <number>1</number>
                       </property>
                       <property name="maximum">
                        <number>16</number>
                       </property>
                       <property name="pageStep">
                        <number>1</number>
                       </property>
                       <property name="sliderPosition">
                        <number>4</number>
                       </property>
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="tickPosition">
                        <enum>QSlider::TicksBelow</enum>
                       </property>
                       <property name="tickInterval">
                        <number>1</number>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="0">
                      <spacer name="horizontalSpacer_35">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="4">
                      <spacer name="horizontalSpacer_36">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="0" column="1" colspan="3">
                      <spacer name="verticalSpacer_17">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>8</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="5" column="1" colspan="3">
                      <spacer name="verticalSpacer_18">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="4" column="1" colspan="3">
                      <widget class="QCheckBox" name="checkBoxAutoDetectInstances">
                       <property name="text">
                        <string>Choose the number of parallel instances based on the number of CPU cores (Recommended)</string>
                       </property>
                      </widget>
                     </item>
                     <item row="2" column="1">
                      <widget class="QLabel" name="labelMaxInstancesFewer">
                       <property name="text">
                        <string>Fewer Instances</string>
                       </property>
                      </widget>
                     </item>
                     <item row="2" column="2">
                      <widget class="QLabel" name="labelMaxInstances">
                       <property name="font">
                        <font>
                         <weight>75</weight>
                         <bold>true</bold>
                        </font>
                       </property>
                       <property name="text">
                        <string notr="true">(VALUE)</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="2" column="3">
                      <widget class="QLabel" name="labelMaxInstancesMore">
                       <property name="text">
                        <string>More Instances</string>
                       </property>
                       <property name="alignment">
                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                       </property>
                      </widget>
                     </item>
                     <item row="3" column="1" colspan="3">
                      <spacer name="verticalSpacer_19">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>12</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                    </layout>
                   </item>
                  </layout>
                 </widget>
                </item>
                <item row="8" column="0">
                 <widget class="QGroupBox" name="groupBox_13">
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="title">
                   <string> Temp Directory </string>
                  </property>
                  <layout class="QGridLayout" name="gridLayout_34">
                   <item row="0" column="1">
                    <layout class="QGridLayout" name="gridLayout_33">
                     <item row="1" column="1">
                      <widget class="QLineEdit" name="lineEditCustomTempFolder">
                       <property name="readOnly">
                        <bool>true</bool>
                       </property>
                      </widget>
                     </item>
                     <item row="1" column="2">
                      <widget class="QPushButton" name="buttonBrowseCustomTempFolder">
                       <property name="text">
                        <string>Browse...</string>
                       </property>
                       <property name="icon">
                        <iconset resource="../res/Icons.qrc">
                         <normaloff>:/icons/folder_explore.png</normaloff>:/icons/folder_explore.png</iconset>
                       </property>
                       <property name="iconSize">
                        <size>
                         <width>16</width>
                         <height>16</height>
                        </size>
                       </property>
                      </widget>
                     </item>
                     <item row="3" column="1" colspan="2">
                      <widget class="QCheckBox" name="checkBoxUseSystemTempFolder">
                       <property name="text">
                        <string>Store temporary files in your system's default TEMP directory (Recommended)</string>
                       </property>
                      </widget>
                     </item>
                     <item row="0" column="1" colspan="2">
                      <spacer name="verticalSpacer_20">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="4" column="1" colspan="2">
                      <spacer name="verticalSpacer_21">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>8</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="0">
                      <spacer name="horizontalSpacer_37">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="1" column="3">
                      <spacer name="horizontalSpacer_38">
                       <property name="orientation">
                        <enum>Qt::Horizontal</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>10</width>
                         <height>20</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                     <item row="2" column="1" colspan="2">
                      <spacer name="verticalSpacer_22">
                       <property name="orientation">
                        <enum>Qt::Vertical</enum>
                       </property>
                       <property name="sizeType">
                        <enum>QSizePolicy::Fixed</enum>
                       </property>
                       <property name="sizeHint" stdset="0">
                        <size>
                         <width>20</width>
                         <height>4</height>
                        </size>
                       </property>
                      </spacer>
                     </item>
                    </layout>
                   </item>
                  </layout>
                 </widget>
                </item>
               </layout>
              </item>
              <item row="6" column="0">
               <spacer name="verticalSpacer">
                <property name="orientation">
                 <enum>Qt::Vertical</enum>
                </property>
                <property name="sizeType">
                 <enum>QSizePolicy::Expanding</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>20</width>
                  <height>40</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item row="3" column="0">
               <layout class="QHBoxLayout" name="horizontalLayout_5">
                <item>
                 <widget class="QPushButton" name="buttonResetAdvancedOptions">
                  <property name="minimumSize">
                   <size>
                    <width>175</width>
                    <height>0</height>
                   </size>
                  </property>
                  <property name="font">
                   <font>
                    <weight>50</weight>
                    <bold>false</bold>
                   </font>
                  </property>
                  <property name="text">
                   <string>Reset Advanced Options </string>
                  </property>
                  <property name="icon">
                   <iconset resource="../res/Icons.qrc">
                    <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
                  </property>
                  <property name="iconSize">
                   <size>
                    <width>16</width>
                    <height>16</height>
                   </size>
                  </property>
                 </widget>
                </item>
                <item>
                 <spacer name="horizontalSpacer_24">
                  <property name="orientation">
                   <enum>Qt::Horizontal</enum>
                  </property>
                  <property name="sizeHint" stdset="0">
                   <size>
                    <width>40</width>
                    <height>20</height>
                   </size>
                  </property>
                 </spacer>
                </item>
               </layout>
              </item>
             </layout>
            </widget>
           </widget>
          </item>
         </layout>
        </widget>
       </widget>
      </item>
     </layout>
    </item>
    <item>
     <widget class="QFrame" name="frame">
      <property name="maximumSize">
       <size>
        <width>16777215</width>
        <height>12</height>
       </size>
      </property>
      <property name="frameShape">
       <enum>QFrame::HLine</enum>
      </property>
      <property name="frameShadow">
       <enum>QFrame::Sunken</enum>
      </property>
     </widget>
    </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">
      <item>
       <widget class="QPushButton" name="buttonStart">
        <property name="minimumSize">
         <size>
          <width>120</width>
          <height>0</height>
         </size>
        </property>
        <property name="text">
         <string> Encode Now!</string>
        </property>
        <property name="icon">
         <iconset resource="../res/Icons.qrc">
          <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
        </property>
        <property name="iconSize">
         <size>
          <width>16</width>
          <height>16</height>
         </size>
        </property>
       </widget>
      </item>
      <item>
       <spacer name="horizontalSpacer">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>40</width>
          <height>20</height>
         </size>
        </property>
       </spacer>
      </item>
      <item>
       <widget class="QPushButton" name="buttonAbout">
        <property name="minimumSize">
         <size>
          <width>120</width>
          <height>0</height>
         </size>
        </property>
        <property name="text">
         <string>About...</string>
        </property>
        <property name="icon">
         <iconset resource="../res/Icons.qrc">
          <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
        </property>
        <property name="iconSize">
         <size>
          <width>16</width>
          <height>16</height>
         </size>
        </property>
       </widget>
      </item>
      <item>
       <spacer name="horizontalSpacer_2">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>40</width>
          <height>20</height>
         </size>
        </property>
       </spacer>
      </item>
      <item>
       <widget class="QPushButton" name="buttonQuit">
        <property name="minimumSize">
         <size>
          <width>120</width>
          <height>0</height>
         </size>
        </property>
        <property name="text">
         <string> Exit Program</string>
        </property>
        <property name="icon">
         <iconset resource="../res/Icons.qrc">
          <normaloff>:/icons/door_in.png</normaloff>:/icons/door_in.png</iconset>
        </property>
        <property name="iconSize">
         <size>
          <width>16</width>
          <height>16</height>
         </size>
        </property>
       </widget>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>667</width>
     <height>21</height>
    </rect>
   </property>
   <property name="nativeMenuBar">
    <bool>false</bool>
   </property>
   <widget class="QMenu" name="menuFile">
    <property name="title">
     <string>File</string>
    </property>
    <addaction name="actionEncodeNow"/>
    <addaction name="separator"/>
    <addaction name="actionOpen"/>
    <addaction name="actionOpenFolder"/>
    <addaction name="actionClearAll"/>
    <addaction name="separator"/>
    <addaction name="actionQuit"/>
    <addaction name="separator"/>
   </widget>
   <widget class="QMenu" name="menuHelp">
    <property name="title">
     <string>?</string>
    </property>
    <addaction name="actionCheckUpdates"/>
    <addaction name="actionVisitHomepage"/>
    <addaction name="separator"/>
    <addaction name="actionAbout"/>
   </widget>
   <widget class="QMenu" name="menuView">
    <property name="title">
     <string>View</string>
    </property>
    <widget class="QMenu" name="menuStyle">
     <property name="title">
      <string>Style</string>
     </property>
     <property name="icon">
      <iconset resource="../res/Icons.qrc">
       <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset>
     </property>
     <addaction name="actionStylePlastique"/>
     <addaction name="actionStyleCleanlooks"/>
     <addaction name="actionStyleWindowsVista"/>
     <addaction name="actionStyleWindowsXP"/>
     <addaction name="actionStyleWindowsClassic"/>
    </widget>
    <widget class="QMenu" name="menuLanguage">
     <property name="title">
      <string>Language</string>
     </property>
     <property name="icon">
      <iconset resource="../res/Icons.qrc">
       <normaloff>:/icons/user_comment.png</normaloff>:/icons/user_comment.png</iconset>
     </property>
     <addaction name="actionLoadTranslationFromFile"/>
    </widget>
    <addaction name="actionSourceFiles"/>
    <addaction name="actionOutputDirectory"/>
    <addaction name="actionMetaData"/>
    <addaction name="actionCompression"/>
    <addaction name="actionAdvancedOptions"/>
    <addaction name="separator"/>
    <addaction name="menuLanguage"/>
    <addaction name="menuStyle"/>
   </widget>
   <widget class="QMenu" name="menuTools">
    <property name="title">
     <string>Tools</string>
    </property>
    <widget class="QMenu" name="menuConfiguration">
     <property name="title">
      <string>Configuration</string>
     </property>
     <property name="icon">
      <iconset resource="../res/Icons.qrc">
       <normaloff>:/icons/wrench.png</normaloff>:/icons/wrench.png</iconset>
     </property>
     <addaction name="actionDisableSounds"/>
     <addaction name="actionDisableUpdateReminder"/>
     <addaction name="actionDisableWmaDecoderNotifications"/>
     <addaction name="actionDisableNeroAacNotifications"/>
     <addaction name="actionDisableShellIntegration"/>
    </widget>
    <addaction name="menuConfiguration"/>
    <addaction name="actionInstallWMADecoder"/>
    <addaction name="actionShowDropBoxWidget"/>
   </widget>
   <addaction name="menuFile"/>
   <addaction name="menuView"/>
   <addaction name="menuTools"/>
   <addaction name="menuHelp"/>
  </widget>
  <action name="actionAbout">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
   </property>
   <property name="text">
    <string>About...</string>
   </property>
  </action>
  <action name="actionQuit">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/door_out.png</normaloff>:/icons/door_out.png</iconset>
   </property>
   <property name="text">
    <string>Quit</string>
   </property>
  </action>
  <action name="actionSourceFiles">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Source Files</string>
   </property>
  </action>
  <action name="actionOutputDirectory">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Output Directory</string>
   </property>
  </action>
  <action name="actionCompression">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Compression</string>
   </property>
  </action>
  <action name="actionMetaData">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Meta Data</string>
   </property>
  </action>
  <action name="actionAdvancedOptions">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Advanced Options</string>
   </property>
  </action>
  <action name="actionOpen">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/page_white_add.png</normaloff>:/icons/page_white_add.png</iconset>
   </property>
   <property name="text">
    <string>Open File(s)...</string>
   </property>
  </action>
  <action name="actionVisitHomepage">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/world.png</normaloff>:/icons/world.png</iconset>
   </property>
   <property name="text">
    <string>Visit Official Web-Site</string>
   </property>
   <property name="toolTip">
    <string>Visit Official Web-Site</string>
   </property>
  </action>
  <action name="actionCheckUpdates">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/transmit_blue.png</normaloff>:/icons/transmit_blue.png</iconset>
   </property>
   <property name="text">
    <string>Check for Updates</string>
   </property>
  </action>
  <action name="actionOpenFolder">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
   </property>
   <property name="text">
    <string>Open Folder...</string>
   </property>
  </action>
  <action name="actionClearAll">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
   </property>
   <property name="text">
    <string>Clear All</string>
   </property>
  </action>
  <action name="actionStylePlastique">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Plastique</string>
   </property>
  </action>
  <action name="actionStyleCleanlooks">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Cleanlooks</string>
   </property>
  </action>
  <action name="actionStyleWindowsVista">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Windows Vista (&quot;Aero&quot;)</string>
   </property>
  </action>
  <action name="actionStyleWindowsClassic">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Windows Classic</string>
   </property>
  </action>
  <action name="actionStyleWindowsXP">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Windows XP (&quot;Luna&quot;)</string>
   </property>
  </action>
  <action name="actionDisableUpdateReminder">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Disable Update Reminder</string>
   </property>
  </action>
  <action name="actionDisableSounds">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Disable Sound Effects</string>
   </property>
  </action>
  <action name="actionInstallWMADecoder">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/wma.png</normaloff>:/icons/wma.png</iconset>
   </property>
   <property name="text">
    <string>Install WMA Decoder</string>
   </property>
  </action>
  <action name="actionDisableNeroAacNotifications">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Disable Nero AAC Notifications</string>
   </property>
  </action>
  <action name="actionDisableWmaDecoderNotifications">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Disable WMA Decoder Notifications</string>
   </property>
  </action>
  <action name="actionShowDropBoxWidget">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/package.png</normaloff>:/icons/package.png</iconset>
   </property>
   <property name="text">
    <string>Show DropBox</string>
   </property>
  </action>
  <action name="actionLanguageEnglish">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset>
     <normaloff>:/flags/gb.png</normaloff>:/flags/gb.png</iconset>
   </property>
   <property name="text">
    <string notr="true">English</string>
   </property>
  </action>
  <action name="actionLoadTranslationFromFile">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/folder_page.png</normaloff>:/icons/folder_page.png</iconset>
   </property>
   <property name="text">
    <string>From File...</string>
   </property>
  </action>
  <action name="actionEncodeNow">
   <property name="icon">
    <iconset resource="../res/Icons.qrc">
     <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
   </property>
   <property name="text">
    <string>Encode!</string>
   </property>
  </action>
  <action name="actionDisableShellIntegration">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Disable Shell Integration</string>
   </property>
  </action>
 </widget>
 <resources>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Flags.qrc"/>
  <include location="../res/Images.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Images.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Images.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Images.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Images.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Images.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Images.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Images.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Images.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
  <include location="../res/Icons.qrc"/>
 </resources>
 <connections>
  <connection>
   <sender>actionAbout</sender>
   <signal>triggered()</signal>
   <receiver>buttonAbout</receiver>
   <slot>click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>304</x>
     <y>433</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>actionQuit</sender>
   <signal>triggered()</signal>
   <receiver>buttonQuit</receiver>
   <slot>click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>602</x>
     <y>416</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>actionOpen</sender>
   <signal>triggered()</signal>
   <receiver>buttonAddFiles</receiver>
   <slot>click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>81</x>
     <y>382</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>sourceFileView</sender>
   <signal>activated(QModelIndex)</signal>
   <receiver>buttonShowDetails</receiver>
   <slot>click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>327</x>
     <y>253</y>
    </hint>
    <hint type="destinationlabel">
     <x>641</x>
     <y>382</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>saveToSourceFolderCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>outputFolderView</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>341</x>
     <y>380</y>
    </hint>
    <hint type="destinationlabel">
     <x>327</x>
     <y>264</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>saveToSourceFolderCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>outputFolderLabel</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>341</x>
     <y>380</y>
    </hint>
    <hint type="destinationlabel">
     <x>327</x>
     <y>72</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>saveToSourceFolderCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>buttonGotoDesktop</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>358</x>
     <y>380</y>
    </hint>
    <hint type="destinationlabel">
     <x>408</x>
     <y>346</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>saveToSourceFolderCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>buttonGotoHome</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>358</x>
     <y>380</y>
    </hint>
    <hint type="destinationlabel">
     <x>98</x>
     <y>346</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>saveToSourceFolderCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>buttonMakeFolder</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>358</x>
     <y>380</y>
    </hint>
    <hint type="destinationlabel">
     <x>641</x>
     <y>346</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>saveToSourceFolderCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>buttonGotoMusic</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>358</x>
     <y>380</y>
    </hint>
    <hint type="destinationlabel">
     <x>276</x>
     <y>346</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>actionClearAll</sender>
   <signal>triggered()</signal>
   <receiver>buttonClearFiles</receiver>
   <slot>click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>300</x>
     <y>382</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>writeMetaDataCheckBox</sender>
   <signal>clicked(bool)</signal>
   <receiver>metaDataView</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>201</x>
     <y>372</y>
    </hint>
    <hint type="destinationlabel">
     <x>336</x>
     <y>252</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>writeMetaDataCheckBox</sender>
   <signal>clicked(bool)</signal>
   <receiver>buttonEditMeta</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>207</x>
     <y>372</y>
    </hint>
    <hint type="destinationlabel">
     <x>632</x>
     <y>315</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>writeMetaDataCheckBox</sender>
   <signal>clicked(bool)</signal>
   <receiver>labelEditMetaHint</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>207</x>
     <y>372</y>
    </hint>
    <hint type="destinationlabel">
     <x>344</x>
     <y>315</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>writeMetaDataCheckBox</sender>
   <signal>clicked(bool)</signal>
   <receiver>labelEditMetaIcon</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>207</x>
     <y>372</y>
    </hint>
    <hint type="destinationlabel">
     <x>47</x>
     <y>315</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>writeMetaDataCheckBox</sender>
   <signal>clicked(bool)</signal>
   <receiver>buttonClearMeta</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>207</x>
     <y>372</y>
    </hint>
    <hint type="destinationlabel">
     <x>536</x>
     <y>315</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>saveToSourceFolderCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>generatePlaylistCheckBox</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>84</x>
     <y>380</y>
    </hint>
    <hint type="destinationlabel">
     <x>397</x>
     <y>372</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>metaDataView</sender>
   <signal>activated(QModelIndex)</signal>
   <receiver>buttonEditMeta</receiver>
   <slot>click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>93</x>
     <y>159</y>
    </hint>
    <hint type="destinationlabel">
     <x>599</x>
     <y>315</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>saveToSourceFolderCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>prependRelativePathCheckBox</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>84</x>
     <y>380</y>
    </hint>
    <hint type="destinationlabel">
     <x>459</x>
     <y>380</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxBitrateManagement</sender>
   <signal>clicked(bool)</signal>
   <receiver>labelBitrateManagementMin</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>163</x>
     <y>231</y>
    </hint>
    <hint type="destinationlabel">
     <x>256</x>
     <y>214</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxBitrateManagement</sender>
   <signal>clicked(bool)</signal>
   <receiver>labelBitrateManagementMax</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>163</x>
     <y>231</y>
    </hint>
    <hint type="destinationlabel">
     <x>465</x>
     <y>214</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxBitrateManagement</sender>
   <signal>clicked(bool)</signal>
   <receiver>spinBoxBitrateManagementMin</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>163</x>
     <y>231</y>
    </hint>
    <hint type="destinationlabel">
     <x>360</x>
     <y>214</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxBitrateManagement</sender>
   <signal>clicked(bool)</signal>
   <receiver>spinBoxBitrateManagementMax</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>163</x>
     <y>231</y>
    </hint>
    <hint type="destinationlabel">
     <x>569</x>
     <y>214</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxNormalizationFilter</sender>
   <signal>clicked(bool)</signal>
   <receiver>spinBoxNormalizationFilter</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>133</x>
     <y>502</y>
    </hint>
    <hint type="destinationlabel">
     <x>447</x>
     <y>502</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>actionEncodeNow</sender>
   <signal>triggered()</signal>
   <receiver>buttonStart</receiver>
   <slot>click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>69</x>
     <y>423</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxAutoDetectInstances</sender>
   <signal>clicked(bool)</signal>
   <receiver>sliderMaxInstances</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>363</x>
     <y>953</y>
    </hint>
    <hint type="destinationlabel">
     <x>363</x>
     <y>897</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxAutoDetectInstances</sender>
   <signal>clicked(bool)</signal>
   <receiver>labelMaxInstances</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>363</x>
     <y>953</y>
    </hint>
    <hint type="destinationlabel">
     <x>409</x>
     <y>916</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxAutoDetectInstances</sender>
   <signal>clicked(bool)</signal>
   <receiver>labelMaxInstancesFewer</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>363</x>
     <y>953</y>
    </hint>
    <hint type="destinationlabel">
     <x>185</x>
     <y>916</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxAutoDetectInstances</sender>
   <signal>clicked(bool)</signal>
   <receiver>labelMaxInstancesMore</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>363</x>
     <y>953</y>
    </hint>
    <hint type="destinationlabel">
     <x>588</x>
     <y>916</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxUseSystemTempFolder</sender>
   <signal>clicked(bool)</signal>
   <receiver>lineEditCustomTempFolder</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>323</x>
     <y>302</y>
    </hint>
    <hint type="destinationlabel">
     <x>283</x>
     <y>265</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>checkBoxUseSystemTempFolder</sender>
   <signal>clicked(bool)</signal>
   <receiver>buttonBrowseCustomTempFolder</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>323</x>
     <y>302</y>
    </hint>
    <hint type="destinationlabel">
     <x>551</x>
     <y>265</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>