1322 lines (1321 with data), 43.3 kB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Parameters</class>
<widget class="QDialog" name="Parameters">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>390</width>
<height>538</height>
</rect>
</property>
<property name="windowTitle">
<string>Parameters</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="ParamName">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<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="ResetFactory">
<property name="toolTip">
<string>Back to factory settings</string>
</property>
<property name="text">
<string>Reset to factory settings</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<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>
<item>
<widget class="QTabWidget" name="Tabs">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="TabEq">
<attribute name="title">
<string>Equalizer</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QGridLayout" name="eqButtonsLayout">
<item row="0" column="1">
<widget class="QSlider" name="MidEq">
<property name="minimum">
<number>-12</number>
</property>
<property name="maximum">
<number>12</number>
</property>
<property name="tracking">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QSlider" name="HighEq">
<property name="minimum">
<number>-12</number>
</property>
<property name="maximum">
<number>12</number>
</property>
<property name="tracking">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_21">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Low (dB)</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="label_22">
<property name="text">
<string>Med (dB)</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="label_23">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>High (dB)</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lowDBlabel">
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="midDBlabel">
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="highDBlabel">
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QSlider" name="LowEq">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="minimum">
<number>-12</number>
</property>
<property name="maximum">
<number>12</number>
</property>
<property name="tracking">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
</property>
<property name="tickInterval">
<number>1</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="ResetEq">
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Med. parameters</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>Freq.</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSlider" name="FreqSlider">
<property name="toolTip">
<string>Central frequency</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>19</number>
</property>
<property name="tracking">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="0" column="2" colspan="2">
<widget class="QLabel" name="FreqLabel">
<property name="text">
<string>10000</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_25">
<property name="text">
<string>Width</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSlider" name="OctSlider">
<property name="toolTip">
<string>Width in octaves</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>30</number>
</property>
<property name="tracking">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QLabel" name="label_26">
<property name="text">
<string>Oct.</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="label_27">
<property name="text">
<string>Hz</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QLabel" name="OctLabel">
<property name="text">
<string>3</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="TabParam">
<attribute name="title">
<string>Advanced parameters</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="MultibandCheck">
<property name="toolTip">
<string>3 bands processing</string>
</property>
<property name="whatsThis">
<string>When this parameter is active, input signal is splitted in 3 bands and each band is amplified separately. It is a good choice for pop music style, with heavy drums or percussions, but can bring some distorsion with classical instruments.</string>
</property>
<property name="text">
<string>Multiband Processing</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,1">
<item>
<widget class="QLabel" name="label_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Bands (Hz) :</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="MinFreq">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Low cut frequency</string>
</property>
<property name="text">
<string>200</string>
</property>
<property name="frame">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="MaxFreq">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>High cut frequency</string>
</property>
<property name="text">
<string>8000</string>
</property>
<property name="frame">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="trimCheck">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Remove start & end blanks</string>
</property>
<property name="whatsThis">
<string>Automatically cut start and end blanks on each processed track, if they exceed the parameters below.</string>
</property>
<property name="text">
<string>Trim output</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,1">
<item>
<widget class="QLabel" name="label_30">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Margins (s) :</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="trimMarginStart">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Seconds of silence kept at the beggining when trimming</string>
</property>
<property name="whatsThis">
<string>When trimming, a silence of this duration (at max) is kept at the beginning of the track.</string>
</property>
<property name="text">
<string>0.5</string>
</property>
<property name="frame">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="trimMarginEnd">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Seconds of silence kept at the end when trimming</string>
</property>
<property name="whatsThis">
<string>When trimming, a silence of this duration (at max) is kept at the end of the track.</string>
</property>
<property name="text">
<string>2.0</string>
</property>
<property name="frame">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>16</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16000</width>
<height>16000</height>
</size>
</property>
<property name="text">
<string>Release :</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="Release">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>41</width>
<height>20</height>
</size>
</property>
<property name="toolTip">
<string>Limiter release time</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="PostAtten">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Maximum output peek vakue. Must be <=0.</string>
</property>
<property name="whatsThis">
<string>This is the maximum peek value allowed after processing. If <0, an attenuator is added at the end of the processing chain, and therefore the final output level is (Output level-Max. peek value).</string>
</property>
</widget>
</item>
<item row="9" column="2">
<widget class="QLabel" name="label_32">
<property name="text">
<string>dB</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLabel" name="label_15">
<property name="text">
<string>kbps</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16000</width>
<height>16000</height>
</size>
</property>
<property name="text">
<string>Attack :</string>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_31">
<property name="text">
<string>Max. Auto Equalizer</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_19">
<property name="text">
<string>Noise gate attack :</string>
</property>
</widget>
</item>
<item row="7" column="2">
<widget class="QLabel" name="label_20">
<property name="text">
<string>ms</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="Bitrate">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>42</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Compressed output bitrate</string>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>320</string>
</property>
</item>
<item>
<property name="text">
<string>192</string>
</property>
</item>
<item>
<property name="text">
<string>160</string>
</property>
</item>
<item>
<property name="text">
<string>128</string>
</property>
</item>
<item>
<property name="text">
<string>64</string>
</property>
</item>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Output level :</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Output mp3 bitrate :</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="snrMax">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Maximum Signal over Noise ratio of input signal. This affects the gain control and track splitting.</string>
</property>
<property name="whatsThis">
<string>While estimating the noise for Gain Control or splitting, the signal/noise ration is thresholded with this value, avoiding actual noise being considered as signal when estimation cannot be processed accurately enough.</string>
</property>
<property name="inputMask">
<string/>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="6" column="2">
<widget class="QLabel" name="label_18">
<property name="text">
<string>dB</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_4">
<property name="text">
<string>dB</string>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_28">
<property name="text">
<string>Max. SNR</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="OutputLevel">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>RMS output level</string>
</property>
<property name="whatsThis">
<string>This is the output level the tool willl try to reach when the output slider is in the middle position.</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_6">
<property name="text">
<string>ms</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Max. peek value</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLabel" name="label_17">
<property name="text">
<string>dB</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="Attack">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>41</width>
<height>20</height>
</size>
</property>
<property name="toolTip">
<string>Limiter attack time</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="noiseGateCheck">
<property name="toolTip">
<string>Activate noise gate on output</string>
</property>
<property name="text">
<string>Noise gate :</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="noiseGateValue">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>41</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Output noise gate threshold</string>
</property>
<property name="inputMask">
<string/>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="noiseGateTime">
<property name="maximumSize">
<size>
<width>41</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Attack/release time of the noise gate</string>
</property>
<property name="inputMask">
<string>0000</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QLineEdit" name="autoEqMax">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="maxLength">
<number>4</number>
</property>
</widget>
</item>
<item row="8" column="2">
<widget class="QLabel" name="label_29">
<property name="text">
<string>dB</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="label_7">
<property name="text">
<string>ms</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="weightingCheck">
<property name="toolTip">
<string>Use a Weighting filter to compute RMS stats</string>
</property>
<property name="text">
<string>Weighting filter</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="TabTags">
<attribute name="title">
<string>Default tags</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="6" column="2">
<widget class="QPushButton" name="removeCover">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normalon>:/gnome/window-close.png</normalon>
</iconset>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Artist</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Year</string>
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<widget class="QLineEdit" name="mTrack">
<property name="whatsThis">
<string>Default track number in mp3 output. It is automatically incremented from 1 in split mode.</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>Track</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QPushButton" name="coverButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLineEdit" name="mAlbum">
<property name="whatsThis">
<string>Default album of the track in mp3 output</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QLineEdit" name="mYear">
<property name="whatsThis">
<string>Default year of the track in mp3 output</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="mArtist">
<property name="whatsThis">
<string>Default artist in mp3 output</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Genre</string>
</property>
</widget>
</item>
<item row="5" column="1" colspan="2">
<widget class="QLineEdit" name="mGenre">
<property name="whatsThis">
<string>Default genre of the track in mp3 output</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_33">
<property name="text">
<string>Cover</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Album</string>
</property>
</widget>
</item>
<item row="8" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<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="QLabel" name="labelCover">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</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>
</layout>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Title</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="mTitle">
<property name="whatsThis">
<string>Default title of the track in mp3 output</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QSlider" name="qualitySlider">
<property name="toolTip">
<string>Quality of JPEG image stored in audio file.</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_34">
<property name="text">
<string>Quality</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Parameters</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>202</x>
<y>390</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>148</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Parameters</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>202</x>
<y>390</y>
</hint>
<hint type="destinationlabel">
<x>212</x>
<y>148</y>
</hint>
</hints>
</connection>
<connection>
<sender>MultibandCheck</sender>
<signal>toggled(bool)</signal>
<receiver>MinFreq</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>110</x>
<y>45</y>
</hint>
<hint type="destinationlabel">
<x>154</x>
<y>85</y>
</hint>
</hints>
</connection>
<connection>
<sender>MultibandCheck</sender>
<signal>toggled(bool)</signal>
<receiver>MaxFreq</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>175</x>
<y>44</y>
</hint>
<hint type="destinationlabel">
<x>253</x>
<y>85</y>
</hint>
</hints>
</connection>
<connection>
<sender>noiseGateCheck</sender>
<signal>toggled(bool)</signal>
<receiver>noiseGateValue</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>75</x>
<y>292</y>
</hint>
<hint type="destinationlabel">
<x>191</x>
<y>294</y>
</hint>
</hints>
</connection>
<connection>
<sender>noiseGateCheck</sender>
<signal>toggled(bool)</signal>
<receiver>noiseGateTime</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>73</x>
<y>292</y>
</hint>
<hint type="destinationlabel">
<x>191</x>
<y>320</y>
</hint>
</hints>
</connection>
<connection>
<sender>LowEq</sender>
<signal>valueChanged(int)</signal>
<receiver>lowDBlabel</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>80</x>
<y>173</y>
</hint>
<hint type="destinationlabel">
<x>96</x>
<y>192</y>
</hint>
</hints>
</connection>
<connection>
<sender>MidEq</sender>
<signal>valueChanged(int)</signal>
<receiver>midDBlabel</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>140</x>
<y>167</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>192</y>
</hint>
</hints>
</connection>
<connection>
<sender>HighEq</sender>
<signal>valueChanged(int)</signal>
<receiver>highDBlabel</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>196</x>
<y>162</y>
</hint>
<hint type="destinationlabel">
<x>219</x>
<y>192</y>
</hint>
</hints>
</connection>
<connection>
<sender>trimCheck</sender>
<signal>toggled(bool)</signal>
<receiver>trimMarginStart</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>103</x>
<y>97</y>
</hint>
<hint type="destinationlabel">
<x>154</x>
<y>121</y>
</hint>
</hints>
</connection>
<connection>
<sender>trimCheck</sender>
<signal>toggled(bool)</signal>
<receiver>trimMarginEnd</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>88</x>
<y>105</y>
</hint>
<hint type="destinationlabel">
<x>227</x>
<y>128</y>
</hint>
</hints>
</connection>
</connections>
</ui>