The following signals don't work using the new style notation, while they do using the old style one:
QAbstractListModel.rowsAboutToBeInserted[QModelIndex,int,int] <-- doesn't find the signal's definition QAbstractListModel.rowsInserted[QModelIndex,int,int] <-- doesn't find the signal's definition QApplication.desktop().resized[int] <-- crashes with core dump -- Luca Donaggio
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
