Hi David,
Are you using the QWS_MOUSE_PROTO variable? Something like:
export QWS_MOUSE_PROTO=tslib:/dev/input/event1
You can also make sure your TS is correctly calibrated by doing:
export TSLIB_TSDEVICE=/dev/input/event1
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_CALIBFILE=/etc/pointercal
export QWS_MOUSE_PROTO=tslib:/dev/input/event1
just make sure event1 is your TS.
Then run ts_calibrate:
ts_calibrate
And make sure the /etc/pointercal file was created. After this just run your Qt application.
Regards,
Edison