Hello, While trying to adapt matplotlib qt4Agg backend to pyside, I faced the problem that PySide QImage does not have an equivalent to PyQt4 QImage.__init__ (self, str, int, int, Format) which take a string memory buffer as argument. http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qimage.html
How such an equivalent should be implemented ? Regards, David _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
