Hi to all!
I have a tiny problem regarding mousePressEvent & mouseReleaseEvent: Once I click a mouse button, mousePressEvent is called and once I release it mouseReleasedEvent is called. That works perfectly, but let's say I hold mouse button for half a second. After half a second, I want that mousePressEvent is ignored (I still HOLD mouse button!) and mouseReleaseEvent is called. After that normal event loop is continued. How do I achieve that, please help me!
Sincerely,
Marko
Bookmarks