~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/internet/spotifysettingspage.ui

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>SpotifySettingsPage</class>
 
4
 <widget class="QWidget" name="SpotifySettingsPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>545</width>
 
10
    <height>458</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Spotify</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
17
   <item>
 
18
    <widget class="LoginStateWidget" name="login_state" native="true"/>
 
19
   </item>
 
20
   <item>
 
21
    <widget class="QGroupBox" name="account_group">
 
22
     <property name="title">
 
23
      <string>Account details</string>
 
24
     </property>
 
25
     <layout class="QVBoxLayout" name="verticalLayout_3">
 
26
      <item>
 
27
       <widget class="QWidget" name="login_container" native="true">
 
28
        <property name="enabled">
 
29
         <bool>true</bool>
 
30
        </property>
 
31
        <layout class="QGridLayout" name="gridLayout">
 
32
         <property name="margin">
 
33
          <number>0</number>
 
34
         </property>
 
35
         <item row="1" column="0">
 
36
          <widget class="QLabel" name="username_label">
 
37
           <property name="text">
 
38
            <string>Username</string>
 
39
           </property>
 
40
          </widget>
 
41
         </item>
 
42
         <item row="1" column="1">
 
43
          <widget class="QLineEdit" name="username"/>
 
44
         </item>
 
45
         <item row="2" column="0">
 
46
          <widget class="QLabel" name="password_label">
 
47
           <property name="text">
 
48
            <string>Password</string>
 
49
           </property>
 
50
          </widget>
 
51
         </item>
 
52
         <item row="2" column="1" colspan="2">
 
53
          <widget class="QLineEdit" name="password">
 
54
           <property name="echoMode">
 
55
            <enum>QLineEdit::Password</enum>
 
56
           </property>
 
57
          </widget>
 
58
         </item>
 
59
         <item row="1" column="2">
 
60
          <widget class="QPushButton" name="login">
 
61
           <property name="text">
 
62
            <string>Login</string>
 
63
           </property>
 
64
          </widget>
 
65
         </item>
 
66
        </layout>
 
67
       </widget>
 
68
      </item>
 
69
     </layout>
 
70
    </widget>
 
71
   </item>
 
72
   <item>
 
73
    <widget class="QGroupBox" name="groupBox_2">
 
74
     <property name="title">
 
75
      <string>Spotify plugin</string>
 
76
     </property>
 
77
     <layout class="QVBoxLayout" name="verticalLayout">
 
78
      <item>
 
79
       <widget class="QLabel" name="label">
 
80
        <property name="text">
 
81
         <string>For licensing reasons Spotify support is in a separate plugin.</string>
 
82
        </property>
 
83
       </widget>
 
84
      </item>
 
85
      <item>
 
86
       <layout class="QHBoxLayout" name="horizontalLayout_2">
 
87
        <item>
 
88
         <widget class="QLabel" name="label_2">
 
89
          <property name="text">
 
90
           <string>Plugin status:</string>
 
91
          </property>
 
92
         </widget>
 
93
        </item>
 
94
        <item>
 
95
         <widget class="QLabel" name="blob_status"/>
 
96
        </item>
 
97
        <item>
 
98
         <spacer name="horizontalSpacer">
 
99
          <property name="orientation">
 
100
           <enum>Qt::Horizontal</enum>
 
101
          </property>
 
102
          <property name="sizeHint" stdset="0">
 
103
           <size>
 
104
            <width>40</width>
 
105
            <height>20</height>
 
106
           </size>
 
107
          </property>
 
108
         </spacer>
 
109
        </item>
 
110
        <item>
 
111
         <widget class="QPushButton" name="download_blob">
 
112
          <property name="text">
 
113
           <string>Download...</string>
 
114
          </property>
 
115
         </widget>
 
116
        </item>
 
117
       </layout>
 
118
      </item>
 
119
     </layout>
 
120
    </widget>
 
121
   </item>
 
122
   <item>
 
123
    <widget class="QGroupBox" name="groupBox">
 
124
     <property name="title">
 
125
      <string>Preferences</string>
 
126
     </property>
 
127
     <layout class="QFormLayout" name="formLayout">
 
128
      <item row="0" column="0">
 
129
       <widget class="QLabel" name="label_4">
 
130
        <property name="text">
 
131
         <string>Preferred bitrate</string>
 
132
        </property>
 
133
       </widget>
 
134
      </item>
 
135
      <item row="0" column="1">
 
136
       <widget class="QComboBox" name="bitrate"/>
 
137
      </item>
 
138
      <item row="1" column="0" colspan="2">
 
139
       <widget class="QCheckBox" name="volume_normalisation">
 
140
        <property name="text">
 
141
         <string>Use volume normalisation</string>
 
142
        </property>
 
143
       </widget>
 
144
      </item>
 
145
     </layout>
 
146
    </widget>
 
147
   </item>
 
148
   <item>
 
149
    <spacer name="verticalSpacer">
 
150
     <property name="orientation">
 
151
      <enum>Qt::Vertical</enum>
 
152
     </property>
 
153
     <property name="sizeHint" stdset="0">
 
154
      <size>
 
155
       <width>20</width>
 
156
       <height>30</height>
 
157
      </size>
 
158
     </property>
 
159
    </spacer>
 
160
   </item>
 
161
   <item>
 
162
    <layout class="QHBoxLayout" name="horizontalLayout_3">
 
163
     <item>
 
164
      <spacer name="horizontalSpacer_2">
 
165
       <property name="orientation">
 
166
        <enum>Qt::Horizontal</enum>
 
167
       </property>
 
168
       <property name="sizeHint" stdset="0">
 
169
        <size>
 
170
         <width>40</width>
 
171
         <height>20</height>
 
172
        </size>
 
173
       </property>
 
174
      </spacer>
 
175
     </item>
 
176
     <item>
 
177
      <widget class="QLabel" name="label_3">
 
178
       <property name="minimumSize">
 
179
        <size>
 
180
         <width>64</width>
 
181
         <height>64</height>
 
182
        </size>
 
183
       </property>
 
184
       <property name="maximumSize">
 
185
        <size>
 
186
         <width>64</width>
 
187
         <height>64</height>
 
188
        </size>
 
189
       </property>
 
190
       <property name="pixmap">
 
191
        <pixmap resource="../../data/data.qrc">:/spotify-core-logo-128x128.png</pixmap>
 
192
       </property>
 
193
       <property name="scaledContents">
 
194
        <bool>true</bool>
 
195
       </property>
 
196
      </widget>
 
197
     </item>
 
198
    </layout>
 
199
   </item>
 
200
  </layout>
 
201
 </widget>
 
202
 <customwidgets>
 
203
  <customwidget>
 
204
   <class>LoginStateWidget</class>
 
205
   <extends>QWidget</extends>
 
206
   <header>widgets/loginstatewidget.h</header>
 
207
   <container>1</container>
 
208
  </customwidget>
 
209
 </customwidgets>
 
210
 <resources>
 
211
  <include location="../../data/data.qrc"/>
 
212
 </resources>
 
213
 <connections/>
 
214
</ui>