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

« back to all changes in this revision

Viewing changes to scripts/digitallyimported-radio/settingsdialog.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>SettingsDialog</class>
4
 
 <widget class="QDialog" name="SettingsDialog">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>610</width>
10
 
    <height>331</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Digitally Imported settings</string>
15
 
  </property>
16
 
  <layout class="QVBoxLayout" name="verticalLayout">
17
 
   <item>
18
 
    <widget class="QGroupBox" name="groupBox">
19
 
     <property name="sizePolicy">
20
 
      <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
21
 
       <horstretch>0</horstretch>
22
 
       <verstretch>0</verstretch>
23
 
      </sizepolicy>
24
 
     </property>
25
 
     <property name="title">
26
 
      <string>Account details (Premium)</string>
27
 
     </property>
28
 
     <layout class="QGridLayout" name="gridLayout">
29
 
      <item row="0" column="0">
30
 
       <widget class="QLabel" name="label">
31
 
        <property name="text">
32
 
         <string>Digitally Imported username</string>
33
 
        </property>
34
 
       </widget>
35
 
      </item>
36
 
      <item row="0" column="1">
37
 
       <widget class="QLineEdit" name="username"/>
38
 
      </item>
39
 
      <item row="1" column="0">
40
 
       <widget class="QLabel" name="label_2">
41
 
        <property name="text">
42
 
         <string>Digitally Imported password</string>
43
 
        </property>
44
 
       </widget>
45
 
      </item>
46
 
      <item row="1" column="1">
47
 
       <widget class="QLineEdit" name="password">
48
 
        <property name="echoMode">
49
 
         <enum>QLineEdit::Password</enum>
50
 
        </property>
51
 
       </widget>
52
 
      </item>
53
 
      <item row="2" column="0" colspan="2">
54
 
       <widget class="QLabel" name="label_3">
55
 
        <property name="text">
56
 
         <string>You can &lt;b&gt;listen for free&lt;/b&gt; without an account, but Premium members can listen to &lt;b&gt;higher quality&lt;/b&gt; streams without advertisements.</string>
57
 
        </property>
58
 
        <property name="wordWrap">
59
 
         <bool>true</bool>
60
 
        </property>
61
 
       </widget>
62
 
      </item>
63
 
      <item row="3" column="0" colspan="2">
64
 
       <widget class="QLabel" name="label_4">
65
 
        <property name="text">
66
 
         <string>&lt;a href=&quot;http://www.di.fm/premium/&quot;&gt;Upgrade to Premium now&lt;/a&gt;</string>
67
 
        </property>
68
 
        <property name="openExternalLinks">
69
 
         <bool>true</bool>
70
 
        </property>
71
 
        <property name="textInteractionFlags">
72
 
         <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
73
 
        </property>
74
 
       </widget>
75
 
      </item>
76
 
     </layout>
77
 
    </widget>
78
 
   </item>
79
 
   <item>
80
 
    <widget class="QGroupBox" name="groupBox_2">
81
 
     <property name="sizePolicy">
82
 
      <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
83
 
       <horstretch>0</horstretch>
84
 
       <verstretch>0</verstretch>
85
 
      </sizepolicy>
86
 
     </property>
87
 
     <property name="title">
88
 
      <string>Preferences</string>
89
 
     </property>
90
 
     <layout class="QFormLayout" name="formLayout_2">
91
 
      <item row="0" column="0">
92
 
       <widget class="QLabel" name="label_5">
93
 
        <property name="text">
94
 
         <string>Audio type</string>
95
 
        </property>
96
 
       </widget>
97
 
      </item>
98
 
      <item row="0" column="1">
99
 
       <widget class="QComboBox" name="type">
100
 
        <item>
101
 
         <property name="text">
102
 
          <string>MP3 96k</string>
103
 
         </property>
104
 
        </item>
105
 
        <item>
106
 
         <property name="text">
107
 
          <string>MP3 256k (Premium only)</string>
108
 
         </property>
109
 
        </item>
110
 
        <item>
111
 
         <property name="text">
112
 
          <string>AAC 32k</string>
113
 
         </property>
114
 
        </item>
115
 
        <item>
116
 
         <property name="text">
117
 
          <string>AAC 64k (Premium only)</string>
118
 
         </property>
119
 
        </item>
120
 
        <item>
121
 
         <property name="text">
122
 
          <string>AAC 128k (Premium only)</string>
123
 
         </property>
124
 
        </item>
125
 
        <item>
126
 
         <property name="text">
127
 
          <string>Windows Media 40k</string>
128
 
         </property>
129
 
        </item>
130
 
        <item>
131
 
         <property name="text">
132
 
          <string>Windows Media 64k (Premium only)</string>
133
 
         </property>
134
 
        </item>
135
 
        <item>
136
 
         <property name="text">
137
 
          <string>Windows Media 128k (Premium only)</string>
138
 
         </property>
139
 
        </item>
140
 
       </widget>
141
 
      </item>
142
 
     </layout>
143
 
    </widget>
144
 
   </item>
145
 
   <item>
146
 
    <spacer name="verticalSpacer">
147
 
     <property name="orientation">
148
 
      <enum>Qt::Vertical</enum>
149
 
     </property>
150
 
     <property name="sizeHint" stdset="0">
151
 
      <size>
152
 
       <width>20</width>
153
 
       <height>40</height>
154
 
      </size>
155
 
     </property>
156
 
    </spacer>
157
 
   </item>
158
 
   <item>
159
 
    <widget class="QDialogButtonBox" name="buttonBox">
160
 
     <property name="orientation">
161
 
      <enum>Qt::Horizontal</enum>
162
 
     </property>
163
 
     <property name="standardButtons">
164
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
165
 
     </property>
166
 
    </widget>
167
 
   </item>
168
 
  </layout>
169
 
 </widget>
170
 
 <resources/>
171
 
 <connections>
172
 
  <connection>
173
 
   <sender>buttonBox</sender>
174
 
   <signal>accepted()</signal>
175
 
   <receiver>SettingsDialog</receiver>
176
 
   <slot>accept()</slot>
177
 
   <hints>
178
 
    <hint type="sourcelabel">
179
 
     <x>248</x>
180
 
     <y>254</y>
181
 
    </hint>
182
 
    <hint type="destinationlabel">
183
 
     <x>157</x>
184
 
     <y>274</y>
185
 
    </hint>
186
 
   </hints>
187
 
  </connection>
188
 
  <connection>
189
 
   <sender>buttonBox</sender>
190
 
   <signal>rejected()</signal>
191
 
   <receiver>SettingsDialog</receiver>
192
 
   <slot>reject()</slot>
193
 
   <hints>
194
 
    <hint type="sourcelabel">
195
 
     <x>316</x>
196
 
     <y>260</y>
197
 
    </hint>
198
 
    <hint type="destinationlabel">
199
 
     <x>286</x>
200
 
     <y>274</y>
201
 
    </hint>
202
 
   </hints>
203
 
  </connection>
204
 
 </connections>
205
 
</ui>