need to override the keyPressEvent() and make my application to run on customized keys pressed
tried switch::cases and if conditions on Qt::keys but application is flowing through its own Qt::keyPressEvent();
also the connect(button1,SIGNAL(pressed()),this,SLOT(readFi le()));....
pressed() only takes space key from key board but not enter key
Please Help


Reply With Quote

Bookmarks