diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-12-11 16:21:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-12-11 16:21:58 +0000 |
| commit | 8c68c4e6c35a830b231a91596b4294e844980294 (patch) | |
| tree | 829f321f60fa44e065aa30ba4060918cae2da188 /src/plugins/General/scrobbler/settingsdialog.ui | |
| parent | e075ed6f25e2a1e68c7f235f380ba842a236b7cc (diff) | |
| download | qmmp-8c68c4e6c35a830b231a91596b4294e844980294.tar.gz qmmp-8c68c4e6c35a830b231a91596b4294e844980294.tar.bz2 qmmp-8c68c4e6c35a830b231a91596b4294e844980294.zip | |
added scrobbling 2.0 protocol support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1998 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/scrobbler/settingsdialog.ui | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/src/plugins/General/scrobbler/settingsdialog.ui b/src/plugins/General/scrobbler/settingsdialog.ui index bc904ad16..528074cc4 100644 --- a/src/plugins/General/scrobbler/settingsdialog.ui +++ b/src/plugins/General/scrobbler/settingsdialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>292</width> - <height>219</height> + <width>322</width> + <height>215</height> </rect> </property> <property name="windowTitle"> @@ -38,24 +38,17 @@ <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> - <string>User name:</string> + <string>Session:</string> </property> </widget> </item> <item row="0" column="1"> - <widget class="QLineEdit" name="userLineEdit"/> + <widget class="QLineEdit" name="sessionLineEdit_lastfm"/> </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_2"> + <item row="1" column="0" colspan="2"> + <widget class="QCheckBox" name="newSessionCheckBox_lastfm"> <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> + <string>Register new session</string> </property> </widget> </item> |
