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