mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 10:37:49 +00:00
Project Andio
This commit is contained in:
parent
e8c9c766ae
commit
be1f5f1d9f
270 changed files with 33712 additions and 8445 deletions
|
@ -21,30 +21,44 @@
|
|||
</property>
|
||||
<layout class="QVBoxLayout">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="_3">
|
||||
<layout class="QHBoxLayout" name="engine_layout">
|
||||
<item>
|
||||
<widget class="QLabel" name="output_sink_label">
|
||||
<widget class="QLabel" name="sink_label">
|
||||
<property name="text">
|
||||
<string>Output Engine:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="output_sink_combo_box"/>
|
||||
<widget class="QComboBox" name="sink_combo_box"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="_2">
|
||||
<layout class="QHBoxLayout" name="output_layout">
|
||||
<item>
|
||||
<widget class="QLabel" name="audio_device_label">
|
||||
<widget class="QLabel" name="output_label">
|
||||
<property name="text">
|
||||
<string>Audio Device:</string>
|
||||
<string>Output Device</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="audio_device_combo_box"/>
|
||||
<widget class="QComboBox" name="output_combo_box"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="input_layout">
|
||||
<item>
|
||||
<widget class="QLabel" name="input_label">
|
||||
<property name="text">
|
||||
<string>Input Device</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="input_combo_box"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue