Hi list; Just a status report, we finally removed QString and other useless Qt stuff for python developers, like QVariant.
This was the second step in the direction of a pythonic API, the first was the new style signals/slots released with PySide 0.3.2, but this time the changes comes with a downside named incompatibility. The new PySide API is compatible with PyQt4 API2 but not with PyQt4 API 1 or the latest version of PySide, the conversion to the new version is a matter of code removal and as result your code will become much more clearer. We prepared a document about the changes, it will be on the next release of PySide documentation, but if you want to be prepared for the change you can access the raw document from gitorious[1]. All these changes will be part of the next release of PySide. [1] http://qt.gitorious.org/pyside/pyside/blobs/master/doc/pysideapi2.rst -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
