Qt Mousebutton is not releasing
-
In my programm it is possible to grab points with the mouse and moving them. The problem is that Qt is not releasing the point after I have released the mousebutton. Isnt there something like:
@if(Qt::Leftbutton && isPressed(true))@
I have searched this website but couldnt find something that would help
thanks..