When windowdiplayed( show() ), without clicking the window I am not getting keyPressEvent(-)
void class::keyPressEvent( QKeyEvent *e ){
----
----
}
So is there any way to get the keyPressEvent() without clicking on my Dialog/Window.
Thanks in advance.