mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-06 07:17:53 +00:00
49 lines
1 KiB
Text
49 lines
1 KiB
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<ui version="4.0">
|
||
|
<class>ConfigureAudio</class>
|
||
|
<widget class="QWidget" name="ConfigureAudio">
|
||
|
<layout class="QVBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QGroupBox">
|
||
|
<property name="title">
|
||
|
<string>Audio</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout">
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel">
|
||
|
<property name="text">
|
||
|
<string>Output Engine:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="output_sink_combo_box">
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources />
|
||
|
<connections />
|
||
|
</ui>
|