qt5base-lts/tests/manual/qtbug-8933
Friedemann Kleint 37842c2fdb Compile most manual tests with Qt 4.
Replace <QtWidgets> includes by class includes, remove tests
that do not compile.

Change-Id: I52837e8c567dc8ac365c7d43c37beb9a368f6f72
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-03-22 19:52:26 +01:00
..
main.cpp Compile most manual tests with Qt 4. 2013-03-22 19:52:26 +01:00
qtbug-8933.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
widget.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
widget.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
widget.ui Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00

The purpose of this test is to check if the full screen mode in OSX is working properly or not.
This test creates a widget and 5 seconds later enters full screen mode. If you hover over the area
where the menubar should be you will get no menubar. After 5 more seconds (i.e. 10 seconds since
start) a menubar is created. At that point, if you hover over the menubar area you will get the
menubar. 5 seconds later the menubar is destroyed and if you hover over there will be no menubar.
After 5 more seconds the widget goes back to normal mode and the test is finished.