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 did look on the trolltech website but couldnt find something that woul help

thanks..

link|improve this question

78% accept rate
feedback

1 Answer

Try mouseReleaseEvent.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.