2009-12-26 18:19:14 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2011-08-14 01:07:10 +02:00
|
|
|
<class>LastFMSettingsPage</class>
|
|
|
|
<widget class="QWidget" name="LastFMSettingsPage">
|
2009-12-26 18:19:14 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-05-09 21:54:04 +02:00
|
|
|
<width>769</width>
|
|
|
|
<height>551</height>
|
2009-12-26 18:19:14 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2011-08-14 01:07:10 +02:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Last.fm</string>
|
|
|
|
</property>
|
2010-06-09 00:56:31 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2011-04-09 11:00:10 +02:00
|
|
|
<item>
|
2011-08-27 23:01:28 +02:00
|
|
|
<widget class="LoginStateWidget" name="login_state" native="true"/>
|
2011-04-09 11:00:10 +02:00
|
|
|
</item>
|
2009-12-26 18:19:14 +01:00
|
|
|
<item>
|
2010-06-09 00:56:31 +02:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Account details</string>
|
2009-12-26 18:19:14 +01:00
|
|
|
</property>
|
2010-06-09 00:56:31 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2011-04-09 11:00:10 +02:00
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
</property>
|
|
|
|
<item row="1" column="0">
|
2010-06-09 00:56:31 +02:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Last.fm username</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-09 11:00:10 +02:00
|
|
|
<item row="1" column="1">
|
2010-06-09 00:56:31 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="username"/>
|
|
|
|
</item>
|
2011-05-09 21:54:04 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="login">
|
|
|
|
<property name="text">
|
|
|
|
<string>Login</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-09 00:56:31 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
2011-04-09 11:00:10 +02:00
|
|
|
<item row="2" column="0">
|
2010-06-09 00:56:31 +02:00
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Last.fm password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-09 11:00:10 +02:00
|
|
|
<item row="2" column="1">
|
2010-06-09 00:56:31 +02:00
|
|
|
<widget class="QLineEdit" name="password">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-12-26 18:19:14 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-09 00:56:31 +02:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Preferences</string>
|
2009-12-26 18:19:14 +01:00
|
|
|
</property>
|
2010-06-09 00:56:31 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="scrobble">
|
|
|
|
<property name="text">
|
|
|
|
<string>Scrobble tracks that I listen to</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="love_ban_">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show the "love" and "ban" buttons</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-07 18:25:52 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="scrobble_button">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show the scrobble button in the main window</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-13 17:04:55 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="prefer_albumartist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use Album Artist tag when available</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-09 00:56:31 +02:00
|
|
|
</layout>
|
2009-12-26 18:19:14 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2011-08-27 23:01:28 +02:00
|
|
|
<class>LoginStateWidget</class>
|
2011-08-27 16:00:49 +02:00
|
|
|
<extends>QWidget</extends>
|
2011-08-27 23:01:28 +02:00
|
|
|
<header>widgets/loginstatewidget.h</header>
|
|
|
|
<container>1</container>
|
2009-12-26 18:19:14 +01:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2010-04-07 21:26:49 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>username</tabstop>
|
|
|
|
<tabstop>password</tabstop>
|
2011-05-09 21:54:04 +02:00
|
|
|
<tabstop>login</tabstop>
|
2010-04-07 21:26:49 +02:00
|
|
|
<tabstop>scrobble</tabstop>
|
|
|
|
<tabstop>love_ban_</tabstop>
|
2011-05-09 21:54:04 +02:00
|
|
|
<tabstop>scrobble_button</tabstop>
|
2010-04-07 21:26:49 +02:00
|
|
|
</tabstops>
|
2010-05-19 17:45:29 +02:00
|
|
|
<resources/>
|
2011-08-27 23:01:28 +02:00
|
|
|
<connections/>
|
2009-12-26 18:19:14 +01:00
|
|
|
</ui>
|