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>
13 lines
297 B
Prolog
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
|