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

« back to all changes in this revision

Viewing changes to src/ui/trackselectiondialog.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:
69
69
           </spacer>
70
70
          </item>
71
71
          <item>
72
 
           <widget class="BusyIndicator" name="label_2"/>
73
 
          </item>
74
 
          <item>
75
 
           <widget class="QLabel" name="progress_label">
76
 
            <property name="text">
77
 
             <string/>
78
 
            </property>
79
 
           </widget>
 
72
           <widget class="BusyIndicator" name="progress" native="true"/>
80
73
          </item>
81
74
          <item>
82
75
           <spacer name="horizontalSpacer_2">
200
193
          </column>
201
194
          <column>
202
195
           <property name="text">
 
196
            <string>Year</string>
 
197
           </property>
 
198
          </column>
 
199
          <column>
 
200
           <property name="text">
203
201
            <string>Title</string>
204
202
           </property>
205
203
          </column>
223
221
   <item>
224
222
    <layout class="QHBoxLayout" name="horizontalLayout_2">
225
223
     <item>
226
 
      <widget class="QWidget" name="loading_container" native="true">
227
 
       <layout class="QHBoxLayout" name="horizontalLayout_3">
228
 
        <property name="margin">
229
 
         <number>0</number>
230
 
        </property>
231
 
        <item>
232
 
         <widget class="BusyIndicator" name="label_6">
233
 
          <property name="text">
234
 
           <string/>
235
 
          </property>
236
 
         </widget>
237
 
        </item>
238
 
        <item>
239
 
         <widget class="QLabel" name="loading_label">
240
 
          <property name="sizePolicy">
241
 
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
242
 
            <horstretch>0</horstretch>
243
 
            <verstretch>0</verstretch>
244
 
           </sizepolicy>
245
 
          </property>
246
 
          <property name="text">
247
 
           <string/>
248
 
          </property>
249
 
         </widget>
250
 
        </item>
251
 
       </layout>
252
 
      </widget>
 
224
      <widget class="BusyIndicator" name="loading_label" native="true"/>
253
225
     </item>
254
226
     <item>
255
227
      <widget class="QDialogButtonBox" name="button_box">
274
246
 <customwidgets>
275
247
  <customwidget>
276
248
   <class>BusyIndicator</class>
277
 
   <extends>QLabel</extends>
 
249
   <extends>QWidget</extends>
278
250
   <header>widgets/busyindicator.h</header>
279
251
  </customwidget>
280
252
 </customwidgets>