QT       += core gui widgets
TARGET = transientwindow
TEMPLATE = app
SOURCES += main.cpp\
        mainwindow.cpp
HEADERS  += mainwindow.h
