PDA

View Full Version : selection



sujan.dasmahapatra
7th February 2009, 09:32
I have a QREctF rectangle item how could I make it selectable on the screen after execution..

Lykurg
7th February 2009, 09:37
Please, have a look at the docs: QGraphicsItem::flags() (http://doc.trolltech.com/4.4/qgraphicsitem.html#flags)

Lykurg