Introduce TextoutputLabel: Resizes automatically with text

This commit is contained in:
2021-05-08 20:47:30 +02:00
vanhempi 7c15d7b145
commit 6d78dbe92e
3 muutettua tiedostoa jossa 53 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -12,6 +12,7 @@ HEADERS += calculationengine.h \
entrypushbutton.h \
settingsprovider.h \
singleinstanceserver.h \
textoutputlabel.h \
window.h
SOURCES += calculationengine.cpp \
entryprovider.cpp \
@@ -19,6 +20,7 @@ SOURCES += calculationengine.cpp \
main.cpp \
settingsprovider.cpp \
singleinstanceserver.cpp \
textoutputlabel.cpp \
window.cpp
QT += widgets sql network
QT_CONFIG -= no-pkg-config