feat: change buttonsView

* add buttonsView common(complete)
* add buttonsView instructor(notWorking)
* BUGFIX sendSystem meth update files
* BUGFIX updateController meth checkNeedUpdate
This commit is contained in:
semenov
2024-12-11 17:10:34 +03:00
parent 8a0695108c
commit 9039107ad9
80 changed files with 145071 additions and 8038 deletions

View File

@@ -26,6 +26,8 @@ SOURCES += \
Core\tcpclient.cpp\
Core\tools.cpp\
Core\hashcomparer.cpp \
commonbuttongroupwidget.cpp \
instructorbuttongroupwidget.cpp \
main.cpp \
mainwindow.cpp \
mywinheader.cpp \
@@ -43,11 +45,15 @@ HEADERS += \
Core\tools.h\
Core\hashcomparer.h \
Datas.h \
commonbuttongroupwidget.h \
instructorbuttongroupwidget.h \
mainwindow.h \
mywinheader.h \
updatenotifywidget.h
FORMS += \
commonbuttongroupwidget.ui \
instructorbuttongroupwidget.ui \
mainwindow.ui \
updatenotifywidget.ui