qt5base-lts/tests/manual/qtbug-8933
Lucie Gérard 05fc3aef53 Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
Files that have to be modified by hand are modified.
License files are organized under LICENSES directory.

Task-number: QTBUG-67283
Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-05-16 16:37:38 +02:00
..
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtbug-8933.pro
README
widget.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
widget.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
widget.ui

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.