Qt 6.11 is out! See what's new in the release
blog
QML MouseArea.drag with any button but left button
QML and Qt Quick
2
Posts
2
Posters
1.3k
Views
2
Watching
-
Hi,
Is there a way to drag target using middle button (I want to use left button for something else) using MouseArea.drag?Regards
@dzimiwine Did you try
acceptedButtons?acceptedButtons: Qt.MiddleButton : Qt.RightButton