~ubuntu-branches/ubuntu/lucid/anki/lucid-updates

« back to all changes in this revision

Viewing changes to designer/syncdeck.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mackenzie Morgan
  • Date: 2010-05-31 15:55:50 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100531155550-wj3tag8bvp6fwhpo
Tags: 0.9.9.8.6-2~lucid1
Backport from maverick to fix FTBFS (LP: #550145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>DeckChooser</class>
3
 
 <widget class="QDialog" name="DeckChooser" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="DeckChooser">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>320</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Anki</string>
14
15
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <property name="spacing" >
 
16
  <layout class="QVBoxLayout">
 
17
   <property name="spacing">
17
18
    <number>6</number>
18
19
   </property>
19
 
   <property name="margin" >
 
20
   <property name="margin">
20
21
    <number>9</number>
21
22
   </property>
22
23
   <item>
23
 
    <widget class="QLabel" name="topLabel" >
24
 
     <property name="text" >
25
 
      <string>toplabel</string>
 
24
    <widget class="QLabel" name="topLabel">
 
25
     <property name="text">
 
26
      <string/>
26
27
     </property>
27
 
     <property name="alignment" >
 
28
     <property name="alignment">
28
29
      <set>Qt::AlignCenter</set>
29
30
     </property>
30
31
    </widget>
31
32
   </item>
32
33
   <item>
33
 
    <widget class="QListWidget" name="decks" >
34
 
     <property name="font" >
 
34
    <widget class="QListWidget" name="decks">
 
35
     <property name="font">
35
36
      <font>
36
37
       <pointsize>12</pointsize>
37
38
      </font>
39
40
    </widget>
40
41
   </item>
41
42
   <item>
42
 
    <widget class="QDialogButtonBox" name="buttonBox" >
43
 
     <property name="orientation" >
 
43
    <widget class="QDialogButtonBox" name="buttonBox">
 
44
     <property name="orientation">
44
45
      <enum>Qt::Horizontal</enum>
45
46
     </property>
46
 
     <property name="standardButtons" >
 
47
     <property name="standardButtons">
47
48
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
48
49
     </property>
49
50
    </widget>
58
59
   <receiver>DeckChooser</receiver>
59
60
   <slot>accept()</slot>
60
61
   <hints>
61
 
    <hint type="sourcelabel" >
 
62
    <hint type="sourcelabel">
62
63
     <x>248</x>
63
64
     <y>254</y>
64
65
    </hint>
65
 
    <hint type="destinationlabel" >
 
66
    <hint type="destinationlabel">
66
67
     <x>157</x>
67
68
     <y>274</y>
68
69
    </hint>
74
75
   <receiver>DeckChooser</receiver>
75
76
   <slot>reject()</slot>
76
77
   <hints>
77
 
    <hint type="sourcelabel" >
 
78
    <hint type="sourcelabel">
78
79
     <x>316</x>
79
80
     <y>260</y>
80
81
    </hint>
81
 
    <hint type="destinationlabel" >
 
82
    <hint type="destinationlabel">
82
83
     <x>286</x>
83
84
     <y>274</y>
84
85
    </hint>