diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-03-24 11:03:21 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-03-24 11:03:21 (GMT) |
commit | b9b9fc18d8ea5e9ddc2508ac6e9ce24960a8c24a (patch) | |
tree | 9bac80f5d3dae5c07785ff877df04cea825a41a7 /doc/src/snippets/code/src_gui_kernel_qkeysequence.cpp | |
parent | 075a8a30560e20fee94d47aa447daa15f4cb138f (diff) | |
download | Qt-b9b9fc18d8ea5e9ddc2508ac6e9ce24960a8c24a.zip Qt-b9b9fc18d8ea5e9ddc2508ac6e9ce24960a8c24a.tar.gz Qt-b9b9fc18d8ea5e9ddc2508ac6e9ce24960a8c24a.tar.bz2 |
implement support for touch events in QGraphicsScene
QGraphicsView will convert QTouchEvents to QGraphicsSceneTouchEvents
and send them to the scene. The scene will then send the touch events
to the appropriate item. Like mouse event support, the item that
accepts the touch begin is the item that will get all subsequent touch
events. if no item accepts the touch begin event, then no touch events
are sent to any item (and mouse events are sent instead).
Diffstat (limited to 'doc/src/snippets/code/src_gui_kernel_qkeysequence.cpp')
0 files changed, 0 insertions, 0 deletions