TEMPLATE = app
TARGET= lineedits
QT += widgets

SOURCES += \
    main.cpp \
    window.cpp
HEADERS += \
    window.h
