Posts by M.Júnior • 1 point
1 post
-
0
votes1
answer59
viewsA: Why can’t I capture Keyevent in this program ? Problems are in the main?
You need to include the Qkeyevent class and reimplement the function void keyReleaseEvent(QKeyEvent* event), for your keyboard events to be recognized.