0
|
1 |
Here is a list of (major) changes in Qt from 0.93 to 0.94.
|
|
2 |
|
|
3 |
Bug-fixes, optimizations and much improved documentation, of course.
|
|
4 |
|
|
5 |
There are not many changes in the API interface.
|
|
6 |
|
|
7 |
|
|
8 |
QTextStream:
|
|
9 |
------------
|
|
10 |
eos() renamed to eof() for iostream compatibility.
|
|
11 |
operator>> for double, float, char*, QString are implemented
|
|
12 |
get() and getline() added.
|
|
13 |
|
|
14 |
|
|
15 |
QDataStream:
|
|
16 |
------------
|
|
17 |
eos() renamed to eof() for iostream compatibility.
|
|
18 |
|
|
19 |
|
|
20 |
QPixmap:
|
|
21 |
--------
|
|
22 |
Support for transparency: setMask(QBitmap) and bitBlt.
|
|
23 |
|
|
24 |
|
|
25 |
QImage:
|
|
26 |
-------
|
|
27 |
Scanline data is aligned on a 32 bit boundary (it used to be 8
|
|
28 |
bits). Conversion to and from QPixmap is now faster.
|
|
29 |
|
|
30 |
|
|
31 |
Documentation:
|
|
32 |
--------------
|
|
33 |
More documentation fixes.
|