82c3e9edc2
- Make the subject of the Property watcher settable. - Embed it into a QMainWindow with menu and listen to the screen changed event, setting the new screen with a message about the position. - Remove hash, close obsolete windows by iterating over the top levels looking for the screen. Change-Id: I4ed1122bab7c0cd9676d63995ce85a44719f4ba6 Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
14 lines
204 B
Prolog
14 lines
204 B
Prolog
QT += core gui widgets
|
|
CONFIG += console
|
|
|
|
TARGET = qscreen
|
|
TEMPLATE = app
|
|
|
|
SOURCES += main.cpp \
|
|
propertywatcher.cpp \
|
|
propertyfield.cpp
|
|
|
|
HEADERS += \
|
|
propertywatcher.h \
|
|
propertyfield.h
|