Qt Embedded && TouchScreen
-
wrote on 3 Apr 2012, 12:40 last edited by
Hi all,
I need some information about using touchscreen in Qt Embedded.I don't understand very well what does it mean that Qt Embedded support touchscreen...
I know that I can configure my system (Linux, Windows etc...) to use a TS monitor (USB or serial) so every application I run I can use "touch" interaction.
So why should Qt Embedded support touchscreen?
Could I use TS in a system without configuring it on the operating system ?Sorry but I think to be confused about...
-
wrote on 3 Apr 2012, 13:52 last edited by
Hello luca
with qt-embedded you can use usb or serial touch screen supported by the ts-library and/or you can code your own plug-in.
take a look at QWSCalibratedMouseHandler and QMouseDriverPlugin.
in the past years I've succesflully use these to manage a PenMount PM6500 and a Higgstec HT580 controllers...
best regards
Giampaolo
2/2