author | harlekin <harlekin> | 2002-06-14 10:42:07 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-14 10:42:07 (UTC) |
commit | 21742ad6d7b1b4d1bc00ca5025a4134d080924c1 (patch) (unidiff) | |
tree | 4e147f45afec7a9876090047196b6a4ec0f4e466 | |
parent | a014866573fc86bf63544d1f692ccdd94c0d104f (diff) | |
download | opie-21742ad6d7b1b4d1bc00ca5025a4134d080924c1.zip opie-21742ad6d7b1b4d1bc00ca5025a4134d080924c1.tar.gz opie-21742ad6d7b1b4d1bc00ca5025a4134d080924c1.tar.bz2 |
update
-rw-r--r-- | core/applets/obex/obeximpl.cc | 3 | ||||
-rw-r--r-- | core/applets/obex/obexinc.ui | 146 |
2 files changed, 44 insertions, 105 deletions
diff --git a/core/applets/obex/obeximpl.cc b/core/applets/obex/obeximpl.cc index 7df933a..da47e5b 100644 --- a/core/applets/obex/obeximpl.cc +++ b/core/applets/obex/obeximpl.cc | |||
@@ -126,7 +126,8 @@ void ObexImpl::slotReceivedFile( const QString &fileName ) { | |||
126 | } // now prompt and then add it | 126 | } // now prompt and then add it |
127 | 127 | ||
128 | m_recvgui->PixmapLabel->setPixmap(lnk.pixmap()); | 128 | m_recvgui->PixmapLabel->setPixmap(lnk.pixmap()); |
129 | m_recvgui->TextLabel1_2->setText(lnk.name()); | 129 | m_recvgui->AppLabel->setText(lnk.name()); |
130 | m_recvgui->FileLabel->setText(fileName); | ||
130 | m_recvgui->showMaximized(); | 131 | m_recvgui->showMaximized(); |
131 | 132 | ||
132 | QCString str= "QPE/Application/"; | 133 | QCString str= "QPE/Application/"; |
diff --git a/core/applets/obex/obexinc.ui b/core/applets/obex/obexinc.ui index 05eb6ee..13d2767 100644 --- a/core/applets/obex/obexinc.ui +++ b/core/applets/obex/obexinc.ui | |||
@@ -11,7 +11,7 @@ | |||
11 | <rect> | 11 | <rect> |
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>208</width> | 14 | <width>204</width> |
15 | <height>254</height> | 15 | <height>254</height> |
16 | </rect> | 16 | </rect> |
17 | </property> | 17 | </property> |
@@ -19,57 +19,21 @@ | |||
19 | <name>caption</name> | 19 | <name>caption</name> |
20 | <string>OBEX Receiving</string> | 20 | <string>OBEX Receiving</string> |
21 | </property> | 21 | </property> |
22 | <spacer> | ||
23 | <property> | ||
24 | <name>name</name> | ||
25 | <cstring>Spacer19</cstring> | ||
26 | </property> | ||
27 | <property stdset="1"> | ||
28 | <name>orientation</name> | ||
29 | <enum>Horizontal</enum> | ||
30 | </property> | ||
31 | <property stdset="1"> | ||
32 | <name>sizeType</name> | ||
33 | <enum>Fixed</enum> | ||
34 | </property> | ||
35 | <property> | ||
36 | <name>sizeHint</name> | ||
37 | <size> | ||
38 | <width>20</width> | ||
39 | <height>20</height> | ||
40 | </size> | ||
41 | </property> | ||
42 | </spacer> | ||
43 | <widget> | 22 | <widget> |
44 | <class>QLayoutWidget</class> | 23 | <class>QLayoutWidget</class> |
45 | <property stdset="1"> | 24 | <property stdset="1"> |
46 | <name>name</name> | 25 | <name>name</name> |
47 | <cstring>Layout7</cstring> | 26 | <cstring>Layout4</cstring> |
48 | </property> | 27 | </property> |
49 | <property stdset="1"> | 28 | <property stdset="1"> |
50 | <name>geometry</name> | 29 | <name>geometry</name> |
51 | <rect> | 30 | <rect> |
52 | <x>-14</x> | 31 | <x>1</x> |
53 | <y>-2</y> | 32 | <y>206</y> |
54 | <width>248</width> | 33 | <width>246</width> |
55 | <height>240</height> | 34 | <height>33</height> |
56 | </rect> | 35 | </rect> |
57 | </property> | 36 | </property> |
58 | <grid> | ||
59 | <property stdset="1"> | ||
60 | <name>margin</name> | ||
61 | <number>0</number> | ||
62 | </property> | ||
63 | <property stdset="1"> | ||
64 | <name>spacing</name> | ||
65 | <number>6</number> | ||
66 | </property> | ||
67 | <widget row="3" column="0" rowspan="1" colspan="3" > | ||
68 | <class>QLayoutWidget</class> | ||
69 | <property stdset="1"> | ||
70 | <name>name</name> | ||
71 | <cstring>Layout4</cstring> | ||
72 | </property> | ||
73 | <hbox> | 37 | <hbox> |
74 | <property stdset="1"> | 38 | <property stdset="1"> |
75 | <name>margin</name> | 39 | <name>margin</name> |
@@ -166,65 +130,41 @@ | |||
166 | </spacer> | 130 | </spacer> |
167 | </hbox> | 131 | </hbox> |
168 | </widget> | 132 | </widget> |
169 | <spacer row="1" column="2" > | 133 | <widget> |
170 | <property> | ||
171 | <name>name</name> | ||
172 | <cstring>Spacer20</cstring> | ||
173 | </property> | ||
174 | <property stdset="1"> | ||
175 | <name>orientation</name> | ||
176 | <enum>Horizontal</enum> | ||
177 | </property> | ||
178 | <property stdset="1"> | ||
179 | <name>sizeType</name> | ||
180 | <enum>Fixed</enum> | ||
181 | </property> | ||
182 | <property> | ||
183 | <name>sizeHint</name> | ||
184 | <size> | ||
185 | <width>53</width> | ||
186 | <height>20</height> | ||
187 | </size> | ||
188 | </property> | ||
189 | </spacer> | ||
190 | <widget row="1" column="0" > | ||
191 | <class>QLabel</class> | 134 | <class>QLabel</class> |
192 | <property stdset="1"> | 135 | <property stdset="1"> |
193 | <name>name</name> | 136 | <name>name</name> |
194 | <cstring>PixmapLabel</cstring> | 137 | <cstring>PixmapLabel</cstring> |
195 | </property> | 138 | </property> |
196 | <property stdset="1"> | 139 | <property stdset="1"> |
140 | <name>geometry</name> | ||
141 | <rect> | ||
142 | <x>20</x> | ||
143 | <y>90</y> | ||
144 | <width>40</width> | ||
145 | <height>40</height> | ||
146 | </rect> | ||
147 | </property> | ||
148 | <property stdset="1"> | ||
197 | <name>scaledContents</name> | 149 | <name>scaledContents</name> |
198 | <bool>true</bool> | 150 | <bool>true</bool> |
199 | </property> | 151 | </property> |
200 | </widget> | 152 | </widget> |
201 | <spacer row="2" column="1" > | 153 | <widget> |
202 | <property> | ||
203 | <name>name</name> | ||
204 | <cstring>Spacer7</cstring> | ||
205 | </property> | ||
206 | <property stdset="1"> | ||
207 | <name>orientation</name> | ||
208 | <enum>Vertical</enum> | ||
209 | </property> | ||
210 | <property stdset="1"> | ||
211 | <name>sizeType</name> | ||
212 | <enum>Fixed</enum> | ||
213 | </property> | ||
214 | <property> | ||
215 | <name>sizeHint</name> | ||
216 | <size> | ||
217 | <width>20</width> | ||
218 | <height>58</height> | ||
219 | </size> | ||
220 | </property> | ||
221 | </spacer> | ||
222 | <widget row="1" column="1" > | ||
223 | <class>QLayoutWidget</class> | 154 | <class>QLayoutWidget</class> |
224 | <property stdset="1"> | 155 | <property stdset="1"> |
225 | <name>name</name> | 156 | <name>name</name> |
226 | <cstring>Layout5</cstring> | 157 | <cstring>Layout5</cstring> |
227 | </property> | 158 | </property> |
159 | <property stdset="1"> | ||
160 | <name>geometry</name> | ||
161 | <rect> | ||
162 | <x>80</x> | ||
163 | <y>90</y> | ||
164 | <width>79</width> | ||
165 | <height>68</height> | ||
166 | </rect> | ||
167 | </property> | ||
228 | <vbox> | 168 | <vbox> |
229 | <property stdset="1"> | 169 | <property stdset="1"> |
230 | <name>margin</name> | 170 | <name>margin</name> |
@@ -238,7 +178,7 @@ | |||
238 | <class>QLabel</class> | 178 | <class>QLabel</class> |
239 | <property stdset="1"> | 179 | <property stdset="1"> |
240 | <name>name</name> | 180 | <name>name</name> |
241 | <cstring>TextLabel1_2</cstring> | 181 | <cstring>AppLabel</cstring> |
242 | </property> | 182 | </property> |
243 | <property stdset="1"> | 183 | <property stdset="1"> |
244 | <name>text</name> | 184 | <name>text</name> |
@@ -249,7 +189,7 @@ | |||
249 | <class>QLabel</class> | 189 | <class>QLabel</class> |
250 | <property stdset="1"> | 190 | <property stdset="1"> |
251 | <name>name</name> | 191 | <name>name</name> |
252 | <cstring>TextLabel1</cstring> | 192 | <cstring>FileLabel</cstring> |
253 | </property> | 193 | </property> |
254 | <property stdset="1"> | 194 | <property stdset="1"> |
255 | <name>text</name> | 195 | <name>text</name> |
@@ -265,28 +205,26 @@ | |||
265 | </widget> | 205 | </widget> |
266 | </vbox> | 206 | </vbox> |
267 | </widget> | 207 | </widget> |
268 | <spacer row="0" column="1" > | 208 | <widget> |
269 | <property> | 209 | <class>QLabel</class> |
210 | <property stdset="1"> | ||
270 | <name>name</name> | 211 | <name>name</name> |
271 | <cstring>Spacer8</cstring> | 212 | <cstring>TextLabel1</cstring> |
272 | </property> | 213 | </property> |
273 | <property stdset="1"> | 214 | <property stdset="1"> |
274 | <name>orientation</name> | 215 | <name>geometry</name> |
275 | <enum>Vertical</enum> | 216 | <rect> |
217 | <x>20</x> | ||
218 | <y>20</y> | ||
219 | <width>161</width> | ||
220 | <height>41</height> | ||
221 | </rect> | ||
276 | </property> | 222 | </property> |
277 | <property stdset="1"> | 223 | <property stdset="1"> |
278 | <name>sizeType</name> | 224 | <name>text</name> |
279 | <enum>Fixed</enum> | 225 | <string>A file was beamed |
280 | </property> | 226 | to you.</string> |
281 | <property> | ||
282 | <name>sizeHint</name> | ||
283 | <size> | ||
284 | <width>20</width> | ||
285 | <height>59</height> | ||
286 | </size> | ||
287 | </property> | 227 | </property> |
288 | </spacer> | ||
289 | </grid> | ||
290 | </widget> | 228 | </widget> |
291 | </widget> | 229 | </widget> |
292 | </UI> | 230 | </UI> |