Does QT have any way to check, at any moment, which keys are pressed in the keyboard?
I'm thinking about set a bool variable when the keypress event is launched and set it to zero at keyrelease... but I'd like to know if there is any other way.
thanks!