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