I have just recompiled our application with QT 4.5 beta1 and I am
currently testing
these.
In our graphics editor we have a select all option.
Basicaly this selects all elements in the QGraphicsScene with
QGraphicsItem::setSelected(true):
foreach( QGraphicsItem* item, list )
{
item->setSelected(true);
}
Now the problem is that not all elements are redrawn anymore.
This worked fine with QT 4.3.5.
Do I need to change my code to force an update or is this a bug.
Henk Jan
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback