I need to hide the splash screen window on any keyboard key is pressed .How shall I do.?
I need to hide the splash screen window on any keyboard key is pressed .How shall I do.?
what about subclass QSplashScreen and reimplement keyPressEvent ?
Implement a QAction for the key u want to be pressed.And call a slot when that action is trigerred.
In the slot, display ur splash screen
Ans: I've done in that way, but the keypress event is not been triggered when the splashscreen is displayed.what about subclass QSplashScreen and reimplement keyPressEvent ?
Rather on pressing the keys the letters or the event is occured on the terminal from where the application is started.
Ans: But I need to trigger this action on ANY key is pressed. And when the Splash screen is displayed.Implement a QAction for the key u want to be pressed.And call a slot when that action is trigerred.
In the slot, display ur splash screen
NB:I need to HIDE the splashscreen on the event occurs.
Bookmarks