PDA

View Full Version : hide bounding rect



dreamer
8th May 2008, 09:31
How can I hide the items bounding rect on the scene?
For example, when i instantiate a QGraphicsRectitem, i don't want to show it's black bounding rect.

wysota
8th May 2008, 10:40
You mean you want to have an item that is invisible? The simplest way would be to set a completely transparent pen for the item.