]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/equalizer.ui
Increase the space between the bands and the main amplification in the equalizer
[vlc] / modules / gui / qt4 / ui / equalizer.ui
1 <ui version="4.0" >
2  <class>EqualizerWidget</class>
3  <widget class="QWidget" name="EqualizerWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>524</width>
9     <height>290</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
16     <layout class="QHBoxLayout" >
17      <property name="spacing" >
18       <number>6</number>
19      </property>
20      <property name="margin" >
21       <number>0</number>
22      </property>
23      <item>
24       <widget class="QCheckBox" name="enableCheck" >
25        <property name="text" >
26         <string>_("Enable")</string>
27        </property>
28       </widget>
29      </item>
30      <item>
31       <widget class="QCheckBox" name="eq2PassCheck" >
32        <property name="text" >
33         <string>_("2 pass")</string>
34        </property>
35       </widget>
36      </item>
37      <item>
38       <spacer>
39        <property name="orientation" >
40         <enum>Qt::Horizontal</enum>
41        </property>
42        <property name="sizeHint" >
43         <size>
44          <width>40</width>
45          <height>20</height>
46         </size>
47        </property>
48       </spacer>
49      </item>
50      <item>
51       <widget class="QLabel" name="label" >
52        <property name="text" >
53         <string>_("Preset")</string>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <widget class="QComboBox" name="presetsCombo" >
59        <property name="minimumSize" >
60         <size>
61          <width>110</width>
62          <height>0</height>
63         </size>
64        </property>
65       </widget>
66      </item>
67     </layout>
68    </item>
69    <item>
70     <layout class="QGridLayout" >
71      <property name="margin" >
72       <number>0</number>
73      </property>
74      <item row="1" column="0" >
75       <widget class="QLabel" name="preampLabel" >
76        <property name="text" >
77         <string>_("Preamp")</string>
78        </property>
79       </widget>
80      </item>
81      <item row="0" column="0" >
82       <widget class="QSlider" name="preampSlider" >
83        <property name="orientation" >
84         <enum>Qt::Vertical</enum>
85        </property>
86       </widget>
87      </item>
88      <item rowspan="2" row="0" column="2" >
89       <widget class="QFrame" name="frame" />
90      </item>
91      <item row="0" column="1" >
92       <spacer>
93        <property name="orientation" >
94         <enum>Qt::Horizontal</enum>
95        </property>
96        <property name="sizeHint" >
97         <size>
98          <width>40</width>
99          <height>20</height>
100         </size>
101        </property>
102       </spacer>
103      </item>
104     </layout>
105    </item>
106   </layout>
107  </widget>
108  <resources/>
109  <connections/>
110 </ui>