2010-04-07 18:26:04 +02: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>
|
2010-06-11 00:09:35 +02:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../../data/data.qrc">
|
|
|
|
<normaloff>:/icon.png</normaloff>:/icon.png</iconset>
|
|
|
|
</property>
|
2010-04-07 18:26:04 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<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>
|
2010-04-09 02:23:17 +02:00
|
|
|
<widget class="QToolButton" name="preset_save">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Save preset</string>
|
|
|
|
</property>
|
2010-04-07 19:39:07 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="preset_del">
|
2010-04-09 02:23:17 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Delete preset</string>
|
|
|
|
</property>
|
2010-04-07 18:26:04 +02:00
|
|
|
</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>
|
|
|
|
</item>
|
2013-04-27 05:27:30 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="slider_label_layout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Left</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<enum>Qt::AlignLeft | Qt::AlignBottom</enum>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Balance</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<enum>Qt::AlignCenter</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Right</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<enum>Qt::AlignRight | Qt::AlignBottom</enum>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-04-27 05:05:42 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="balance_slider">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-100</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksBelow</enum>
|
|
|
|
</property>
|
2013-04-27 05:27:30 +02:00
|
|
|
<property name="tickInterval">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
2013-04-27 05:05:42 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-04-07 18:26:04 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>preset</tabstop>
|
2010-04-09 02:23:17 +02:00
|
|
|
<tabstop>preset_save</tabstop>
|
2010-04-07 18:26:04 +02:00
|
|
|
</tabstops>
|
2010-06-11 00:09:35 +02:00
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
|
|
|
</resources>
|
2010-04-07 18:26:04 +02:00
|
|
|
<connections/>
|
|
|
|
</ui>
|