2012-11-27 19:56:47 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>UbuntuOneSettingsPage</class>
|
|
|
|
<widget class="QWidget" name="UbuntuOneSettingsPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>569</width>
|
|
|
|
<height>491</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Ubuntu One</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../../data/data.qrc">
|
|
|
|
<normaloff>:/providers/ubuntuone.png</normaloff>:/providers/ubuntuone.png</iconset>
|
|
|
|
</property>
|
2013-07-27 08:09:36 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2012-11-27 19:56:47 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clementine can play music that you have uploaded to Ubuntu One</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="LoginStateWidget" name="login_state" native="true"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-07-27 08:09:36 +02:00
|
|
|
<widget class="QGroupBox" name="login_container">
|
|
|
|
<property name="title">
|
|
|
|
<string>Account details</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ubuntu One username</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="username"/>
|
|
|
|
</item>
|
2012-11-27 19:56:47 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="login_button">
|
|
|
|
<property name="text">
|
|
|
|
<string>Login</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-07-27 08:09:36 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ubuntu One password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="password">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string><a href="https://one.ubuntu.com/auth/login">Create a new account or reset your password</a></string>
|
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-27 19:56:47 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2013-07-27 08:09:36 +02:00
|
|
|
<height>40</height>
|
2012-11-27 19:56:47 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>LoginStateWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/loginstatewidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2013-07-27 08:09:36 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>username</tabstop>
|
|
|
|
<tabstop>password</tabstop>
|
|
|
|
<tabstop>login_button</tabstop>
|
|
|
|
</tabstops>
|
2012-11-27 19:56:47 +01:00
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|