PDA

View Full Version : Touch screen signature capture using QPainter



Askar
18th February 2010, 04:55
Dear all,
Good morning, I'm doing touch screen signature capture application. now i planned to do it like getting touch screen coordinates & draw it using QPainter, i did like that but the drawing process is slower than fetching screen co-ords, so some co-ords are missed to draw. how can i solve this prob any ideas.
Thanks

Regards,
askar

aamer4yu
18th February 2010, 05:55
Have a look at the Tablet demo in Qt Demos ( Qt Demos --> Widgets --> Tablet ).
I guess its something similar what you want :-)