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

« back to all changes in this revision

Viewing changes to src/deleteuserdialog.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:
9
9
    <x>0</x>
10
10
    <y>0</y>
11
11
    <width>287</width>
12
 
    <height>100</height>
 
12
    <height>109</height>
13
13
   </rect>
14
14
  </property>
15
15
  <property name="windowTitle" >
22
22
   <property name="spacing" >
23
23
    <number>0</number>
24
24
   </property>
25
 
   <property name="leftMargin" >
26
 
    <number>0</number>
27
 
   </property>
28
 
   <property name="topMargin" >
29
 
    <number>0</number>
30
 
   </property>
31
 
   <property name="rightMargin" >
32
 
    <number>0</number>
33
 
   </property>
34
 
   <property name="bottomMargin" >
 
25
   <property name="margin" >
35
26
    <number>0</number>
36
27
   </property>
37
28
   <item>
39
30
     <property name="spacing" >
40
31
      <number>9</number>
41
32
     </property>
42
 
     <property name="leftMargin" >
43
 
      <number>16</number>
44
 
     </property>
45
 
     <property name="topMargin" >
46
 
      <number>16</number>
47
 
     </property>
48
 
     <property name="rightMargin" >
49
 
      <number>16</number>
50
 
     </property>
51
 
     <property name="bottomMargin" >
 
33
     <property name="margin" >
52
34
      <number>16</number>
53
35
     </property>
54
36
     <item>
81
63
     <property name="sizeType" >
82
64
      <enum>QSizePolicy::Expanding</enum>
83
65
     </property>
84
 
     <property name="sizeHint" >
 
66
     <property name="sizeHint" stdset="0" >
85
67
      <size>
86
68
       <width>218</width>
87
69
       <height>0</height>
101
83
     <property name="spacing" >
102
84
      <number>9</number>
103
85
     </property>
104
 
     <property name="leftMargin" >
105
 
      <number>7</number>
106
 
     </property>
107
 
     <property name="topMargin" >
108
 
      <number>7</number>
109
 
     </property>
110
 
     <property name="rightMargin" >
111
 
      <number>7</number>
112
 
     </property>
113
 
     <property name="bottomMargin" >
 
86
     <property name="margin" >
114
87
      <number>7</number>
115
88
     </property>
116
89
     <item>
118
91
       <property name="orientation" >
119
92
        <enum>Qt::Horizontal</enum>
120
93
       </property>
121
 
       <property name="sizeHint" >
 
94
       <property name="sizeHint" stdset="0" >
122
95
        <size>
123
96
         <width>131</width>
124
97
         <height>31</height>
127
100
      </spacer>
128
101
     </item>
129
102
     <item>
130
 
      <widget class="QPushButton" name="okButton" >
131
 
       <property name="text" >
132
 
        <string>OK</string>
133
 
       </property>
134
 
      </widget>
135
 
     </item>
136
 
     <item>
137
 
      <widget class="QPushButton" name="cancelButton" >
138
 
       <property name="text" >
139
 
        <string>Cancel</string>
 
103
      <widget class="QDialogButtonBox" name="buttonBox" >
 
104
       <property name="standardButtons" >
 
105
        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
140
106
       </property>
141
107
      </widget>
142
108
     </item>
145
111
  </layout>
146
112
 </widget>
147
113
 <resources/>
148
 
 <connections>
149
 
  <connection>
150
 
   <sender>okButton</sender>
151
 
   <signal>clicked()</signal>
152
 
   <receiver>DeleteUserDialog</receiver>
153
 
   <slot>accept()</slot>
154
 
   <hints>
155
 
    <hint type="sourcelabel" >
156
 
     <x>278</x>
157
 
     <y>253</y>
158
 
    </hint>
159
 
    <hint type="destinationlabel" >
160
 
     <x>96</x>
161
 
     <y>254</y>
162
 
    </hint>
163
 
   </hints>
164
 
  </connection>
165
 
  <connection>
166
 
   <sender>cancelButton</sender>
167
 
   <signal>clicked()</signal>
168
 
   <receiver>DeleteUserDialog</receiver>
169
 
   <slot>reject()</slot>
170
 
   <hints>
171
 
    <hint type="sourcelabel" >
172
 
     <x>369</x>
173
 
     <y>253</y>
174
 
    </hint>
175
 
    <hint type="destinationlabel" >
176
 
     <x>179</x>
177
 
     <y>282</y>
178
 
    </hint>
179
 
   </hints>
180
 
  </connection>
181
 
 </connections>
 
114
 <connections/>
182
115
</ui>