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

« back to all changes in this revision

Viewing changes to src/remote/remotesettingspage.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>RemoteSettingsPage</class>
 
4
 <widget class="QWidget" name="RemoteSettingsPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>507</width>
 
10
    <height>435</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Remote Control</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QFrame" name="frame">
 
19
     <property name="frameShape">
 
20
      <enum>QFrame::NoFrame</enum>
 
21
     </property>
 
22
     <property name="frameShadow">
 
23
      <enum>QFrame::Plain</enum>
 
24
     </property>
 
25
     <property name="lineWidth">
 
26
      <number>0</number>
 
27
     </property>
 
28
     <layout class="QHBoxLayout" name="horizontalLayout_3">
 
29
      <item>
 
30
       <widget class="QLabel" name="status">
 
31
        <property name="text">
 
32
         <string>Clementine can be controlled remotely by an Android phone.  To enable this feature log in with the same Google account that is configured on your phone.</string>
 
33
        </property>
 
34
        <property name="wordWrap">
 
35
         <bool>true</bool>
 
36
        </property>
 
37
       </widget>
 
38
      </item>
 
39
      <item>
 
40
       <widget class="QLabel" name="icon">
 
41
        <property name="sizePolicy">
 
42
         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 
43
          <horstretch>0</horstretch>
 
44
          <verstretch>0</verstretch>
 
45
         </sizepolicy>
 
46
        </property>
 
47
        <property name="text">
 
48
         <string/>
 
49
        </property>
 
50
       </widget>
 
51
      </item>
 
52
      <item>
 
53
       <widget class="QPushButton" name="sign_out">
 
54
        <property name="enabled">
 
55
         <bool>true</bool>
 
56
        </property>
 
57
        <property name="sizePolicy">
 
58
         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 
59
          <horstretch>0</horstretch>
 
60
          <verstretch>0</verstretch>
 
61
         </sizepolicy>
 
62
        </property>
 
63
        <property name="text">
 
64
         <string>Sign out</string>
 
65
        </property>
 
66
       </widget>
 
67
      </item>
 
68
     </layout>
 
69
    </widget>
 
70
   </item>
 
71
   <item>
 
72
    <widget class="QGroupBox" name="login_details">
 
73
     <property name="title">
 
74
      <string>Account details</string>
 
75
     </property>
 
76
     <layout class="QFormLayout" name="formLayout">
 
77
      <item row="0" column="0">
 
78
       <widget class="QLabel" name="label_2">
 
79
        <property name="text">
 
80
         <string>Google username</string>
 
81
        </property>
 
82
       </widget>
 
83
      </item>
 
84
      <item row="0" column="1">
 
85
       <layout class="QHBoxLayout" name="horizontalLayout_2">
 
86
        <item>
 
87
         <widget class="QLineEdit" name="username">
 
88
          <property name="minimumSize">
 
89
           <size>
 
90
            <width>250</width>
 
91
            <height>0</height>
 
92
           </size>
 
93
          </property>
 
94
         </widget>
 
95
        </item>
 
96
        <item>
 
97
         <widget class="QPushButton" name="login">
 
98
          <property name="enabled">
 
99
           <bool>false</bool>
 
100
          </property>
 
101
          <property name="text">
 
102
           <string>Login</string>
 
103
          </property>
 
104
         </widget>
 
105
        </item>
 
106
       </layout>
 
107
      </item>
 
108
      <item row="1" column="0">
 
109
       <widget class="QLabel" name="label_3">
 
110
        <property name="text">
 
111
         <string>Google password</string>
 
112
        </property>
 
113
       </widget>
 
114
      </item>
 
115
      <item row="1" column="1">
 
116
       <widget class="QLineEdit" name="password">
 
117
        <property name="echoMode">
 
118
         <enum>QLineEdit::Password</enum>
 
119
        </property>
 
120
       </widget>
 
121
      </item>
 
122
     </layout>
 
123
    </widget>
 
124
   </item>
 
125
   <item>
 
126
    <widget class="QGroupBox" name="groupBox_2">
 
127
     <property name="title">
 
128
      <string>Settings</string>
 
129
     </property>
 
130
     <layout class="QFormLayout" name="formLayout_2">
 
131
      <item row="0" column="0">
 
132
       <widget class="QLabel" name="label_4">
 
133
        <property name="text">
 
134
         <string>Player name</string>
 
135
        </property>
 
136
       </widget>
 
137
      </item>
 
138
      <item row="0" column="1">
 
139
       <widget class="QLineEdit" name="agent_name"/>
 
140
      </item>
 
141
      <item row="1" column="0" colspan="2">
 
142
       <widget class="QLabel" name="label_7">
 
143
        <property name="text">
 
144
         <string>If you use the remote on more than one computer, this name will help you choose which one to connect to on your phone.</string>
 
145
        </property>
 
146
        <property name="wordWrap">
 
147
         <bool>true</bool>
 
148
        </property>
 
149
       </widget>
 
150
      </item>
 
151
     </layout>
 
152
    </widget>
 
153
   </item>
 
154
   <item>
 
155
    <spacer name="verticalSpacer">
 
156
     <property name="orientation">
 
157
      <enum>Qt::Vertical</enum>
 
158
     </property>
 
159
     <property name="sizeHint" stdset="0">
 
160
      <size>
 
161
       <width>20</width>
 
162
       <height>40</height>
 
163
      </size>
 
164
     </property>
 
165
    </spacer>
 
166
   </item>
 
167
   <item>
 
168
    <widget class="QWidget" name="busy" native="true">
 
169
     <layout class="QHBoxLayout" name="horizontalLayout">
 
170
      <property name="margin">
 
171
       <number>0</number>
 
172
      </property>
 
173
      <item>
 
174
       <widget class="QLabel" name="label_5">
 
175
        <property name="text">
 
176
         <string>Authenticating...</string>
 
177
        </property>
 
178
        <property name="alignment">
 
179
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
180
        </property>
 
181
       </widget>
 
182
      </item>
 
183
      <item>
 
184
       <widget class="BusyIndicator" name="label_6">
 
185
        <property name="sizePolicy">
 
186
         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 
187
          <horstretch>0</horstretch>
 
188
          <verstretch>0</verstretch>
 
189
         </sizepolicy>
 
190
        </property>
 
191
       </widget>
 
192
      </item>
 
193
     </layout>
 
194
    </widget>
 
195
   </item>
 
196
  </layout>
 
197
 </widget>
 
198
 <customwidgets>
 
199
  <customwidget>
 
200
   <class>BusyIndicator</class>
 
201
   <extends>QWidget</extends>
 
202
   <header>widgets/busyindicator.h</header>
 
203
  </customwidget>
 
204
 </customwidgets>
 
205
 <tabstops>
 
206
  <tabstop>username</tabstop>
 
207
  <tabstop>password</tabstop>
 
208
  <tabstop>login</tabstop>
 
209
 </tabstops>
 
210
 <resources/>
 
211
 <connections/>
 
212
</ui>