Qt 6.11 is out! See what's new in the release
blog
¿How can I move a qLabel with drag and drop?
-
I want to move a ui label called ruler, using the mouse, I know that I can use qMouseEvent, but I'm not sure how to drag and drop with that event my label. Some idea??
-
I want to move a ui label called ruler, using the mouse, I know that I can use qMouseEvent, but I'm not sure how to drag and drop with that event my label. Some idea??
@Isidro-Perla Take a look at this example: https://doc.qt.io/qt-5/qtwidgets-draganddrop-draggableicons-example.html