summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtabletevent/regular_widgets
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Add missing license header.Jason McDonald2010-06-301-0/+41
|
* Add a manual test for regular widget interaction with the table.Benjamin Poulain2010-06-282-0/+112
The code paths are different if the tablet event is accepted or not. This manuel test show the events received from tablet and mouse to make sure we get the right events in the right order.