f4c1ae6726
Shows property values in fields which auto-update when the properties change. Change-Id: Ib97566a74cb8d0fff5f85bf97783e89dfb07481f Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
13 lines
186 B
Prolog
13 lines
186 B
Prolog
QT += core gui widgets
|
|
|
|
TARGET = qscreen
|
|
TEMPLATE = app
|
|
|
|
SOURCES += main.cpp \
|
|
propertywatcher.cpp \
|
|
propertyfield.cpp
|
|
|
|
HEADERS += \
|
|
propertywatcher.h \
|
|
propertyfield.h
|