PDA

View Full Version : qt embedded key input problem



BalaQT
19th July 2010, 11:33
hi,
We are using Qt embedded 4.5 in arm. we are facing key input problem.
when we run application like ./hello -qws , application accepts all the key inputs from keypad.
but suddenly the app didnt receive the keyinput and keyinput is going to the terminal window. after killing and restarting the applicaiton, we are able to input properly. but after some time , the key input again goes to the terminal window.
we are using keypad connected via usb.
env variable: QWS_KEYBOARD=export QWS_KEYBOARD=USB:dev/input/event1

pls guide me?

bala