equal
deleted
inserted
replaced
|
1 Here is a list of user-visible changes in Qt from 0.98 to 0.99. |
|
2 As usual, we fixed some bugs and improved the documentation. |
|
3 |
|
4 Qt 0.99 includes makefiles for Linux, Solaris, SunOS, FreeBSD, OSF/1, |
|
5 Irix, BSD/OS, SCO and HP-UX. |
|
6 |
|
7 |
|
8 *************** Changes that might affect runtime behavior ***************** |
|
9 |
|
10 none |
|
11 |
|
12 *************** Changes that might generate compile errors ***************** |
|
13 ************** when compiling old code ***************** |
|
14 |
|
15 QVector: |
|
16 -------- |
|
17 |
|
18 Removed operator const type**(). |
|
19 |
|
20 *************** Type changes that might generate warnings: ***************** |
|
21 |
|
22 none |
|
23 |
|
24 ***************** Obsoleted functions ********************** |
|
25 |
|
26 none |
|
27 |
|
28 ***************** All other changes from 0.98 to 0.99 ********************** |
|
29 |
|
30 QApplication: |
|
31 ------------- |
|
32 Added beep() to make a sound. |
|
33 |
|
34 |
|
35 QFileInfo |
|
36 --------- |
|
37 Added readLink() to return the name of the file a symlink points to, |
|
38 fixed bug in isSymlink(). |
|
39 |
|
40 |
|
41 QPrinter: |
|
42 --------- |
|
43 The X11 version now supports landscape printing and different paper sizes. |
|
44 |
|
45 |
|
46 QTableView: |
|
47 ----------- |
|
48 The functions horizontalScrollBar and verticalScrollBar gives access |
|
49 to the internal scroll bars so you can connect to their signals. |
|
50 |
|
51 |
|
52 QWidget: |
|
53 -------- |
|
54 Added sizeHint virtual function which is implemented in subclasses to |
|
55 return a recommended size. |
|
56 |
|
57 Added new function setFixedSize() to set both the minimum and maximum sizes |
|
58 at the same time. |
|
59 |
|
60 Added clearFocus() function to take keyboard focus from the widget. |