qtbase/tests/manual/windowflags/windowflags.pro
Tor Arne Vestbø 6d4a717152 Improve windowflags manual test
Group the Qt::CustomizeWindowHint specific flags separately, to make
it clear that they only apply if Qt::CustomizeWindowHint is set, and
give the QWindow preview window a title.

Add option to visualize the safe areas of the window.

Change-Id: I25ae7229b47ceaaa02f4be5a8210dbe44f54b6fa
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2024-11-21 17:49:37 +01:00

13 lines
297 B
Prolog

TARGET = tst_manual_windowflags
HEADERS = controllerwindow.h \
previewwindow.h \
controls.h
SOURCES = controllerwindow.cpp \
previewwindow.cpp \
main.cpp \
controls.cpp
QT += widgets gui-private