I am trying create a multitouch game table with a control area for each player and the game master.
table_top_mockup.jpg
I want to have a graphics scene that contains the map and can be zoomed in and out and translated. I think I also need the control widgets in the scene because I want to rotate them according to the side of the table they are on. I am wondering if there is a way to anchor the widgets around the QGraphicsView according to the picture and not have them move or change size when I zoom or translate the QGraphicsView.
Bookmarks