[PyKDE] ANN: SIP/PyQt v3.0pre4

Phil Thompson phil at river-bank.demon.co.uk
Sun Oct 21 15:53:31 BST 2001


SIP/PyQt v3.0pre4 can be found at the usual place at
http://www.river-bank.demon.co.uk/software/private/.

Changes that affect all Qt versions:

- The old problem converting QStrings to Python Unicode objects with the
default Python ASCII codec is fixed, ie...

	unicode(QString(u"\u0411\u0412"))

...no longer raises an exception.

- Added the missing QImage ctor.

Changes that affect Qt3:

- The second argument to QObject.tr() and QObject.trUtf8() is now
optional (to match the implementation in Qt3 rather than the Qt3
documentation).

- Bugs in QFile.readBlock() and QFile.readLine() fixed.

- Ported pyuic to Qt3. The generated code is mostly untested.

You need to upgrade to the latest SIP as the runtime library has changed
slightly. Other SIP changes are bug fixes needed by PyKDE2.

This completes the Qt3 support. Please test - particularly pyuic.

Phil




More information about the PyQt mailing list