Re: Implement a selection tool for a QQuickPaintedItem
Originally Posted by sheepy
I'm also have the problem to draw only the outer line of the selection because I don't clear the image. Is there a option to work with layers (like in a QGraphicsView)?
Just put one item onto the other, e.g. make the selection item a child of the main item and fill the parent.
Bookmarks