diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-28 16:56:11 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-28 16:56:11 +0000 |
| commit | fe0e51d9b3e6f750b7f0a83900323a654598e6c0 (patch) | |
| tree | cab605868adec196ccf8868b3f6a081f252f2f27 /src/plugins/General/scrobbler/settingsdialog.ui | |
| parent | 7164404b2e0d428b4f0083255d0ed140740b7146 (diff) | |
| download | qmmp-fe0e51d9b3e6f750b7f0a83900323a654598e6c0.tar.gz qmmp-fe0e51d9b3e6f750b7f0a83900323a654598e6c0.tar.bz2 qmmp-fe0e51d9b3e6f750b7f0a83900323a654598e6c0.zip | |
improved last.fm registration
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3188 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/scrobbler/settingsdialog.ui | 48 |
1 files changed, 36 insertions, 12 deletions
diff --git a/src/plugins/General/scrobbler/settingsdialog.ui b/src/plugins/General/scrobbler/settingsdialog.ui index 528074cc4..dd111a948 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>322</width> - <height>215</height> + <width>337</width> + <height>227</height> </rect> </property> <property name="windowTitle"> @@ -35,18 +35,42 @@ <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Session:</string> - </property> - </widget> + <item row="0" column="0" colspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Session:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="sessionLineEdit_lastfm"/> + </item> + <item> + <widget class="QPushButton" name="checkButton_lastfm"> + <property name="text"> + <string>Check</string> + </property> + </widget> + </item> + </layout> </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="sessionLineEdit_lastfm"/> + <item row="1" column="0"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>162</width> + <height>20</height> + </size> + </property> + </spacer> </item> - <item row="1" column="0" colspan="2"> - <widget class="QCheckBox" name="newSessionCheckBox_lastfm"> + <item row="1" column="1"> + <widget class="QPushButton" name="newSessionButton_lastfm"> <property name="text"> <string>Register new session</string> </property> |
