QT += widgets
SOURCES += \
    main.cpp \
    tabletwidget.cpp
HEADERS += \
    tabletwidget.h
