Overlaying Picture with heat map
Unsolved
General and Desktop
-
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