diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-18 10:58:29 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-18 10:58:29 (GMT) |
commit | 7e8734879ea7619a632553b59b2a8bd491033cce (patch) | |
tree | 982f3a0ad66404afcffe0a06be31c1aa4caf3602 /examples/multitouch/multitouch.pro | |
parent | 3b04dba36b31360d94583f382b9054bcdea0e2a7 (diff) | |
download | Qt-7e8734879ea7619a632553b59b2a8bd491033cce.zip Qt-7e8734879ea7619a632553b59b2a8bd491033cce.tar.gz Qt-7e8734879ea7619a632553b59b2a8bd491033cce.tar.bz2 |
update examples now that we get both touch and mouse events at the same time
added a new example to show how to enable touch for an existing widget (QDial in this case), and that
the mouse event emulation of QWidget does the Right Thing (tm)
Diffstat (limited to 'examples/multitouch/multitouch.pro')
-rw-r--r-- | examples/multitouch/multitouch.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multitouch/multitouch.pro b/examples/multitouch/multitouch.pro index b3d1d55..d5983eb 100644 --- a/examples/multitouch/multitouch.pro +++ b/examples/multitouch/multitouch.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS = pinchzoom fingerpaint knobs +SUBDIRS = pinchzoom fingerpaint knobs dials |