Clementine-audio-player-Mac.../src/equalizer.ui

91 lines
2.3 KiB
XML

<?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>
<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>
<widget class="QToolButton" name="preset_add">
<property name="icon">
<iconset resource="../data/data.qrc">
<normaloff>:/list-add.png</normaloff>:/list-add.png</iconset>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</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>
</item>
</layout>
</widget>
<tabstops>
<tabstop>preset</tabstop>
<tabstop>preset_add</tabstop>
</tabstops>
<resources>
<include location="../data/data.qrc"/>
</resources>
<connections/>
</ui>