equalizer.ui
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:3k
源码类别:

midi

开发平台:

Unix_Linux

  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.    <item>
  17.     <layout class="QHBoxLayout" >
  18.      <property name="spacing" >
  19.       <number>6</number>
  20.      </property>
  21.      <property name="margin" >
  22.       <number>0</number>
  23.      </property>
  24.      <item>
  25.       <widget class="QCheckBox" name="enableCheck" >
  26.        <property name="text" >
  27.         <string>Enable</string>
  28.        </property>
  29.       </widget>
  30.      </item>
  31.      <item>
  32.       <widget class="QCheckBox" name="eq2PassCheck" >
  33.        <property name="text" >
  34.         <string>2 Pass</string>
  35.        </property>
  36.       </widget>
  37.      </item>
  38.      <item>
  39.       <spacer>
  40.        <property name="orientation" >
  41.         <enum>Qt::Horizontal</enum>
  42.        </property>
  43.        <property name="sizeHint" stdset="0" >
  44.         <size>
  45.          <width>40</width>
  46.          <height>20</height>
  47.         </size>
  48.        </property>
  49.       </spacer>
  50.      </item>
  51.      <item>
  52.       <widget class="QLabel" name="presetLabel" >
  53.        <property name="text" >
  54.         <string>Preset</string>
  55.        </property>
  56.       </widget>
  57.      </item>
  58.      <item>
  59.       <widget class="QComboBox" name="presetsCombo" >
  60.        <property name="minimumSize" >
  61.         <size>
  62.          <width>110</width>
  63.          <height>0</height>
  64.         </size>
  65.        </property>
  66.       </widget>
  67.      </item>
  68.     </layout>
  69.    </item>
  70.    <item>
  71.     <layout class="QGridLayout" >
  72.      <property name="margin" >
  73.       <number>0</number>
  74.      </property>
  75.      <item row="1" column="0" colspan="2" >
  76.       <widget class="QLabel" name="preampLabel" >
  77.        <property name="text" >
  78.         <string>Preamp</string>
  79.        </property>
  80.       </widget>
  81.      </item>
  82.      <item row="0" column="0" >
  83.       <widget class="QSlider" name="preampSlider" >
  84.        <property name="maximum" >
  85.         <number>400</number>
  86.        </property>
  87.        <property name="orientation" >
  88.         <enum>Qt::Vertical</enum>
  89.        </property>
  90.       </widget>
  91.      </item>
  92.      <item rowspan="2" row="0" column="2" >
  93.       <widget class="QFrame" name="frame" />
  94.      </item>
  95.      <item row="0" column="1" >
  96.       <spacer>
  97.        <property name="orientation" >
  98.         <enum>Qt::Horizontal</enum>
  99.        </property>
  100.        <property name="sizeHint" stdset="0" >
  101.         <size>
  102.          <width>40</width>
  103.          <height>20</height>
  104.         </size>
  105.        </property>
  106.       </spacer>
  107.      </item>
  108.     </layout>
  109.    </item>
  110.   </layout>
  111.  </widget>
  112.  <resources/>
  113.  <connections/>
  114. </ui>