[Qt-interest] QTabletEvents as QMouseEvents?
Peter Hajas
legolover64 at gmail.com
Sun May 31 07:29:41 CEST 2009
Greetings!
I've recently become extremely interested in Qt. It's fast, easy to develop
for, and totally multiplatform deployable! Awesome!
Anyways, I've recently encountered some hiccups with software I'm writing.
This is software designed to be used by people with tablet and touch-enabled
computers. Unfortunately, for whatever reason, QTabletEvents on Mac OS X (my
development and testing environment) does not parse these QTabletEvents into
QMouseEvents. This means that, in any Qt app, (including Qt Creator!) my OS
X tablet is useless to click on user interface elements. I believe this is
because it is only sending a QTabletEvent and not a QMouseEvent.
Is there an easy way for me to consider all QTabletEvents as just
QMouseEvents? I would really not want to modify QPushButton, QLineEdit and
QWebView to do all this. Any ideas?
Thanks!
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090531/03673b2a/attachment.html
More information about the Qt-interest-old
mailing list