qt-interest@trolltech.com
[Top] [All Lists]

[Qt-interest] hiding items from QGraphicsView

Subject: [Qt-interest] hiding items from QGraphicsView
From: Deepak Chandran
Date: Wed, 17 Mar 2010 14:58:17 -0700 PDT
I have an application in which I want multiple views of the the same QGraphicsScene, but I want some items to be hidden in some of the views. Before Qt 4.6, I was using the drawItems method in QGraphicsView to customize what items to show or hide. In Qt 4.6, it is still possible to use drawItems, but it is not "recommended". What is the cleanest way to customize drawing of items for individual views in Qt 4.6?

Thanks.

_______________________________________________
Qt-interest mailing list
Qt-interest@xxxxxxxxxxxxx
http://lists.trolltech.com/mailman/listinfo/qt-interest
<Prev in Thread] Current Thread [Next in Thread>
  • [Qt-interest] hiding items from QGraphicsView, Deepak Chandran <=