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

« back to all changes in this revision

Viewing changes to src/radio/magnatunedownloaddialog.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>MagnatuneDownloadDialog</class>
4
 
 <widget class="QDialog" name="MagnatuneDownloadDialog">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>502</width>
10
 
    <height>330</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Magnatune Download</string>
15
 
  </property>
16
 
  <property name="windowIcon">
17
 
   <iconset resource="../../data/data.qrc">
18
 
    <normaloff>:/providers/magnatune.png</normaloff>:/providers/magnatune.png</iconset>
19
 
  </property>
20
 
  <layout class="QVBoxLayout" name="verticalLayout">
21
 
   <item>
22
 
    <widget class="QLabel" name="label">
23
 
     <property name="text">
24
 
      <string>You are about to download the following albums</string>
25
 
     </property>
26
 
    </widget>
27
 
   </item>
28
 
   <item>
29
 
    <widget class="QTreeWidget" name="albums">
30
 
     <property name="selectionMode">
31
 
      <enum>QAbstractItemView::NoSelection</enum>
32
 
     </property>
33
 
     <property name="rootIsDecorated">
34
 
      <bool>false</bool>
35
 
     </property>
36
 
     <property name="allColumnsShowFocus">
37
 
      <bool>true</bool>
38
 
     </property>
39
 
     <attribute name="headerVisible">
40
 
      <bool>false</bool>
41
 
     </attribute>
42
 
     <column>
43
 
      <property name="text">
44
 
       <string>Name</string>
45
 
      </property>
46
 
     </column>
47
 
     <column>
48
 
      <property name="text">
49
 
       <string>Progress</string>
50
 
      </property>
51
 
     </column>
52
 
    </widget>
53
 
   </item>
54
 
   <item>
55
 
    <widget class="QWidget" name="options" native="true">
56
 
     <layout class="QFormLayout" name="formLayout">
57
 
      <property name="margin">
58
 
       <number>0</number>
59
 
      </property>
60
 
      <item row="0" column="0">
61
 
       <widget class="QLabel" name="label_2">
62
 
        <property name="text">
63
 
         <string>Format</string>
64
 
        </property>
65
 
       </widget>
66
 
      </item>
67
 
      <item row="0" column="1">
68
 
       <widget class="QComboBox" name="format">
69
 
        <item>
70
 
         <property name="text">
71
 
          <string>Ogg Vorbis</string>
72
 
         </property>
73
 
        </item>
74
 
        <item>
75
 
         <property name="text">
76
 
          <string>FLAC</string>
77
 
         </property>
78
 
        </item>
79
 
        <item>
80
 
         <property name="text">
81
 
          <string>WAV</string>
82
 
         </property>
83
 
        </item>
84
 
        <item>
85
 
         <property name="text">
86
 
          <string>VBR MP3</string>
87
 
         </property>
88
 
        </item>
89
 
        <item>
90
 
         <property name="text">
91
 
          <string>128K MP3</string>
92
 
         </property>
93
 
        </item>
94
 
       </widget>
95
 
      </item>
96
 
      <item row="1" column="0">
97
 
       <widget class="QLabel" name="label_3">
98
 
        <property name="text">
99
 
         <string>Directory</string>
100
 
        </property>
101
 
       </widget>
102
 
      </item>
103
 
      <item row="1" column="1">
104
 
       <layout class="QHBoxLayout" name="horizontalLayout">
105
 
        <item>
106
 
         <widget class="QLineEdit" name="directory"/>
107
 
        </item>
108
 
        <item>
109
 
         <widget class="QPushButton" name="browse">
110
 
          <property name="text">
111
 
           <string>Browse...</string>
112
 
          </property>
113
 
         </widget>
114
 
        </item>
115
 
       </layout>
116
 
      </item>
117
 
     </layout>
118
 
    </widget>
119
 
   </item>
120
 
   <item>
121
 
    <widget class="QDialogButtonBox" name="button_box">
122
 
     <property name="orientation">
123
 
      <enum>Qt::Horizontal</enum>
124
 
     </property>
125
 
     <property name="standardButtons">
126
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
127
 
     </property>
128
 
    </widget>
129
 
   </item>
130
 
  </layout>
131
 
 </widget>
132
 
 <tabstops>
133
 
  <tabstop>albums</tabstop>
134
 
  <tabstop>format</tabstop>
135
 
  <tabstop>directory</tabstop>
136
 
  <tabstop>browse</tabstop>
137
 
  <tabstop>button_box</tabstop>
138
 
 </tabstops>
139
 
 <resources>
140
 
  <include location="../../data/data.qrc"/>
141
 
 </resources>
142
 
 <connections>
143
 
  <connection>
144
 
   <sender>button_box</sender>
145
 
   <signal>accepted()</signal>
146
 
   <receiver>MagnatuneDownloadDialog</receiver>
147
 
   <slot>accept()</slot>
148
 
   <hints>
149
 
    <hint type="sourcelabel">
150
 
     <x>248</x>
151
 
     <y>254</y>
152
 
    </hint>
153
 
    <hint type="destinationlabel">
154
 
     <x>157</x>
155
 
     <y>274</y>
156
 
    </hint>
157
 
   </hints>
158
 
  </connection>
159
 
  <connection>
160
 
   <sender>button_box</sender>
161
 
   <signal>rejected()</signal>
162
 
   <receiver>MagnatuneDownloadDialog</receiver>
163
 
   <slot>reject()</slot>
164
 
   <hints>
165
 
    <hint type="sourcelabel">
166
 
     <x>316</x>
167
 
     <y>260</y>
168
 
    </hint>
169
 
    <hint type="destinationlabel">
170
 
     <x>286</x>
171
 
     <y>274</y>
172
 
    </hint>
173
 
   </hints>
174
 
  </connection>
175
 
 </connections>
176
 
</ui>