PDA

View Full Version : Drawing a navigation-like tool on top of QGraphicsScene [Solved]



zarkzervo
29th April 2009, 12:26
I have a QGraphicsView and a QGraphicsScene therein. This scene is rotated and scaled.

I want to have a set of custom buttons and tools floating over this scene much like the navigation tool in google maps. I.e., I don't want the tool to scale and rotate.

Does anyone have a suggestion to the way to accomplish this? I want this navigation tool to be able to to receive mouse clicks.

I already sense input in the scene for selection.

zarkzervo
30th April 2009, 07:16
Found this (http://labs.trolltech.com/blogs/2007/03/09/qgraphicsview-widgets-on-the-canvas/).