MOUSE + QT

Jorge
I try use mouse in QT aplication. but not work.
anyone know how to do it work?

davef
Another one to try is your list on environment variables:

export QWS_MOUSE_PROTO="MouseMan:/dev/input/mouse1
tslib:/dev/input/touchscreen0"

instead of:
export QWS_MOUSE_PROTO=tslib:/dev/input/touchscreen0"

Jorge
thx

i will try it