|
|
|
@ -38,37 +38,57 @@
@@ -38,37 +38,57 @@
|
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="audioGroup"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Volume Settings (Stubs)</string> |
|
|
|
|
<string>Audio Settings</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QFormLayout" name="formLayout_2"> |
|
|
|
|
<item row="4" column="0"> |
|
|
|
|
<item row="6" column="0"> |
|
|
|
|
<widget class="QLabel" name="microphoneLabel"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Microphone</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="0"> |
|
|
|
|
<item row="1" column="0"> |
|
|
|
|
<widget class="QLabel" name="playbackLabel"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Playback</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="1"> |
|
|
|
|
<item row="1" column="1"> |
|
|
|
|
<widget class="QSlider" name="playbackSlider"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="4" column="1"> |
|
|
|
|
<item row="6" column="1"> |
|
|
|
|
<widget class="QSlider" name="microphoneSlider"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="0"> |
|
|
|
|
<widget class="QLabel" name="outDevLabel"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Playback device</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="5" column="0"> |
|
|
|
|
<widget class="QLabel" name="inDevLabel"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Capture device</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="5" column="1"> |
|
|
|
|
<widget class="QComboBox" name="inDevCombobox"/> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="1"> |
|
|
|
|
<widget class="QComboBox" name="outDevCombobox"/> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|