Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
void QGraphicsScene::changed(const QList<QRectF> ®ion) This signal is getting emitted and sometimes the list of the region is empty what has been changed when the region is empty, do I need to consider this?
Hi,
That's surprising indeed. What are you doing in your scene ? Is there some pattern as to when you get an empty list ?
What are you doing in the slot connected to that signal ?