author | hrw <hrw> | 2005-12-01 10:47:10 (UTC) |
---|---|---|
committer | hrw <hrw> | 2005-12-01 10:47:10 (UTC) |
commit | bb9f3cb27500b70124985fd51f90b7f8ded33588 (patch) (unidiff) | |
tree | 0e64451706133c0e587873660257dc961c5768eb | |
parent | 252a5a6c477ee0b394b34dce5f77265006ae2010 (diff) | |
download | opie-bb9f3cb27500b70124985fd51f90b7f8ded33588.zip opie-bb9f3cb27500b70124985fd51f90b7f8ded33588.tar.gz opie-bb9f3cb27500b70124985fd51f90b7f8ded33588.tar.bz2 |
blue-pin: make UI resizable to looks good in any resolution
- buttons are larger now
- field for info about incoming connection is higher
- PIN entry field is wider
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | noncore/net/opietooth/blue-pin/pindlgbase.ui | 211 |
2 files changed, 148 insertions, 66 deletions
@@ -11,13 +11,14 @@ | |||
11 | * #1695 - Date selector use too small fontsize on VGA screen (hrw) | 11 | * #1695 - Date selector use too small fontsize on VGA screen (hrw) |
12 | * #1686 - opie-console lack UI setting for switching scrollbar (hrw) | 12 | * #1686 - opie-console lack UI setting for switching scrollbar (hrw) |
13 | * #1647 - Opie-console doesn't respect scroll-bar on left side (hrw) | 13 | * #1647 - Opie-console doesn't respect scroll-bar on left side (hrw) |
14 | * #1624 - Button settngs changes are applied only after restart (hrw) | 14 | * #1624 - Button settngs changes are applied only after restart (hrw) |
15 | * #1492 - Backup and Restore does not show list of backups to restore on start (hrw) | 15 | * #1492 - Backup and Restore does not show list of backups to restore on start (hrw) |
16 | * n.a. - remove hardcoded font size from wellenreiter (hrw) | 16 | * n.a. - remove hardcoded font size from wellenreiter (hrw) |
17 | * n.a. - added patch to build QT/E 2.3.10 with gc 4.x.x (hrw) | 17 | * n.a. - added patch to build QT/E 2.3.10 with gcc 4.x.x (hrw) |
18 | * n.a. - make blue-pin UI resizable to looks good in any resolution (hrw) | ||
18 | 19 | ||
19 | 2005-09-11Opie 1.2.1 | 20 | 2005-09-11Opie 1.2.1 |
20 | 21 | ||
21 | 22 | ||
22 | New Features | 23 | New Features |
23 | ------------ | 24 | ------------ |
diff --git a/noncore/net/opietooth/blue-pin/pindlgbase.ui b/noncore/net/opietooth/blue-pin/pindlgbase.ui index 6586014..916e476 100644 --- a/noncore/net/opietooth/blue-pin/pindlgbase.ui +++ b/noncore/net/opietooth/blue-pin/pindlgbase.ui | |||
@@ -9,14 +9,14 @@ | |||
9 | </property> | 9 | </property> |
10 | <property stdset="1"> | 10 | <property stdset="1"> |
11 | <name>geometry</name> | 11 | <name>geometry</name> |
12 | <rect> | 12 | <rect> |
13 | <x>0</x> | 13 | <x>0</x> |
14 | <y>0</y> | 14 | <y>0</y> |
15 | <width>196</width> | 15 | <width>324</width> |
16 | <height>175</height> | 16 | <height>375</height> |
17 | </rect> | 17 | </rect> |
18 | </property> | 18 | </property> |
19 | <property stdset="1"> | 19 | <property stdset="1"> |
20 | <name>sizePolicy</name> | 20 | <name>sizePolicy</name> |
21 | <sizepolicy> | 21 | <sizepolicy> |
22 | <hsizetype>3</hsizetype> | 22 | <hsizetype>3</hsizetype> |
@@ -49,12 +49,19 @@ | |||
49 | <widget> | 49 | <widget> |
50 | <class>QLayoutWidget</class> | 50 | <class>QLayoutWidget</class> |
51 | <property stdset="1"> | 51 | <property stdset="1"> |
52 | <name>name</name> | 52 | <name>name</name> |
53 | <cstring>Layout9</cstring> | 53 | <cstring>Layout9</cstring> |
54 | </property> | 54 | </property> |
55 | <property stdset="1"> | ||
56 | <name>maximumSize</name> | ||
57 | <size> | ||
58 | <width>32767</width> | ||
59 | <height>64</height> | ||
60 | </size> | ||
61 | </property> | ||
55 | <hbox> | 62 | <hbox> |
56 | <property stdset="1"> | 63 | <property stdset="1"> |
57 | <name>margin</name> | 64 | <name>margin</name> |
58 | <number>0</number> | 65 | <number>0</number> |
59 | </property> | 66 | </property> |
60 | <property stdset="1"> | 67 | <property stdset="1"> |
@@ -65,19 +72,35 @@ | |||
65 | <class>QLabel</class> | 72 | <class>QLabel</class> |
66 | <property stdset="1"> | 73 | <property stdset="1"> |
67 | <name>name</name> | 74 | <name>name</name> |
68 | <cstring>txtStatus</cstring> | 75 | <cstring>txtStatus</cstring> |
69 | </property> | 76 | </property> |
70 | <property stdset="1"> | 77 | <property stdset="1"> |
78 | <name>sizePolicy</name> | ||
79 | <sizepolicy> | ||
80 | <hsizetype>7</hsizetype> | ||
81 | <vsizetype>7</vsizetype> | ||
82 | </sizepolicy> | ||
83 | </property> | ||
84 | <property stdset="1"> | ||
85 | <name>maximumSize</name> | ||
86 | <size> | ||
87 | <width>32767</width> | ||
88 | <height>64</height> | ||
89 | </size> | ||
90 | </property> | ||
91 | <property stdset="1"> | ||
71 | <name>font</name> | 92 | <name>font</name> |
72 | <font> | 93 | <font> |
73 | </font> | 94 | </font> |
74 | </property> | 95 | </property> |
75 | <property stdset="1"> | 96 | <property stdset="1"> |
76 | <name>text</name> | 97 | <name>text</name> |
77 | <string>Enter PIN:</string> | 98 | <string>Incoming |
99 | connection from | ||
100 | [Bluetooth address]</string> | ||
78 | </property> | 101 | </property> |
79 | </widget> | 102 | </widget> |
80 | <spacer> | 103 | <spacer> |
81 | <property> | 104 | <property> |
82 | <name>name</name> | 105 | <name>name</name> |
83 | <cstring>Spacer1</cstring> | 106 | <cstring>Spacer1</cstring> |
@@ -112,65 +135,53 @@ | |||
112 | <number>0</number> | 135 | <number>0</number> |
113 | </property> | 136 | </property> |
114 | <property stdset="1"> | 137 | <property stdset="1"> |
115 | <name>spacing</name> | 138 | <name>spacing</name> |
116 | <number>6</number> | 139 | <number>6</number> |
117 | </property> | 140 | </property> |
118 | <spacer> | 141 | <widget> |
119 | <property> | 142 | <class>QLabel</class> |
143 | <property stdset="1"> | ||
120 | <name>name</name> | 144 | <name>name</name> |
121 | <cstring>Spacer2</cstring> | 145 | <cstring>txtEnterPin</cstring> |
122 | </property> | 146 | </property> |
123 | <property stdset="1"> | 147 | <property stdset="1"> |
124 | <name>orientation</name> | 148 | <name>sizePolicy</name> |
125 | <enum>Horizontal</enum> | 149 | <sizepolicy> |
150 | <hsizetype>1</hsizetype> | ||
151 | <vsizetype>1</vsizetype> | ||
152 | </sizepolicy> | ||
126 | </property> | 153 | </property> |
127 | <property stdset="1"> | 154 | <property stdset="1"> |
128 | <name>sizeType</name> | 155 | <name>maximumSize</name> |
129 | <enum>Expanding</enum> | ||
130 | </property> | ||
131 | <property> | ||
132 | <name>sizeHint</name> | ||
133 | <size> | 156 | <size> |
134 | <width>20</width> | 157 | <width>32767</width> |
135 | <height>20</height> | 158 | <height>64</height> |
136 | </size> | 159 | </size> |
137 | </property> | 160 | </property> |
138 | </spacer> | 161 | <property stdset="1"> |
162 | <name>font</name> | ||
163 | <font> | ||
164 | </font> | ||
165 | </property> | ||
166 | <property stdset="1"> | ||
167 | <name>text</name> | ||
168 | <string>Enter PIN:</string> | ||
169 | </property> | ||
170 | </widget> | ||
139 | <widget> | 171 | <widget> |
140 | <class>QLineEdit</class> | 172 | <class>QLineEdit</class> |
141 | <property stdset="1"> | 173 | <property stdset="1"> |
142 | <name>name</name> | 174 | <name>name</name> |
143 | <cstring>lnePin</cstring> | 175 | <cstring>lnePin</cstring> |
144 | </property> | 176 | </property> |
145 | <property stdset="1"> | 177 | <property stdset="1"> |
146 | <name>frame</name> | 178 | <name>frame</name> |
147 | <bool>true</bool> | 179 | <bool>true</bool> |
148 | </property> | 180 | </property> |
149 | </widget> | 181 | </widget> |
150 | <spacer> | ||
151 | <property> | ||
152 | <name>name</name> | ||
153 | <cstring>Spacer3</cstring> | ||
154 | </property> | ||
155 | <property stdset="1"> | ||
156 | <name>orientation</name> | ||
157 | <enum>Horizontal</enum> | ||
158 | </property> | ||
159 | <property stdset="1"> | ||
160 | <name>sizeType</name> | ||
161 | <enum>Expanding</enum> | ||
162 | </property> | ||
163 | <property> | ||
164 | <name>sizeHint</name> | ||
165 | <size> | ||
166 | <width>20</width> | ||
167 | <height>20</height> | ||
168 | </size> | ||
169 | </property> | ||
170 | </spacer> | ||
171 | <widget> | 182 | <widget> |
172 | <class>QCheckBox</class> | 183 | <class>QCheckBox</class> |
173 | <property stdset="1"> | 184 | <property stdset="1"> |
174 | <name>name</name> | 185 | <name>name</name> |
175 | <cstring>ckbPin</cstring> | 186 | <cstring>ckbPin</cstring> |
176 | </property> | 187 | </property> |
@@ -217,16 +228,23 @@ | |||
217 | <class>QPushButton</class> | 228 | <class>QPushButton</class> |
218 | <property stdset="1"> | 229 | <property stdset="1"> |
219 | <name>name</name> | 230 | <name>name</name> |
220 | <cstring>bt1</cstring> | 231 | <cstring>bt1</cstring> |
221 | </property> | 232 | </property> |
222 | <property stdset="1"> | 233 | <property stdset="1"> |
234 | <name>sizePolicy</name> | ||
235 | <sizepolicy> | ||
236 | <hsizetype>3</hsizetype> | ||
237 | <vsizetype>3</vsizetype> | ||
238 | </sizepolicy> | ||
239 | </property> | ||
240 | <property stdset="1"> | ||
223 | <name>maximumSize</name> | 241 | <name>maximumSize</name> |
224 | <size> | 242 | <size> |
225 | <width>60</width> | 243 | <width>32767</width> |
226 | <height>25</height> | 244 | <height>32767</height> |
227 | </size> | 245 | </size> |
228 | </property> | 246 | </property> |
229 | <property stdset="1"> | 247 | <property stdset="1"> |
230 | <name>text</name> | 248 | <name>text</name> |
231 | <string>1</string> | 249 | <string>1</string> |
232 | </property> | 250 | </property> |
@@ -235,16 +253,23 @@ | |||
235 | <class>QPushButton</class> | 253 | <class>QPushButton</class> |
236 | <property stdset="1"> | 254 | <property stdset="1"> |
237 | <name>name</name> | 255 | <name>name</name> |
238 | <cstring>bt2</cstring> | 256 | <cstring>bt2</cstring> |
239 | </property> | 257 | </property> |
240 | <property stdset="1"> | 258 | <property stdset="1"> |
259 | <name>sizePolicy</name> | ||
260 | <sizepolicy> | ||
261 | <hsizetype>3</hsizetype> | ||
262 | <vsizetype>3</vsizetype> | ||
263 | </sizepolicy> | ||
264 | </property> | ||
265 | <property stdset="1"> | ||
241 | <name>maximumSize</name> | 266 | <name>maximumSize</name> |
242 | <size> | 267 | <size> |
243 | <width>60</width> | 268 | <width>32767</width> |
244 | <height>25</height> | 269 | <height>32767</height> |
245 | </size> | 270 | </size> |
246 | </property> | 271 | </property> |
247 | <property stdset="1"> | 272 | <property stdset="1"> |
248 | <name>text</name> | 273 | <name>text</name> |
249 | <string>2</string> | 274 | <string>2</string> |
250 | </property> | 275 | </property> |
@@ -253,16 +278,23 @@ | |||
253 | <class>QPushButton</class> | 278 | <class>QPushButton</class> |
254 | <property stdset="1"> | 279 | <property stdset="1"> |
255 | <name>name</name> | 280 | <name>name</name> |
256 | <cstring>bt3</cstring> | 281 | <cstring>bt3</cstring> |
257 | </property> | 282 | </property> |
258 | <property stdset="1"> | 283 | <property stdset="1"> |
284 | <name>sizePolicy</name> | ||
285 | <sizepolicy> | ||
286 | <hsizetype>3</hsizetype> | ||
287 | <vsizetype>3</vsizetype> | ||
288 | </sizepolicy> | ||
289 | </property> | ||
290 | <property stdset="1"> | ||
259 | <name>maximumSize</name> | 291 | <name>maximumSize</name> |
260 | <size> | 292 | <size> |
261 | <width>60</width> | 293 | <width>32767</width> |
262 | <height>25</height> | 294 | <height>32767</height> |
263 | </size> | 295 | </size> |
264 | </property> | 296 | </property> |
265 | <property stdset="1"> | 297 | <property stdset="1"> |
266 | <name>text</name> | 298 | <name>text</name> |
267 | <string>3</string> | 299 | <string>3</string> |
268 | </property> | 300 | </property> |
@@ -298,16 +330,23 @@ | |||
298 | <class>QPushButton</class> | 330 | <class>QPushButton</class> |
299 | <property stdset="1"> | 331 | <property stdset="1"> |
300 | <name>name</name> | 332 | <name>name</name> |
301 | <cstring>bt4</cstring> | 333 | <cstring>bt4</cstring> |
302 | </property> | 334 | </property> |
303 | <property stdset="1"> | 335 | <property stdset="1"> |
336 | <name>sizePolicy</name> | ||
337 | <sizepolicy> | ||
338 | <hsizetype>3</hsizetype> | ||
339 | <vsizetype>3</vsizetype> | ||
340 | </sizepolicy> | ||
341 | </property> | ||
342 | <property stdset="1"> | ||
304 | <name>maximumSize</name> | 343 | <name>maximumSize</name> |
305 | <size> | 344 | <size> |
306 | <width>60</width> | 345 | <width>32767</width> |
307 | <height>25</height> | 346 | <height>32767</height> |
308 | </size> | 347 | </size> |
309 | </property> | 348 | </property> |
310 | <property stdset="1"> | 349 | <property stdset="1"> |
311 | <name>text</name> | 350 | <name>text</name> |
312 | <string>4</string> | 351 | <string>4</string> |
313 | </property> | 352 | </property> |
@@ -316,16 +355,23 @@ | |||
316 | <class>QPushButton</class> | 355 | <class>QPushButton</class> |
317 | <property stdset="1"> | 356 | <property stdset="1"> |
318 | <name>name</name> | 357 | <name>name</name> |
319 | <cstring>bt5</cstring> | 358 | <cstring>bt5</cstring> |
320 | </property> | 359 | </property> |
321 | <property stdset="1"> | 360 | <property stdset="1"> |
361 | <name>sizePolicy</name> | ||
362 | <sizepolicy> | ||
363 | <hsizetype>3</hsizetype> | ||
364 | <vsizetype>3</vsizetype> | ||
365 | </sizepolicy> | ||
366 | </property> | ||
367 | <property stdset="1"> | ||
322 | <name>maximumSize</name> | 368 | <name>maximumSize</name> |
323 | <size> | 369 | <size> |
324 | <width>60</width> | 370 | <width>32767</width> |
325 | <height>25</height> | 371 | <height>32767</height> |
326 | </size> | 372 | </size> |
327 | </property> | 373 | </property> |
328 | <property stdset="1"> | 374 | <property stdset="1"> |
329 | <name>text</name> | 375 | <name>text</name> |
330 | <string>5</string> | 376 | <string>5</string> |
331 | </property> | 377 | </property> |
@@ -334,16 +380,23 @@ | |||
334 | <class>QPushButton</class> | 380 | <class>QPushButton</class> |
335 | <property stdset="1"> | 381 | <property stdset="1"> |
336 | <name>name</name> | 382 | <name>name</name> |
337 | <cstring>bt6</cstring> | 383 | <cstring>bt6</cstring> |
338 | </property> | 384 | </property> |
339 | <property stdset="1"> | 385 | <property stdset="1"> |
386 | <name>sizePolicy</name> | ||
387 | <sizepolicy> | ||
388 | <hsizetype>3</hsizetype> | ||
389 | <vsizetype>3</vsizetype> | ||
390 | </sizepolicy> | ||
391 | </property> | ||
392 | <property stdset="1"> | ||
340 | <name>maximumSize</name> | 393 | <name>maximumSize</name> |
341 | <size> | 394 | <size> |
342 | <width>60</width> | 395 | <width>32767</width> |
343 | <height>25</height> | 396 | <height>32767</height> |
344 | </size> | 397 | </size> |
345 | </property> | 398 | </property> |
346 | <property stdset="1"> | 399 | <property stdset="1"> |
347 | <name>text</name> | 400 | <name>text</name> |
348 | <string>6</string> | 401 | <string>6</string> |
349 | </property> | 402 | </property> |
@@ -379,16 +432,23 @@ | |||
379 | <class>QPushButton</class> | 432 | <class>QPushButton</class> |
380 | <property stdset="1"> | 433 | <property stdset="1"> |
381 | <name>name</name> | 434 | <name>name</name> |
382 | <cstring>bt7</cstring> | 435 | <cstring>bt7</cstring> |
383 | </property> | 436 | </property> |
384 | <property stdset="1"> | 437 | <property stdset="1"> |
438 | <name>sizePolicy</name> | ||
439 | <sizepolicy> | ||
440 | <hsizetype>3</hsizetype> | ||
441 | <vsizetype>3</vsizetype> | ||
442 | </sizepolicy> | ||
443 | </property> | ||
444 | <property stdset="1"> | ||
385 | <name>maximumSize</name> | 445 | <name>maximumSize</name> |
386 | <size> | 446 | <size> |
387 | <width>60</width> | 447 | <width>32767</width> |
388 | <height>25</height> | 448 | <height>32767</height> |
389 | </size> | 449 | </size> |
390 | </property> | 450 | </property> |
391 | <property stdset="1"> | 451 | <property stdset="1"> |
392 | <name>text</name> | 452 | <name>text</name> |
393 | <string>7</string> | 453 | <string>7</string> |
394 | </property> | 454 | </property> |
@@ -397,16 +457,23 @@ | |||
397 | <class>QPushButton</class> | 457 | <class>QPushButton</class> |
398 | <property stdset="1"> | 458 | <property stdset="1"> |
399 | <name>name</name> | 459 | <name>name</name> |
400 | <cstring>bt8</cstring> | 460 | <cstring>bt8</cstring> |
401 | </property> | 461 | </property> |
402 | <property stdset="1"> | 462 | <property stdset="1"> |
463 | <name>sizePolicy</name> | ||
464 | <sizepolicy> | ||
465 | <hsizetype>3</hsizetype> | ||
466 | <vsizetype>3</vsizetype> | ||
467 | </sizepolicy> | ||
468 | </property> | ||
469 | <property stdset="1"> | ||
403 | <name>maximumSize</name> | 470 | <name>maximumSize</name> |
404 | <size> | 471 | <size> |
405 | <width>60</width> | 472 | <width>32767</width> |
406 | <height>25</height> | 473 | <height>32767</height> |
407 | </size> | 474 | </size> |
408 | </property> | 475 | </property> |
409 | <property stdset="1"> | 476 | <property stdset="1"> |
410 | <name>text</name> | 477 | <name>text</name> |
411 | <string>8</string> | 478 | <string>8</string> |
412 | </property> | 479 | </property> |
@@ -415,16 +482,23 @@ | |||
415 | <class>QPushButton</class> | 482 | <class>QPushButton</class> |
416 | <property stdset="1"> | 483 | <property stdset="1"> |
417 | <name>name</name> | 484 | <name>name</name> |
418 | <cstring>bt9</cstring> | 485 | <cstring>bt9</cstring> |
419 | </property> | 486 | </property> |
420 | <property stdset="1"> | 487 | <property stdset="1"> |
488 | <name>sizePolicy</name> | ||
489 | <sizepolicy> | ||
490 | <hsizetype>3</hsizetype> | ||
491 | <vsizetype>3</vsizetype> | ||
492 | </sizepolicy> | ||
493 | </property> | ||
494 | <property stdset="1"> | ||
421 | <name>maximumSize</name> | 495 | <name>maximumSize</name> |
422 | <size> | 496 | <size> |
423 | <width>60</width> | 497 | <width>32767</width> |
424 | <height>25</height> | 498 | <height>32767</height> |
425 | </size> | 499 | </size> |
426 | </property> | 500 | </property> |
427 | <property stdset="1"> | 501 | <property stdset="1"> |
428 | <name>text</name> | 502 | <name>text</name> |
429 | <string>9</string> | 503 | <string>9</string> |
430 | </property> | 504 | </property> |
@@ -460,16 +534,23 @@ | |||
460 | <class>QPushButton</class> | 534 | <class>QPushButton</class> |
461 | <property stdset="1"> | 535 | <property stdset="1"> |
462 | <name>name</name> | 536 | <name>name</name> |
463 | <cstring>PushButton1</cstring> | 537 | <cstring>PushButton1</cstring> |
464 | </property> | 538 | </property> |
465 | <property stdset="1"> | 539 | <property stdset="1"> |
540 | <name>sizePolicy</name> | ||
541 | <sizepolicy> | ||
542 | <hsizetype>3</hsizetype> | ||
543 | <vsizetype>3</vsizetype> | ||
544 | </sizepolicy> | ||
545 | </property> | ||
546 | <property stdset="1"> | ||
466 | <name>maximumSize</name> | 547 | <name>maximumSize</name> |
467 | <size> | 548 | <size> |
468 | <width>60</width> | 549 | <width>32767</width> |
469 | <height>25</height> | 550 | <height>32767</height> |
470 | </size> | 551 | </size> |
471 | </property> | 552 | </property> |
472 | <property stdset="1"> | 553 | <property stdset="1"> |
473 | <name>text</name> | 554 | <name>text</name> |
474 | <string>&Ok</string> | 555 | <string>&Ok</string> |
475 | </property> | 556 | </property> |
@@ -480,21 +561,21 @@ | |||
480 | <name>name</name> | 561 | <name>name</name> |
481 | <cstring>bt0</cstring> | 562 | <cstring>bt0</cstring> |
482 | </property> | 563 | </property> |
483 | <property stdset="1"> | 564 | <property stdset="1"> |
484 | <name>sizePolicy</name> | 565 | <name>sizePolicy</name> |
485 | <sizepolicy> | 566 | <sizepolicy> |
486 | <hsizetype>1</hsizetype> | 567 | <hsizetype>3</hsizetype> |
487 | <vsizetype>1</vsizetype> | 568 | <vsizetype>3</vsizetype> |
488 | </sizepolicy> | 569 | </sizepolicy> |
489 | </property> | 570 | </property> |
490 | <property stdset="1"> | 571 | <property stdset="1"> |
491 | <name>maximumSize</name> | 572 | <name>maximumSize</name> |
492 | <size> | 573 | <size> |
493 | <width>60</width> | 574 | <width>32767</width> |
494 | <height>25</height> | 575 | <height>32767</height> |
495 | </size> | 576 | </size> |
496 | </property> | 577 | </property> |
497 | <property stdset="1"> | 578 | <property stdset="1"> |
498 | <name>text</name> | 579 | <name>text</name> |
499 | <string>0</string> | 580 | <string>0</string> |
500 | </property> | 581 | </property> |
@@ -505,21 +586,21 @@ | |||
505 | <name>name</name> | 586 | <name>name</name> |
506 | <cstring>PushButton2</cstring> | 587 | <cstring>PushButton2</cstring> |
507 | </property> | 588 | </property> |
508 | <property stdset="1"> | 589 | <property stdset="1"> |
509 | <name>sizePolicy</name> | 590 | <name>sizePolicy</name> |
510 | <sizepolicy> | 591 | <sizepolicy> |
511 | <hsizetype>1</hsizetype> | 592 | <hsizetype>3</hsizetype> |
512 | <vsizetype>1</vsizetype> | 593 | <vsizetype>3</vsizetype> |
513 | </sizepolicy> | 594 | </sizepolicy> |
514 | </property> | 595 | </property> |
515 | <property stdset="1"> | 596 | <property stdset="1"> |
516 | <name>maximumSize</name> | 597 | <name>maximumSize</name> |
517 | <size> | 598 | <size> |
518 | <width>60</width> | 599 | <width>32767</width> |
519 | <height>25</height> | 600 | <height>32767</height> |
520 | </size> | 601 | </size> |
521 | </property> | 602 | </property> |
522 | <property stdset="1"> | 603 | <property stdset="1"> |
523 | <name>text</name> | 604 | <name>text</name> |
524 | <string>&Cancel</string> | 605 | <string>&Cancel</string> |
525 | </property> | 606 | </property> |