~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/MediaDeviceConfirmDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2008-07-14 16:46:20 UTC
  • mfrom: (1.1.7 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080714164620-67hoz9fs177wpgmr
Tags: 1:1.5.1.31879.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #248100), remaining changes:
  - debian/rules: add dh_icons call
  + debian/control:
    - switch iceweasel to firefox in Recommends field
    - modify debhelper version to >= 5.0.51~
    - modify Maintainer to Ubuntu MOTU Developers

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
      <number>0</number>
56
56
     </property>
57
57
     <item>
58
 
      <widget class="QLabel" name="iconLabel" >
59
 
       <property name="maximumSize" >
60
 
        <size>
61
 
         <width>55</width>
62
 
         <height>16777215</height>
63
 
        </size>
64
 
       </property>
65
 
       <property name="text" >
66
 
        <string/>
67
 
       </property>
68
 
       <property name="alignment" >
69
 
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
70
 
       </property>
71
 
      </widget>
72
 
     </item>
73
 
     <item>
74
 
      <spacer>
75
 
       <property name="orientation" >
76
 
        <enum>Qt::Horizontal</enum>
77
 
       </property>
78
 
       <property name="sizeType" >
79
 
        <enum>QSizePolicy::Fixed</enum>
80
 
       </property>
81
 
       <property name="sizeHint" >
82
 
        <size>
83
 
         <width>12</width>
84
 
         <height>20</height>
85
 
        </size>
86
 
       </property>
87
 
      </spacer>
88
 
     </item>
89
 
     <item>
90
58
      <widget class="QLabel" name="messageLabel" >
91
59
       <property name="text" >
92
60
        <string/>
213
181
      </spacer>
214
182
     </item>
215
183
     <item>
216
 
      <widget class="QPushButton" name="scrobble" >
217
 
       <property name="sizePolicy" >
218
 
        <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
219
 
         <horstretch>0</horstretch>
220
 
         <verstretch>0</verstretch>
221
 
        </sizepolicy>
222
 
       </property>
223
 
       <property name="text" >
224
 
        <string>&amp;Scrobble Selected</string>
225
 
       </property>
226
 
       <property name="default" >
227
 
        <bool>true</bool>
228
 
       </property>
229
 
      </widget>
230
 
     </item>
231
 
     <item>
232
 
      <widget class="QPushButton" name="cancel" >
233
 
       <property name="sizePolicy" >
234
 
        <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
235
 
         <horstretch>0</horstretch>
236
 
         <verstretch>0</verstretch>
237
 
        </sizepolicy>
238
 
       </property>
239
 
       <property name="text" >
240
 
        <string>Scrobble None</string>
 
184
      <widget class="QDialogButtonBox" name="buttonBox" >
 
185
       <property name="standardButtons" >
 
186
        <set>QDialogButtonBox::Ok</set>
241
187
       </property>
242
188
      </widget>
243
189
     </item>