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.