2018-02-27 18:06:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Equalizer</class>
|
|
|
|
<widget class="QDialog" name="Equalizer">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>435</width>
|
|
|
|
<height>265</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Equalizer</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2018-10-14 00:08:33 +02:00
|
|
|
<iconset resource="../../data/icons.qrc">
|
2018-02-27 18:06:05 +01:00
|
|
|
<normaloff>:/icons/64x64/strawberry.png</normaloff>:/icons/64x64/strawberry.png</iconset>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2019-04-22 22:21:44 +02:00
|
|
|
<widget class="QLabel" name="label_preset">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Preset:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="preset">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="preset_save">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Save preset</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="preset_del">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Delete preset</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="enable">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable equalizer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="slider_container" native="true">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"/>
|
|
|
|
</widget>
|
2019-10-27 23:48:54 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="enable_stereo_balancer">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable stereo balancer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-02-27 18:06:05 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="slider_label_layout">
|
|
|
|
<item>
|
2019-04-22 22:21:44 +02:00
|
|
|
<widget class="QLabel" name="label_left">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-08-09 21:04:30 +02:00
|
|
|
<string>Left</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2018-08-09 21:04:30 +02:00
|
|
|
<set>Qt::AlignBottom</set>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-04-22 22:21:44 +02:00
|
|
|
<widget class="QLabel" name="label_balance">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="text">
|
2018-08-09 21:04:30 +02:00
|
|
|
<string>Balance</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2018-08-09 21:04:30 +02:00
|
|
|
<set>Qt::AlignCenter</set>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
2018-08-09 21:04:30 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-04-22 22:21:44 +02:00
|
|
|
<widget class="QLabel" name="label_right">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2018-08-09 21:04:30 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Right</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2019-04-22 22:21:44 +02:00
|
|
|
<set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
|
2018-08-09 21:04:30 +02:00
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="balance_slider">
|
2018-08-09 21:04:30 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<number>-100</number>
|
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
2018-08-09 21:04:30 +02:00
|
|
|
<property name="singleStep">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>100</number>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksBelow</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>preset</tabstop>
|
|
|
|
<tabstop>preset_save</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
2018-10-14 00:08:33 +02:00
|
|
|
<include location="../../data/icons.qrc"/>
|
2018-02-27 18:06:05 +01:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|