summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/knobs
Commit message (Collapse)AuthorAgeFilesLines
* Fix license headers after multitouch+gestures merge.Jason McDonald2009-06-293-15/+15
| | | | | | | Commercial license headers belong in source packages only. The repo must have the pre-release license headers. Reviewed-by: Trust Me
* Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-293-9/+9
| | | | Reviewed-by: Trust Me
* enable touch events on all views if an item has touch enabledBradley T. Hughes2009-06-111-1/+0
|
* remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-7/+7
| | | | | | | | | the API for these 2 classes is identical, the implementation is almost identical, they share the same data structures, so bite the bullet and merge them. this means we go back to using screenPos() instead of globalPos() again
* Compile after API updatesBradley T. Hughes2009-06-051-4/+4
|
* Accept TouchBegin events by default if they are enabledBradley T. Hughes2009-06-051-4/+0
| | | | | | After an API review round, we agreed that it makes sense for the TouchBegin event to default to accepted if the widget has subscribed to receive touch events.
* make the red and green children items largerBradley T. Hughes2009-05-131-4/+4
|
* show the example maximized, not fullscreenBradley T. Hughes2009-03-251-1/+1
|
* add a multitouch example that shows how to handle multitouch events in ↵Bradley T. Hughes2009-03-254-0/+216
QGraphicsItems