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

« back to all changes in this revision

Viewing changes to src/remote/remoteconfig.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>RemoteConfig</class>
4
 
 <widget class="QWidget" name="RemoteConfig">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>507</width>
10
 
    <height>437</height>
11
 
   </rect>
12
 
  </property>
13
 
  <layout class="QVBoxLayout" name="verticalLayout">
14
 
   <item>
15
 
    <widget class="QLabel" name="label">
16
 
     <property name="text">
17
 
      <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>
18
 
     </property>
19
 
     <property name="wordWrap">
20
 
      <bool>true</bool>
21
 
     </property>
22
 
    </widget>
23
 
   </item>
24
 
   <item>
25
 
    <widget class="QGroupBox" name="groupBox">
26
 
     <property name="title">
27
 
      <string>Account details</string>
28
 
     </property>
29
 
     <layout class="QFormLayout" name="formLayout">
30
 
      <item row="0" column="0">
31
 
       <widget class="QLabel" name="label_2">
32
 
        <property name="text">
33
 
         <string>Google username</string>
34
 
        </property>
35
 
       </widget>
36
 
      </item>
37
 
      <item row="0" column="1">
38
 
       <layout class="QHBoxLayout" name="horizontalLayout_2">
39
 
        <item>
40
 
         <widget class="QLineEdit" name="username">
41
 
          <property name="minimumSize">
42
 
           <size>
43
 
            <width>250</width>
44
 
            <height>0</height>
45
 
           </size>
46
 
          </property>
47
 
         </widget>
48
 
        </item>
49
 
        <item>
50
 
         <widget class="QPushButton" name="sign_out">
51
 
          <property name="enabled">
52
 
           <bool>false</bool>
53
 
          </property>
54
 
          <property name="text">
55
 
           <string>Sign out</string>
56
 
          </property>
57
 
         </widget>
58
 
        </item>
59
 
       </layout>
60
 
      </item>
61
 
      <item row="1" column="0">
62
 
       <widget class="QLabel" name="label_3">
63
 
        <property name="text">
64
 
         <string>Google password</string>
65
 
        </property>
66
 
       </widget>
67
 
      </item>
68
 
      <item row="1" column="1">
69
 
       <widget class="QLineEdit" name="password">
70
 
        <property name="echoMode">
71
 
         <enum>QLineEdit::Password</enum>
72
 
        </property>
73
 
       </widget>
74
 
      </item>
75
 
     </layout>
76
 
    </widget>
77
 
   </item>
78
 
   <item>
79
 
    <widget class="QGroupBox" name="groupBox_2">
80
 
     <property name="title">
81
 
      <string>Settings</string>
82
 
     </property>
83
 
     <layout class="QFormLayout" name="formLayout_2">
84
 
      <item row="0" column="0">
85
 
       <widget class="QLabel" name="label_4">
86
 
        <property name="text">
87
 
         <string>Player name</string>
88
 
        </property>
89
 
       </widget>
90
 
      </item>
91
 
      <item row="0" column="1">
92
 
       <widget class="QLineEdit" name="agent_name"/>
93
 
      </item>
94
 
      <item row="1" column="0" colspan="2">
95
 
       <widget class="QLabel" name="label_7">
96
 
        <property name="text">
97
 
         <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>
98
 
        </property>
99
 
        <property name="wordWrap">
100
 
         <bool>true</bool>
101
 
        </property>
102
 
       </widget>
103
 
      </item>
104
 
     </layout>
105
 
    </widget>
106
 
   </item>
107
 
   <item>
108
 
    <spacer name="verticalSpacer">
109
 
     <property name="orientation">
110
 
      <enum>Qt::Vertical</enum>
111
 
     </property>
112
 
     <property name="sizeHint" stdset="0">
113
 
      <size>
114
 
       <width>20</width>
115
 
       <height>40</height>
116
 
      </size>
117
 
     </property>
118
 
    </spacer>
119
 
   </item>
120
 
   <item>
121
 
    <widget class="QWidget" name="busy" native="true">
122
 
     <layout class="QHBoxLayout" name="horizontalLayout">
123
 
      <property name="margin">
124
 
       <number>0</number>
125
 
      </property>
126
 
      <item>
127
 
       <widget class="QLabel" name="label_5">
128
 
        <property name="text">
129
 
         <string>Authenticating...</string>
130
 
        </property>
131
 
        <property name="alignment">
132
 
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
133
 
        </property>
134
 
       </widget>
135
 
      </item>
136
 
      <item>
137
 
       <widget class="BusyIndicator" name="label_6">
138
 
        <property name="sizePolicy">
139
 
         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
140
 
          <horstretch>0</horstretch>
141
 
          <verstretch>0</verstretch>
142
 
         </sizepolicy>
143
 
        </property>
144
 
       </widget>
145
 
      </item>
146
 
     </layout>
147
 
    </widget>
148
 
   </item>
149
 
  </layout>
150
 
 </widget>
151
 
 <customwidgets>
152
 
  <customwidget>
153
 
   <class>BusyIndicator</class>
154
 
   <extends>QLabel</extends>
155
 
   <header>widgets/busyindicator.h</header>
156
 
  </customwidget>
157
 
 </customwidgets>
158
 
 <tabstops>
159
 
  <tabstop>username</tabstop>
160
 
  <tabstop>password</tabstop>
161
 
  <tabstop>sign_out</tabstop>
162
 
 </tabstops>
163
 
 <resources/>
164
 
 <connections/>
165
 
</ui>