summaryrefslogtreecommitdiffstats
path: root/tests/manual/qwidget_zorder
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Add copyright header so the autotest will pass.Paul Olav Tvete2009-12-071-0/+41
|
* Added a manual test for testing a z-order of overlapping widgets.Denis Dzyubenko2009-12-072-0/+83
The test uses QWidget::raise, lower and stackUnder functions. Reviewed-by: trustme