This repository contains the CPython Qt bindings generated using the Shiboken generator. http://www.pyside.org
Find a file
Hugo Parente Lima 2a43919024 Fix bug 565 - "QImage missing *data constructors"
Fix bug 566 - "'PySide.QtGui.QImage' object has no attribute 'scanLine'"

The constructors now accepts any PyObject which implements the buffer protocol, as the
C++ and PyQt4 version the buffer must be alive during the life time of QImage because QImage
*does not* copy the image data.

scanLine() and bits() now return buffer objects pointing to the memory inside QImage.
2011-01-28 19:33:42 -02:00
cmake/Macros Fixed indentation mistakes. 2010-12-21 17:28:19 -03:00
doc Fix bug#636 - "Unable to navigate back to the main site from the generated documentation" 2011-01-24 10:30:04 -02:00
libpyside Replace use of QMetaObject::activate to QObject::qt_metacall. 2011-01-21 13:44:47 -03:00
plugins Fixed QtUiTools plugin. 2010-12-21 17:28:20 -03:00
PySide Fix bug 565 - "QImage missing *data constructors" 2011-01-28 19:33:42 -02:00
tests Fix bug 565 - "QImage missing *data constructors" 2011-01-28 19:33:42 -02:00
.gitattributes Bump to version 0.3.2 2010-05-04 19:22:34 -03:00
.gitignore Added *.pyc to .gitignore 2009-09-28 18:27:50 -03:00
cmake_uninstall.cmake Initial experiments with shiboken and Qt 2009-09-09 13:36:26 -03:00
CMakeLists.txt Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj types?) returns True for empty instance; probably should be False" 2011-01-24 16:42:45 -02:00
COPYING Initial experiments with shiboken and Qt 2009-09-09 13:36:26 -03:00