QEvent does not override
Unsolved
General and Desktop
-
QObject class does not want to override QKeyPressed events and QClose event also but works with timerEvent. The error message that my functions are not overriding any functions.
-
@misscoffee
keyPressEvent doesn't exist for QObject,
Change QObject to QWidget. -
-
thank you all so much i'm sorry for stupid!
-
-
-
@misscoffee Missing obvious things happens to most of us, don't worry about it (unless it occurs frequently...).