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

« back to all changes in this revision

Viewing changes to src/tagdialog.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:
233
233
      </spacer>
234
234
     </item>
235
235
     <item>
236
 
      <widget class="QPushButton" name="okButton" >
237
 
       <property name="enabled" >
238
 
        <bool>false</bool>
239
 
       </property>
240
 
       <property name="text" >
241
 
        <string>Tag</string>
242
 
       </property>
243
 
      </widget>
244
 
     </item>
245
 
     <item>
246
 
      <widget class="QPushButton" name="cancelButton" >
247
 
       <property name="text" >
248
 
        <string>Cancel</string>
 
236
      <widget class="QDialogButtonBox" name="buttonBox" >
 
237
       <property name="standardButtons" >
 
238
        <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
249
239
       </property>
250
240
      </widget>
251
241
     </item>
270
260
  <tabstop>tagEdit</tabstop>
271
261
  <tabstop>personalTagsList</tabstop>
272
262
  <tabstop>publicTagsList</tabstop>
273
 
  <tabstop>okButton</tabstop>
274
 
  <tabstop>cancelButton</tabstop>
275
263
 </tabstops>
276
264
 <resources/>
277
 
 <connections>
278
 
  <connection>
279
 
   <sender>okButton</sender>
280
 
   <signal>clicked()</signal>
281
 
   <receiver>TagDialog</receiver>
282
 
   <slot>accept()</slot>
283
 
   <hints>
284
 
    <hint type="sourcelabel" >
285
 
     <x>279</x>
286
 
     <y>115</y>
287
 
    </hint>
288
 
    <hint type="destinationlabel" >
289
 
     <x>96</x>
290
 
     <y>254</y>
291
 
    </hint>
292
 
   </hints>
293
 
  </connection>
294
 
  <connection>
295
 
   <sender>cancelButton</sender>
296
 
   <signal>clicked()</signal>
297
 
   <receiver>TagDialog</receiver>
298
 
   <slot>reject()</slot>
299
 
   <hints>
300
 
    <hint type="sourcelabel" >
301
 
     <x>369</x>
302
 
     <y>253</y>
303
 
    </hint>
304
 
    <hint type="destinationlabel" >
305
 
     <x>179</x>
306
 
     <y>282</y>
307
 
    </hint>
308
 
   </hints>
309
 
  </connection>
310
 
 </connections>
 
265
 <connections/>
311
266
</ui>