qt5base-lts/tests/manual/windowflags/windowflags.pro
Morten Johan Sorvig 128b7c56b7 Implement QCocoaWindow::setWindowState.
Add window state change notification logic. Send
and expose event in addition to window state change
on window restore since the QWidget logic expects
this.

Modify QCocoaWindow::setVisible to sync up window
state that may have been set on the hidden window.

Refactor NSWindow event observing to use one observer
function for all notifications.

Add window state testing to tests/manual/windowflags
Add delay after showFullScreen in tst_qstatusbar to
wait for the Lion fullscreen transition.

Change-Id: I57c523cedd0644d4181b40d72046fad4fdb09a9c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-04-20 10:29:14 +02:00

9 lines
198 B
Prolog

QT += widgets
HEADERS = controllerwindow.h \
previewwindow.h
SOURCES = controllerwindow.cpp \
previewwindow.cpp \
main.cpp
QT += widgets