Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Placing a rectangle on an image
-
Hello, I want to put a rectangle on an image (QLabel using QPixmap) where this rectangle would be just under the area of the image or in a restricted area of the screen, and the user could resize it over the image, move it over the image using the pointer of mouse. How can I do this in Qt Designer or in code?
Thanks.
-
-
@SGaist Thank you very much, that's exactly what I need!