Added gui widgets as own classes, part I

This commit is contained in:
2026-01-10 14:39:43 +01:00
parent 9f0382965f
commit dc3669f513
6 changed files with 167 additions and 130 deletions

View File

@@ -49,9 +49,10 @@ SOURCES += \
bcanimateddelegate.cpp \
bcdeviceview.cpp \
bcdriver.cpp \
bcdriverstatewidget.cpp \
bcdrivertinycan.cpp \
bcguihelpers.cpp \
bcsliderstyle.cpp \
bcthemeswitchbutton.cpp \
bctransmitter.cpp \
bcvalue.cpp \
bcvaluemodel.cpp \
@@ -66,10 +67,11 @@ HEADERS += \
bcanimateddelegate.h \
bcdeviceview.h \
bcdriver.h \
bcdriverstatewidget.h \
bcdrivertinycan.h \
bcguihelpers.h \
bcmainwindow.h \
bcsliderstyle.h \
bcthemeswitchbutton.h \
bctransmitter.h \
bcvalue.h \
bcvaluemodel.h \