[Qt-interest] information on 'tslib'
Lorn Potter
lpotter at trolltech.com
Mon Jan 5 23:02:01 CET 2009
Avishek_Sharma wrote:
> Hi everyone,
> can anyone give me some good informative links on 'tslib' and how to configure it/use it.I don't have any idea about tslib except that it's some linux library for touch support .
tslib lives here:
http://tslib.berlios.de/
The readme is here:
http://svn.berlios.de/viewcvs/tslib/trunk/tslib/README?view=markup
The documentation is almost non existent, but there are examples and the source is of coarse, readable.
>
> A few more queries.
> 1)If i develop some Qt application(am using QT 4.4.3) with touch screen feature and install it in an S60 phone.Will it work there as well without any changes in the code?
Written properly, a Qt application for touchscreens can be used with any device. The touch screen is
basically used as a mouse, so it doesn't matter to an application whether Qt is using tslib, the
Linux touchpad driver, or desktop mouse.
> Or, is there some equivalent of 'tslib' for the Qt+S60 combination.If so,please let me know what it is.
Not quite sure what Qt for S60 will use for touchscreen back-end, but an average application won't
need to care.
> 2)From which version of QT is touch facility supported?is it from 4x onwards or 3x onwards.
> Thanks in advance.
Qt Embedded started in the Qt 2.2 series, so it has been many years since Qt has had touchscreen
support.
--
Lorn 'ljp' Potter
Software Engineer, Systems Group, Qt Software, Nokia Pty Ltd
More information about the Qt-interest-old
mailing list