38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
8 lines
570 B
Plaintext
8 lines
570 B
Plaintext
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.
|
|
|