Hi,

I would like to show an image that have to have widgets on top of it. Think on a image that shows a paper and 2 lineedits that show the dimensions of the paper.

What I want to do is what SCADA systems do. It shows a representation of a machine and some widgets ont top of the image that show information and let the user change them.

Which is the best approach to do this?
Using a QGraphicsView? What about the position of the widgets when the view is reseized?

Thank you,