Hi, you could send the event through the event system using QCoreApplication:ostEvent() or QCoreApplication::sendEvent(). That way the keyPressEvent() can stay protected.
Ginsengelf
Hi, you could send the event through the event system using QCoreApplication:ostEvent() or QCoreApplication::sendEvent(). That way the keyPressEvent() can stay protected.
Ginsengelf
Thank you sendEvent worked
Bookmarks