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.
5 ****************************************************************************
6 * Changes that might affect runtime behavior *
7 ****************************************************************************
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.
16 ****************************************************************************
17 * Changes that might generate compile errors *
18 * when compiling old code *
19 ****************************************************************************
25 ****************************************************************************
26 * Type changes that might generate warnings: *
27 ****************************************************************************
33 ****************************************************************************
34 * Obsoleted functions *
35 ****************************************************************************
37 All pre-1.0 obsoleted functions are now removed.
41 ****************************************************************************
42 * All other changes from 0.99 to 1.0 *
43 ****************************************************************************
47 Added constructor that takes a file name. Loads an image from file.
52 QDialog inherits QWidget instead of QWindow.
57 Added constructor that takes a file name. Loads an image from file.
62 Added static function singleShot(). Convenient function.