diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-29 16:09:08 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-29 16:09:08 +0000 |
| commit | 5891bc44af871c3ab21a5e1c4293f6382f4fe6e1 (patch) | |
| tree | c5d6bec191c2cf098b0f98a1c7d804485cd61271 /src/plugins/General/scrobbler/settingsdialog.ui | |
| parent | f0a1d05ed7dc9e5a35ee41e5d15a82702a1ab3c7 (diff) | |
| download | qmmp-5891bc44af871c3ab21a5e1c4293f6382f4fe6e1.tar.gz qmmp-5891bc44af871c3ab21a5e1c4293f6382f4fe6e1.tar.bz2 qmmp-5891bc44af871c3ab21a5e1c4293f6382f4fe6e1.zip | |
improved scrobbler plugin, fixed libre.fm support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@955 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/scrobbler/settingsdialog.ui | 101 |
1 files changed, 68 insertions, 33 deletions
diff --git a/src/plugins/General/scrobbler/settingsdialog.ui b/src/plugins/General/scrobbler/settingsdialog.ui index 6b751b952..d6c1ed936 100644 --- a/src/plugins/General/scrobbler/settingsdialog.ui +++ b/src/plugins/General/scrobbler/settingsdialog.ui @@ -6,14 +6,14 @@ <rect> <x>0</x> <y>0</y> - <width>265</width> - <height>121</height> + <width>292</width> + <height>219</height> </rect> </property> <property name="windowTitle"> <string>Scrobbler Plugin Settings</string> </property> - <layout class="QGridLayout" name="gridLayout"> + <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> <number>6</number> </property> @@ -26,44 +26,79 @@ <property name="bottomMargin"> <number>6</number> </property> - <property name="horizontalSpacing"> - <number>6</number> - </property> - <item row="0" column="0"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Service:</string> + <item> + <widget class="QGroupBox" name="lastfmGroupBox"> + <property name="title"> + <string>last.fm</string> </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QComboBox" name="serviceComboBox"/> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>User name:</string> + <property name="checkable"> + <bool>true</bool> </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>User name:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="userLineEdit"/> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Password:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="passwordLineEdit"> + <property name="echoMode"> + <enum>QLineEdit::Password</enum> + </property> + </widget> + </item> + </layout> </widget> </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="userLineEdit"/> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>Password:</string> + <item> + <widget class="QGroupBox" name="librefmGroupBox"> + <property name="title"> + <string>libre.fm</string> </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="passwordLineEdit"> - <property name="echoMode"> - <enum>QLineEdit::Password</enum> + <property name="checkable"> + <bool>true</bool> </property> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="0" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>User name:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="userLineEdit_libre"/> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Password:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="passwordLineEdit_libre"> + <property name="echoMode"> + <enum>QLineEdit::Password</enum> + </property> + </widget> + </item> + </layout> </widget> </item> - <item row="3" column="0" colspan="2"> + <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer> |
