PDA

View Full Version : Qt Hardware Keyboard


Figa
03-20-2010, 07:14 AM
Hi, How use hardware keyboard in qt app? Thx for replies.

hopbeat
03-20-2010, 07:31 AM
Could you elaborate on your problem?

Figa
03-20-2010, 12:18 PM
I dont know how do some action after pressing some key.

attila77
03-20-2010, 12:34 PM
Take a look at http://doc.trolltech.com/4.6/qkeyevent.html

Figa
03-20-2010, 12:58 PM
THX I know it. but I dont understand how use it.

torshind
03-20-2010, 01:27 PM
THX I know it. but I dont understand how use it.

You can see the Ported Asteroids example (http://doc.trolltech.com/4.6/graphicsview-portedasteroids.html), in particular the toplevel.* files.