PDA

View Full Version : Qt Touch Screen Support



keyurapatel21
5th October 2011, 10:31
Hi,

Does Qt 460 for embedded supports touch screen handlers? if not then what is the way for getting support of that?
how to setup qt for touch screen embedded device.
How to set qt touch screen environment for my embedded device.

Ceaser88
14th October 2011, 10:08
QtQuick has better responsiveness and is much smoother than QtCreator(regular qt widgets) for touch screen devices. i'm new to developing on qt but i've done some mobile applications and i've seen quite a difference. and you can handle touch events easily with slots and signals(OnClicked, On Released, OnPressed...).

tamhanna
19th October 2011, 18:31
Attention: there are also signals emitted by Qt widgets. So it depends on what touchscreen support you want - why not tell us more?