2011-04-25 21:16:26 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2011-08-14 01:07:10 +02:00
|
|
|
<class>SpotifySettingsPage</class>
|
|
|
|
<widget class="QWidget" name="SpotifySettingsPage">
|
2011-04-25 21:16:26 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-11-27 18:29:33 +01:00
|
|
|
<width>545</width>
|
|
|
|
<height>458</height>
|
2011-04-25 21:16:26 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2011-08-14 01:07:10 +02:00
|
|
|
<string>Spotify</string>
|
2011-04-25 21:16:26 +02:00
|
|
|
</property>
|
2011-04-30 14:31:20 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2011-08-27 23:01:28 +02:00
|
|
|
<item>
|
|
|
|
<widget class="LoginStateWidget" name="login_state" native="true"/>
|
|
|
|
</item>
|
2011-04-25 21:16:26 +02:00
|
|
|
<item>
|
2011-04-30 14:31:20 +02:00
|
|
|
<widget class="QGroupBox" name="account_group">
|
2011-04-25 21:16:26 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Account details</string>
|
|
|
|
</property>
|
2011-05-09 21:54:04 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
2011-04-25 21:16:26 +02:00
|
|
|
<widget class="QWidget" name="login_container" native="true">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-05-09 21:54:04 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2011-04-25 21:16:26 +02:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2011-05-09 21:54:04 +02:00
|
|
|
<item row="1" column="0">
|
2011-04-25 21:16:26 +02:00
|
|
|
<widget class="QLabel" name="username_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Username</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-09 21:54:04 +02:00
|
|
|
<item row="1" column="1">
|
2011-04-25 21:16:26 +02:00
|
|
|
<widget class="QLineEdit" name="username"/>
|
|
|
|
</item>
|
2011-05-09 21:54:04 +02:00
|
|
|
<item row="2" column="0">
|
2011-04-25 21:16:26 +02:00
|
|
|
<widget class="QLabel" name="password_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-09 21:54:04 +02:00
|
|
|
<item row="2" column="1" colspan="2">
|
2011-04-25 21:16:26 +02:00
|
|
|
<widget class="QLineEdit" name="password">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-09 21:54:04 +02:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QPushButton" name="login">
|
|
|
|
<property name="text">
|
|
|
|
<string>Login</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-25 21:16:26 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-30 14:31:20 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Spotify plugin</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>For licensing reasons Spotify support is in a separate plugin.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Plugin status:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="blob_status"/>
|
|
|
|
</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>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="download_blob">
|
|
|
|
<property name="text">
|
|
|
|
<string>Download...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-11-27 18:29:33 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Preferences</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Preferred bitrate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="bitrate"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="volume_normalisation">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use volume normalisation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-25 21:16:26 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>30</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-04-30 14:31:20 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2013-05-17 17:11:19 +02:00
|
|
|
<pixmap resource="../../data/data.qrc">:/spotify-attribution.png</pixmap>
|
2011-04-30 14:31:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-04-25 21:16:26 +02:00
|
|
|
</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>
|
2011-04-25 21:16:26 +02:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2011-04-30 14:31:20 +02:00
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
|
|
|
</resources>
|
2011-04-25 21:16:26 +02:00
|
|
|
<connections/>
|
|
|
|
</ui>
|