diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-11-11 05:24:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-11-11 05:24:51 +0000 |
| commit | ecd95ef11c94e7442728df4fc7307b387769d7eb (patch) | |
| tree | 8b4f5212a5af2efb16e21244a5e5488aac958d4d /src/plugins/Output/qtmultimedia/settingsdialog.ui | |
| parent | 93a629f11d3b8ff9454093378d15cb75629919e7 (diff) | |
| download | qmmp-ecd95ef11c94e7442728df4fc7307b387769d7eb.tar.gz qmmp-ecd95ef11c94e7442728df4fc7307b387769d7eb.tar.bz2 qmmp-ecd95ef11c94e7442728df4fc7307b387769d7eb.zip | |
adding support of Qt Multimedia output (patch by Ivan Ponomarev)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5741 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/qtmultimedia/settingsdialog.ui')
| -rw-r--r-- | src/plugins/Output/qtmultimedia/settingsdialog.ui | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/src/plugins/Output/qtmultimedia/settingsdialog.ui b/src/plugins/Output/qtmultimedia/settingsdialog.ui new file mode 100644 index 000000000..582b86511 --- /dev/null +++ b/src/plugins/Output/qtmultimedia/settingsdialog.ui @@ -0,0 +1,87 @@ +<?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>86</height> + </rect> + </property> + <property name="windowTitle"> + <string>Qt Multimedia Plugin Settings</string> + </property> + <layout class="QGridLayout"> + <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>false</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> |
