Qt: equalizer, fix the "too much space between preamp and first slider" bug
[vlc/asuraparaju-public.git] / modules / gui / qt4 / ui / equalizer.ui
blobc180bcdf2e8c4495d8be8b5cc5b834670f946ace
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EqualizerWidget</class>
4 <widget class="QWidget" name="EqualizerWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>341</width>
10 <height>241</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0" colspan="3">
18 <layout class="QHBoxLayout">
19 <property name="spacing">
20 <number>6</number>
21 </property>
22 <property name="margin">
23 <number>0</number>
24 </property>
25 <item>
26 <widget class="QCheckBox" name="enableCheck">
27 <property name="text">
28 <string>Enable</string>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <widget class="QCheckBox" name="eq2PassCheck">
34 <property name="text">
35 <string>2 Pass</string>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <spacer>
41 <property name="orientation">
42 <enum>Qt::Horizontal</enum>
43 </property>
44 <property name="sizeHint" stdset="0">
45 <size>
46 <width>40</width>
47 <height>20</height>
48 </size>
49 </property>
50 </spacer>
51 </item>
52 <item>
53 <widget class="QLabel" name="presetLabel">
54 <property name="text">
55 <string>Preset</string>
56 </property>
57 <property name="alignment">
58 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
59 </property>
60 <property name="buddy">
61 <cstring>presetsCombo</cstring>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QComboBox" name="presetsCombo">
67 <property name="minimumSize">
68 <size>
69 <width>110</width>
70 <height>0</height>
71 </size>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </item>
77 <item row="1" column="0">
78 <widget class="QSlider" name="preampSlider">
79 <property name="maximum">
80 <number>400</number>
81 </property>
82 <property name="orientation">
83 <enum>Qt::Vertical</enum>
84 </property>
85 <property name="invertedAppearance">
86 <bool>false</bool>
87 </property>
88 </widget>
89 </item>
90 <item row="1" column="2" rowspan="2">
91 <widget class="QFrame" name="frame">
92 <property name="sizePolicy">
93 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
94 <horstretch>0</horstretch>
95 <verstretch>0</verstretch>
96 </sizepolicy>
97 </property>
98 </widget>
99 </item>
100 <item row="2" column="0" colspan="2">
101 <widget class="QLabel" name="preampLabel">
102 <property name="text">
103 <string>Preamp</string>
104 </property>
105 <property name="buddy">
106 <cstring>preampSlider</cstring>
107 </property>
108 </widget>
109 </item>
110 <item row="1" column="1">
111 <spacer name="horizontalSpacer">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="sizeType">
116 <enum>QSizePolicy::Fixed</enum>
117 </property>
118 <property name="sizeHint" stdset="0">
119 <size>
120 <width>40</width>
121 <height>20</height>
122 </size>
123 </property>
124 </spacer>
125 </item>
126 </layout>
127 </widget>
128 <tabstops>
129 <tabstop>enableCheck</tabstop>
130 <tabstop>eq2PassCheck</tabstop>
131 <tabstop>presetsCombo</tabstop>
132 <tabstop>preampSlider</tabstop>
133 </tabstops>
134 <resources/>
135 <connections/>
136 </ui>