diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-29 09:43:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-29 09:43:25 +0000 |
| commit | 6f72ae7e3e61b330dd1874a951b258075649fe8e (patch) | |
| tree | c911ac5434ab5cb258328037590e78af3ca92361 /src/plugins/General/kdenotify/settingsdialog.ui | |
| parent | 81a8ff3c3605ddcd22f2e6400e5a7a3e2f330f43 (diff) | |
| download | qmmp-6f72ae7e3e61b330dd1874a951b258075649fe8e.tar.gz qmmp-6f72ae7e3e61b330dd1874a951b258075649fe8e.tar.bz2 qmmp-6f72ae7e3e61b330dd1874a951b258075649fe8e.zip | |
added kde notifications plugin (author: Artur Guzik) (Closes issue 164)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1337 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/kdenotify/settingsdialog.ui | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/src/plugins/General/kdenotify/settingsdialog.ui b/src/plugins/General/kdenotify/settingsdialog.ui new file mode 100644 index 000000000..d2ef67a20 --- /dev/null +++ b/src/plugins/General/kdenotify/settingsdialog.ui @@ -0,0 +1,81 @@ +<?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>400</width> + <height>104</height> + </rect> + </property> + <property name="windowTitle"> + <string>KDE 4 Notification Plugin Settings</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Notification delay [ms]:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QSpinBox" name="kNotifyDelaySpinBox"> + <property name="maximum"> + <number>50000</number> + </property> + <property name="value"> + <number>10000</number> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <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>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>SettingsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
