On Wed, 11 Mar 2009 07:06:21 +0900, Damien Elmes <[email protected]> wrote: > I'm finding that executing the following code in an abstracttablemodel > results in a crash: > > self.emit(SIGNAL("dataChanged(QModelIndex, > QModelIndex)"), index, index) > > .. where index is taken from tableView.currentIndex() > > This code ran fine in PyQt4.4. Is it a bug in Qt/PyQt, or am I doing > something wrong?
I think it's a regression... Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
