⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 equalizer.ui

📁 VLC Player Source Code
💻 UI
字号:
<ui version="4.0" > <class>EqualizerWidget</class> <widget class="QWidget" name="EqualizerWidget" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>524</width>    <height>290</height>   </rect>  </property>  <property name="windowTitle" >   <string>Form</string>  </property>  <layout class="QVBoxLayout" >   <item>    <layout class="QHBoxLayout" >     <property name="spacing" >      <number>6</number>     </property>     <property name="margin" >      <number>0</number>     </property>     <item>      <widget class="QCheckBox" name="enableCheck" >       <property name="text" >        <string>_("Enable")</string>       </property>      </widget>     </item>     <item>      <widget class="QCheckBox" name="eq2PassCheck" >       <property name="text" >        <string>_("2 Pass")</string>       </property>      </widget>     </item>     <item>      <spacer>       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" stdset="0" >        <size>         <width>40</width>         <height>20</height>        </size>       </property>      </spacer>     </item>     <item>      <widget class="QLabel" name="presetLabel" >       <property name="text" >        <string>_("Preset")</string>       </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>     <item row="1" column="0" colspan="2" >      <widget class="QLabel" name="preampLabel" >       <property name="text" >        <string>_("Preamp")</string>       </property>      </widget>     </item>     <item row="0" column="0" >      <widget class="QSlider" name="preampSlider" >       <property name="maximum" >        <number>400</number>       </property>       <property name="orientation" >        <enum>Qt::Vertical</enum>       </property>      </widget>     </item>     <item rowspan="2" row="0" column="2" >      <widget class="QFrame" name="frame" />     </item>     <item row="0" column="1" >      <spacer>       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" stdset="0" >        <size>         <width>40</width>         <height>20</height>        </size>       </property>      </spacer>     </item>    </layout>   </item>  </layout> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -