summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/knobs
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Updated example license to three clause BSD license.David Boddie2010-05-193-83/+80
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Update copyright year to 2010Jason McDonald2010-01-063-3/+3
| | | | Reviewed-by: Trust Me
* Update license headers again.Jason McDonald2009-09-093-12/+12
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-313-39/+39
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-123-3/+3
| | | | Reviewed-by: Trust Me
* 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