diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-01 21:38:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-01 21:38:21 +0000 |
| commit | 366eb153e82063a1157695e6c0873a7a64bee3af (patch) | |
| tree | 5b672b76cdace7182175696a17538d02d79cba7e /src/plugins/General/rdetect/settingsdialog.ui | |
| parent | 7bdd84eec98430e71a4a73fe46561a20d1dc75e3 (diff) | |
| download | qmmp-366eb153e82063a1157695e6c0873a7a64bee3af.tar.gz qmmp-366eb153e82063a1157695e6c0873a7a64bee3af.tar.bz2 qmmp-366eb153e82063a1157695e6c0873a7a64bee3af.zip | |
rdetect: added settings dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8471 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rdetect/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/rdetect/settingsdialog.ui | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/src/plugins/General/rdetect/settingsdialog.ui b/src/plugins/General/rdetect/settingsdialog.ui new file mode 100644 index 000000000..d19aa5f35 --- /dev/null +++ b/src/plugins/General/rdetect/settingsdialog.ui @@ -0,0 +1,122 @@ +<?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>348</width> + <height>247</height> + </rect> + </property> + <property name="windowTitle"> + <string>Volume Detection Plugin Settings</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <property name="leftMargin"> + <number>6</number> + </property> + <property name="rightMargin"> + <number>6</number> + </property> + <property name="bottomMargin"> + <number>6</number> + </property> + <item> + <widget class="QGroupBox" name="cdGroupBox"> + <property name="title"> + <string>CD Audio Detection</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QCheckBox" name="addTracksCheckBox"> + <property name="text"> + <string>Add tracks to playlist automatically</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="removeTracksCheckBox"> + <property name="text"> + <string>Remove tracks from playlist automatically</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="removableGroupBox"> + <property name="title"> + <string>Removable Device Detection</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QCheckBox" name="addFilesCheckBox"> + <property name="text"> + <string>Add files to playlist automatically</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="removeFilesCheckBox"> + <property name="text"> + <string>Remove files from playlist automatically</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </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>199</x> + <y>221</y> + </hint> + <hint type="destinationlabel"> + <x>22</x> + <y>242</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>SettingsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>247</x> + <y>225</y> + </hint> + <hint type="destinationlabel"> + <x>273</x> + <y>229</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
