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.
Printable View
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.
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...).
Attention: there are also signals emitted by Qt widgets. So it depends on what touchscreen support you want - why not tell us more?