0
|
1 |
Here is a list of user-visible changes in Qt from 0.99 to 1.0.
|
|
2 |
As usual, we fixed some bugs and improved the documentation.
|
|
3 |
|
|
4 |
|
|
5 |
****************************************************************************
|
|
6 |
* Changes that might affect runtime behavior *
|
|
7 |
****************************************************************************
|
|
8 |
|
|
9 |
QComboBox:
|
|
10 |
----------
|
|
11 |
The combo box is resized to the largest item when automatic resizing
|
|
12 |
is enabled. In 0.99 it resized itself to the current item.
|
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
****************************************************************************
|
|
17 |
* Changes that might generate compile errors *
|
|
18 |
* when compiling old code *
|
|
19 |
****************************************************************************
|
|
20 |
|
|
21 |
none
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
****************************************************************************
|
|
26 |
* Type changes that might generate warnings: *
|
|
27 |
****************************************************************************
|
|
28 |
|
|
29 |
none
|
|
30 |
|
|
31 |
|
|
32 |
|
|
33 |
****************************************************************************
|
|
34 |
* Obsoleted functions *
|
|
35 |
****************************************************************************
|
|
36 |
|
|
37 |
All pre-1.0 obsoleted functions are now removed.
|
|
38 |
|
|
39 |
|
|
40 |
|
|
41 |
****************************************************************************
|
|
42 |
* All other changes from 0.99 to 1.0 *
|
|
43 |
****************************************************************************
|
|
44 |
|
|
45 |
QBitmap:
|
|
46 |
--------
|
|
47 |
Added constructor that takes a file name. Loads an image from file.
|
|
48 |
|
|
49 |
|
|
50 |
QDialog:
|
|
51 |
--------
|
|
52 |
QDialog inherits QWidget instead of QWindow.
|
|
53 |
|
|
54 |
|
|
55 |
QPixmap:
|
|
56 |
--------
|
|
57 |
Added constructor that takes a file name. Loads an image from file.
|
|
58 |
|
|
59 |
|
|
60 |
QTimer:
|
|
61 |
-------
|
|
62 |
Added static function singleShot(). Convenient function.
|