Files
DrumMachine/widgets/synthisizerwidget.ui
2023-06-10 21:31:50 +02:00

91 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SynthisizerWidget</class>
<widget class="QWidget" name="SynthisizerWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>221</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Hier könnte ihr Synthisizer stehen.</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSliderVolume">
<property name="geometry">
<rect>
<x>110</x>
<y>110</y>
<width>160</width>
<height>16</height>
</rect>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="labelVolume">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>55</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Volume:</string>
</property>
<property name="buddy">
<cstring>horizontalSliderVolume</cstring>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>30</x>
<y>170</y>
<width>55</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Bpm</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox">
<property name="geometry">
<rect>
<x>110</x>
<y>170</y>
<width>62</width>
<height>27</height>
</rect>
</property>
<property name="maximum">
<double>999.990000000000009</double>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>