Introduce TextoutputLabel: Resizes automatically with text

This commit is contained in:
2021-05-08 20:47:30 +02:00
부모 7c15d7b145
커밋 6d78dbe92e
3개의 변경된 파일53개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -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