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

« back to all changes in this revision

Viewing changes to src/ui/coverfromurldialog.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:
29
29
        </sizepolicy>
30
30
       </property>
31
31
       <property name="text">
32
 
        <string>Enter an URL to download a cover from the Internet:</string>
 
32
        <string>Enter a URL to download a cover from the Internet:</string>
33
33
       </property>
34
34
      </widget>
35
35
     </item>
36
36
     <item>
37
 
      <widget class="BusyIndicator" name="busy">
38
 
       <property name="text">
39
 
        <string/>
40
 
       </property>
41
 
       <property name="wordWrap">
42
 
        <bool>true</bool>
43
 
       </property>
44
 
      </widget>
 
37
      <widget class="BusyIndicator" name="busy"/>
45
38
     </item>
46
39
    </layout>
47
40
   </item>
80
73
 <customwidgets>
81
74
  <customwidget>
82
75
   <class>BusyIndicator</class>
83
 
   <extends>QLabel</extends>
 
76
   <extends>QWidget</extends>
84
77
   <header>widgets/busyindicator.h</header>
85
78
  </customwidget>
86
79
 </customwidgets>