summaryrefslogtreecommitdiffstats
path: root/tests/manual/qwidget_zorder
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
* 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