Re: [PyQt] Syntax for connecting to QGraphicsScene.changed signal?

2010-10-15 Thread TP
On Fri, Oct 15, 2010 at 1:12 AM, Phil Thompson p...@riverbankcomputing.com wrote: On Thu, 14 Oct 2010 15:37:02 -0700, TP wing...@gmail.com wrote: QGraphicsScene's changed signal is documented as:    void changed (const QListQRectF) The Qt Utility classes and their Python equivalents section

[PyQt] Syntax for connecting to QGraphicsScene.changed signal?

2010-10-14 Thread TP
QGraphicsScene's changed signal is documented as: void changed (const QListQRectF) The Qt Utility classes and their Python equivalents section of Chapter 10 Qt Class Hierarchy of GUI Programming with Python: QT Edition (from http://www.commandprompt.com/community/pyqt/x3738) says: You can