Add a manual test for the window geometry.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Thu, 19 Apr 2012 09:04:54 +0000 (11:04 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 19 Apr 2012 17:46:07 +0000 (19:46 +0200)
commit93b34badfec4f602ccf482922bf04180d220c5ec
tree162c03a45883614d72839bb2391019bb5e9be4a1
parentc1bfcb29ff0d3ce703f3f83d2fd352efcbfcb000
Add a manual test for the window geometry.

Test positioning QWindow and QWidget (frame / normal geometry)
for testing QPA plugins.
The test can be built with  Qt 4 for comparison.

Change-Id: I695bf28d5fdf738262d322518d01ad04aa5056f5
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
tests/manual/manual.pro
tests/manual/windowgeometry/controllerwidget.cpp [new file with mode: 0644]
tests/manual/windowgeometry/controllerwidget.h [new file with mode: 0644]
tests/manual/windowgeometry/main.cpp [new file with mode: 0644]
tests/manual/windowgeometry/windowgeometry.pro [new file with mode: 0644]