Qt 6.11 is out! See what's new in the release
blog
Create a 2D Plot with zoom in in qml
QML and Qt Quick
1
Posts
1
Posters
757
Views
1
Watching
-
Hello,
I want to create a qml plugin which plots some data with (x,y) coordinates.
I know about the threads here, to plot graphs. In my case I want to zoom and work (add, delete, update) on the data of the graph.
For zooming I need something like a camera, that handles the transformation of the points. Can I use OpenGL to solve this problem and is there any example?My idea is, that i can add some coordinates to a model and draw it on the screen. In further i want to perform some visualisations like clustering on the plot
best regards,
sheepy