I think I should make the question clear.
Now,in the keyPressEvent( QKeyEvent * event ), I can get only one value of specific key by event->key() such as 'a' or 'b';
But from the picture, we can see before we press down the specific number on keyborad('ç§’' is 1), the keyPressEvent() function will not be called.
Then, after I kick the number, I can't catch the event either.
screenshot.jpg
Added after 17 minutes:
Yes, you are right. Thanks for your attention.
Last edited by Michael_BJFU; 15th November 2011 at 13:23.
Bookmarks