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

« back to all changes in this revision

Viewing changes to src/libLastFmTools/confirmdialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-31 09:49:54 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071231094954-ix1amvcsj9pk61ya
Tags: 1:1.4.1.57486.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #180254), remaining changes:
  - debian/rules;
    - Added dh_icons
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>ConfirmDialog</class>
3
 
 <widget class="QDialog" name="ConfirmDialog" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>300</width>
9
 
    <height>118</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Confirm</string>
14
 
  </property>
15
 
  <property name="autoFillBackground" >
16
 
   <bool>true</bool>
17
 
  </property>
18
 
  <property name="modal" >
19
 
   <bool>true</bool>
20
 
  </property>
21
 
  <layout class="QVBoxLayout" >
22
 
   <property name="margin" >
23
 
    <number>0</number>
24
 
   </property>
25
 
   <property name="spacing" >
26
 
    <number>0</number>
27
 
   </property>
28
 
   <item>
29
 
    <layout class="QGridLayout" >
30
 
     <property name="margin" >
31
 
      <number>16</number>
32
 
     </property>
33
 
     <property name="spacing" >
34
 
      <number>6</number>
35
 
     </property>
36
 
     <item row="1" column="2" >
37
 
      <widget class="QCheckBox" name="dontAskCheck" >
38
 
       <property name="text" >
39
 
        <string>Don't ask me again</string>
40
 
       </property>
41
 
       <property name="checked" >
42
 
        <bool>false</bool>
43
 
       </property>
44
 
      </widget>
45
 
     </item>
46
 
     <item row="0" column="0" >
47
 
      <widget class="QLabel" name="iconLabel" >
48
 
       <property name="minimumSize" >
49
 
        <size>
50
 
         <width>0</width>
51
 
         <height>0</height>
52
 
        </size>
53
 
       </property>
54
 
       <property name="maximumSize" >
55
 
        <size>
56
 
         <width>32</width>
57
 
         <height>16777215</height>
58
 
        </size>
59
 
       </property>
60
 
       <property name="text" >
61
 
        <string/>
62
 
       </property>
63
 
      </widget>
64
 
     </item>
65
 
     <item row="0" column="2" >
66
 
      <widget class="QLabel" name="messageLabel" >
67
 
       <property name="text" >
68
 
        <string/>
69
 
       </property>
70
 
       <property name="alignment" >
71
 
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
72
 
       </property>
73
 
       <property name="wordWrap" >
74
 
        <bool>true</bool>
75
 
       </property>
76
 
      </widget>
77
 
     </item>
78
 
     <item row="0" column="1" >
79
 
      <spacer>
80
 
       <property name="orientation" >
81
 
        <enum>Qt::Horizontal</enum>
82
 
       </property>
83
 
       <property name="sizeType" >
84
 
        <enum>QSizePolicy::Fixed</enum>
85
 
       </property>
86
 
       <property name="sizeHint" >
87
 
        <size>
88
 
         <width>8</width>
89
 
         <height>8</height>
90
 
        </size>
91
 
       </property>
92
 
      </spacer>
93
 
     </item>
94
 
    </layout>
95
 
   </item>
96
 
   <item>
97
 
    <spacer>
98
 
     <property name="orientation" >
99
 
      <enum>Qt::Vertical</enum>
100
 
     </property>
101
 
     <property name="sizeType" >
102
 
      <enum>QSizePolicy::Expanding</enum>
103
 
     </property>
104
 
     <property name="sizeHint" >
105
 
      <size>
106
 
       <width>300</width>
107
 
       <height>0</height>
108
 
      </size>
109
 
     </property>
110
 
    </spacer>
111
 
   </item>
112
 
   <item>
113
 
    <widget class="Line" name="line" >
114
 
     <property name="orientation" >
115
 
      <enum>Qt::Horizontal</enum>
116
 
     </property>
117
 
    </widget>
118
 
   </item>
119
 
   <item>
120
 
    <layout class="QHBoxLayout" >
121
 
     <property name="margin" >
122
 
      <number>7</number>
123
 
     </property>
124
 
     <property name="spacing" >
125
 
      <number>0</number>
126
 
     </property>
127
 
     <item>
128
 
      <spacer>
129
 
       <property name="orientation" >
130
 
        <enum>Qt::Horizontal</enum>
131
 
       </property>
132
 
       <property name="sizeHint" >
133
 
        <size>
134
 
         <width>40</width>
135
 
         <height>20</height>
136
 
        </size>
137
 
       </property>
138
 
      </spacer>
139
 
     </item>
140
 
     <item>
141
 
      <widget class="QPushButton" name="yesButton" >
142
 
       <property name="sizePolicy" >
143
 
        <sizepolicy>
144
 
         <hsizetype>5</hsizetype>
145
 
         <vsizetype>0</vsizetype>
146
 
         <horstretch>0</horstretch>
147
 
         <verstretch>0</verstretch>
148
 
        </sizepolicy>
149
 
       </property>
150
 
       <property name="text" >
151
 
        <string>Yes</string>
152
 
       </property>
153
 
       <property name="default" >
154
 
        <bool>true</bool>
155
 
       </property>
156
 
      </widget>
157
 
     </item>
158
 
     <item>
159
 
      <spacer>
160
 
       <property name="orientation" >
161
 
        <enum>Qt::Horizontal</enum>
162
 
       </property>
163
 
       <property name="sizeType" >
164
 
        <enum>QSizePolicy::Fixed</enum>
165
 
       </property>
166
 
       <property name="sizeHint" >
167
 
        <size>
168
 
         <width>6</width>
169
 
         <height>20</height>
170
 
        </size>
171
 
       </property>
172
 
      </spacer>
173
 
     </item>
174
 
     <item>
175
 
      <widget class="QPushButton" name="noButton" >
176
 
       <property name="sizePolicy" >
177
 
        <sizepolicy>
178
 
         <hsizetype>5</hsizetype>
179
 
         <vsizetype>0</vsizetype>
180
 
         <horstretch>0</horstretch>
181
 
         <verstretch>0</verstretch>
182
 
        </sizepolicy>
183
 
       </property>
184
 
       <property name="text" >
185
 
        <string>No</string>
186
 
       </property>
187
 
      </widget>
188
 
     </item>
189
 
    </layout>
190
 
   </item>
191
 
  </layout>
192
 
 </widget>
193
 
 <resources/>
194
 
 <connections>
195
 
  <connection>
196
 
   <sender>yesButton</sender>
197
 
   <signal>clicked()</signal>
198
 
   <receiver>ConfirmDialog</receiver>
199
 
   <slot>accept()</slot>
200
 
   <hints>
201
 
    <hint type="sourcelabel" >
202
 
     <x>294</x>
203
 
     <y>365</y>
204
 
    </hint>
205
 
    <hint type="destinationlabel" >
206
 
     <x>96</x>
207
 
     <y>254</y>
208
 
    </hint>
209
 
   </hints>
210
 
  </connection>
211
 
 </connections>
212
 
</ui>