diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-11-20 15:15:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-11-20 15:15:37 +0000 |
| commit | c60e619e4dd489cd05dde007bb3305126cdcf8ad (patch) | |
| tree | 7df0d2f6d7aad7c36343054ff337814438d82c46 /src/plugins/General/kdenotify/settingsdialog.ui | |
| parent | 1c213e06a7b87414a95ed08db22112828a9e4bc1 (diff) | |
| download | qmmp-c60e619e4dd489cd05dde007bb3305126cdcf8ad.tar.gz qmmp-c60e619e4dd489cd05dde007bb3305126cdcf8ad.tar.bz2 qmmp-c60e619e4dd489cd05dde007bb3305126cdcf8ad.zip | |
kdenotify: added volume change notification
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10392 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/kdenotify/settingsdialog.ui | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/src/plugins/General/kdenotify/settingsdialog.ui b/src/plugins/General/kdenotify/settingsdialog.ui index 023bfd649..4c549bc2b 100644 --- a/src/plugins/General/kdenotify/settingsdialog.ui +++ b/src/plugins/General/kdenotify/settingsdialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>370</width> - <height>241</height> + <width>413</width> + <height>326</height> </rect> </property> <property name="windowTitle"> @@ -46,16 +46,10 @@ </property> </widget> </item> - <item row="0" column="1"> - <widget class="QSpinBox" name="notifyDelaySpinBox"> - <property name="suffix"> - <string>s</string> - </property> - <property name="maximum"> - <number>100</number> - </property> - <property name="value"> - <number>10</number> + <item row="1" column="0" colspan="3"> + <widget class="QCheckBox" name="updateNotifyCheckBox"> + <property name="text"> + <string>Update visible notification instead create new</string> </property> </widget> </item> @@ -72,10 +66,23 @@ </property> </spacer> </item> - <item row="1" column="0" colspan="3"> - <widget class="QCheckBox" name="updateNotifyCheckBox"> + <item row="0" column="1"> + <widget class="QSpinBox" name="notifyDelaySpinBox"> + <property name="suffix"> + <string>s</string> + </property> + <property name="maximum"> + <number>100</number> + </property> + <property name="value"> + <number>10</number> + </property> + </widget> + </item> + <item row="2" column="0" colspan="3"> + <widget class="QCheckBox" name="volumeCheckBox"> <property name="text"> - <string>Update visible notification instead create new</string> + <string>Volume change notification</string> </property> </widget> </item> |
