PDA

View Full Version : QGraphicsScene signal



eijnuhs
22nd September 2008, 01:57
Hello, do anyone know how to use to use QGraphicsScene's changed(const QList<QRectF> &region) and connect to QGraphicsView::updateScene(QRectF region)?

Thank you

jpn
22nd September 2008, 07:04
Why? That would lead to double connection. QGraphicsView::setScene() already establishes the connection between them.