aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/wasapi/settingsdialog.ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-09-05 17:53:43 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-09-05 17:53:43 +0000
commit4abfc3230c456053eaf03bd47897612be9066e8e (patch)
treea32552ac229c1d61e8b4e9830db2e19e75163eb5 /src/plugins/Output/wasapi/settingsdialog.ui
parent89162c2e2e6141ac5df7494e576f623b20830ce0 (diff)
downloadqmmp-4abfc3230c456053eaf03bd47897612be9066e8e.tar.gz
qmmp-4abfc3230c456053eaf03bd47897612be9066e8e.tar.bz2
qmmp-4abfc3230c456053eaf03bd47897612be9066e8e.zip
wasapi: added feature to change device
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7450 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/wasapi/settingsdialog.ui')
-rw-r--r--src/plugins/Output/wasapi/settingsdialog.ui93
1 files changed, 93 insertions, 0 deletions
diff --git a/src/plugins/Output/wasapi/settingsdialog.ui b/src/plugins/Output/wasapi/settingsdialog.ui
new file mode 100644
index 000000000..e96f1706c
--- /dev/null
+++ b/src/plugins/Output/wasapi/settingsdialog.ui
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>SettingsDialog</class>
+ <widget class="QDialog" name="SettingsDialog">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>276</width>
+ <height>68</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>OSS4 Plugin Settings</string>
+ </property>
+ <layout class="QGridLayout">
+ <property name="margin">
+ <number>9</number>
+ </property>
+ <property name="spacing">
+ <number>6</number>
+ </property>
+ <item row="0" column="1" colspan="2">
+ <widget class="QComboBox" name="deviceComboBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="editable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" colspan="3">
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0">
+ <widget class="QLabel" name="label">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Device:</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>accepted()</signal>
+ <receiver>SettingsDialog</receiver>
+ <slot>accept()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>179</x>
+ <y>51</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>274</x>
+ <y>2</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>rejected()</signal>
+ <receiver>SettingsDialog</receiver>
+ <slot>reject()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>231</x>
+ <y>46</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>271</x>
+ <y>44</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>