Overlaying Picture with heat map
-
Hi, i would like to draw a raster in a window and lay a picture on top. It should be possible to resize the picture by dragging and afterr resizing then getting the size of the picture relativ to the raster. In addition i would like to overlay the picture afterwards with a heatmap.
Has anyone got an idea on where to go? Is QML/Qt-Quick the way to go?
Right now i do just need a place to start.Just to get an idea of what i want:

-
Hi, i would like to draw a raster in a window and lay a picture on top. It should be possible to resize the picture by dragging and afterr resizing then getting the size of the picture relativ to the raster. In addition i would like to overlay the picture afterwards with a heatmap.
Has anyone got an idea on where to go? Is QML/Qt-Quick the way to go?
Right now i do just need a place to start.Just to get an idea of what i want:

@tiegert said in Overlaying Picture with heat map:
Has anyone got an idea on where to go? Is QML/Qt-Quick the way to go?
You could use the GraphicsView Framework
or you paint everything manually
-
Ok, thanks i will have a look at the GraphicsView Framework at first, because painting everything manually sounds like a lot of work!