summaryrefslogtreecommitdiffstats
path: root/src/dlgprefeqdlg.ui
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-11-24 22:36:17 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2014-11-24 22:36:17 +0100
commitc7f5d858d5c8294bb163ecd554407949679b8f4b (patch)
tree6d5b64f469bf42c37333cc10d287190a3e382d56 /src/dlgprefeqdlg.ui
parente7af1f381e7ff905eccbb48cf5d2658312f986d7 (diff)
Added Button to reset Maseter Eq only
Diffstat (limited to 'src/dlgprefeqdlg.ui')
-rw-r--r--src/dlgprefeqdlg.ui33
1 files changed, 30 insertions, 3 deletions
diff --git a/src/dlgprefeqdlg.ui b/src/dlgprefeqdlg.ui
index f008224574..ab1914e613 100644
--- a/src/dlgprefeqdlg.ui
+++ b/src/dlgprefeqdlg.ui
@@ -15,7 +15,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0">
+ <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,0">
<item>
<widget class="QCheckBox" name="CheckBoxEqAutoReset">
<property name="toolTip">
@@ -300,8 +300,35 @@
<property name="title">
<string>Master EQ</string>
</property>
- <layout class="QGridLayout" name="gridLayout_3">
- <item row="0" column="0">
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QComboBox" name="comboBoxMasterEq"/>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pbResetMasterEq">
+ <property name="text">
+ <string>Reset Parameter</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>
<layout class="QGridLayout" name="slidersGridLayout"/>
</item>
</layout>