Qt 6.11 is out! See what's new in the release
blog
How to do grahics options with QML
General and Desktop
4
Posts
3
Posters
3.0k
Views
1
Watching
-
I want to make a application for image options , including some basic options of photoshop , like clipping the image with rectangle or round , add some comment to the image , if I don't use QML , I can use QPainter to draw on it , while now I want to use QML to do it , do you guys have some good solutions ?thanks very much ~~
-
I don't think any thing similar to QPainter is available in QML. The purpose of qml as I see it is not to do low level painting, its more like building up on the existing simple qml items/components.