PDA

View Full Version : Qt and touch gestures on tablet



Farel
11th April 2016, 21:48
Hello all,
I'm using Qt to develop an software which shall work on tablet with windows 10 OS. Actually, my Qt version is 5.5, installed on a windows 8 OS machine and I'm using a GPL licence.
I'm actually wondering if it's possible to handle touch gestures with my Qt licence, and how it could be possible.
Thanks.

anda_skoa
11th April 2016, 22:08
The choice of license does not change what Qt can do.

Both of Qt's UI technologies, QtWidgets and QtQuick, can handle touch events and gestures.

Cheers,
_