diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-20 07:22:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-20 07:22:50 +0000 |
| commit | 2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab (patch) | |
| tree | 82cb2228dd4aa5f9cdc0985ad5d6c6a7ce5947f6 /src/plugins/General/kdenotify/settingsdialog.ui | |
| parent | bfe01d737226a5034010bc3db19b99c46d062387 (diff) | |
| download | qmmp-2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab.tar.gz qmmp-2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab.tar.bz2 qmmp-2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab.zip | |
improved kde4 notification (added embedded covers support and templates)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1634 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/kdenotify/settingsdialog.ui | 53 |
1 files changed, 43 insertions, 10 deletions
diff --git a/src/plugins/General/kdenotify/settingsdialog.ui b/src/plugins/General/kdenotify/settingsdialog.ui index 0f7ec7f4f..67785333d 100644 --- a/src/plugins/General/kdenotify/settingsdialog.ui +++ b/src/plugins/General/kdenotify/settingsdialog.ui @@ -6,14 +6,23 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>104</height> + <width>296</width> + <height>125</height> </rect> </property> <property name="windowTitle"> <string>KDE 4 Notification Plugin Settings</string> </property> <layout class="QGridLayout" name="gridLayout"> + <property name="leftMargin"> + <number>6</number> + </property> + <property name="rightMargin"> + <number>6</number> + </property> + <property name="bottomMargin"> + <number>6</number> + </property> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> @@ -31,7 +40,38 @@ </property> </widget> </item> - <item row="2" column="1"> + <item row="1" column="0"> + <widget class="QCheckBox" name="showCoversCheckBox"> + <property name="text"> + <string>Show covers</string> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="templateButton"> + <property name="text"> + <string>Change template</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item row="3" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -41,13 +81,6 @@ </property> </widget> </item> - <item row="1" column="0"> - <widget class="QCheckBox" name="showCoversCheckBox"> - <property name="text"> - <string>Show covers</string> - </property> - </widget> - </item> </layout> </widget> <resources/> |
