summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mousebuttons/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moving .qdoc files under examples/widgets/docGabriel de Dietrich2012-08-201-66/+0
| | | | | | | | | | Updated those .qdoc files to refer to the new relative examples emplacement. Images and snippets to be moved later. Also grouped all widgets related examples under widgets. Change-Id: Ib29696e2d8948524537f53e8dda88f9ee26a597f Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com>
* add widget mousebuttons example 'mousetester'.Rick Stockton2012-03-061-0/+66
This is an xev-like program. A user clicks a mouse button inside the Window, and the program displays (a) the "raw" button number; (b) the corresponding Qt::MouseButton name; and (c) the type of mouse Event. Task-number: QTBUG-24112 Change-Id: I8a76ff37b5b85639f662706072cc4a2ce490754b Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>