1 Here is a list of (major) changes in Qt from 0.93 to 0.94.
3 Bug-fixes, optimizations and much improved documentation, of course.
5 There are not many changes in the API interface.
10 eos() renamed to eof() for iostream compatibility.
11 operator>> for double, float, char*, QString are implemented
12 get() and getline() added.
17 eos() renamed to eof() for iostream compatibility.
22 Support for transparency: setMask(QBitmap) and bitBlt.
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.
33 More documentation fixes.