ref: add entry widget and list of changes

This commit is contained in:
semenov
2024-12-12 12:56:20 +03:00
parent 9991631dd2
commit 4e19ff42c5
34 changed files with 2634 additions and 785 deletions

View File

@@ -27,11 +27,13 @@ SOURCES += \
Core\tools.cpp\
Core\hashcomparer.cpp \
commonbuttongroupwidget.cpp \
entrywidget.cpp \
instructorbuttongroupwidget.cpp \
main.cpp \
mainwindow.cpp \
mywinheader.cpp \
updatenotifywidget.cpp
updatenotifywidget.cpp \
updatewidget.cpp
HEADERS += \
Core\sendsystem.h \
@@ -46,16 +48,20 @@ HEADERS += \
Core\hashcomparer.h \
Datas.h \
commonbuttongroupwidget.h \
entrywidget.h \
instructorbuttongroupwidget.h \
mainwindow.h \
mywinheader.h \
updatenotifywidget.h
updatenotifywidget.h \
updatewidget.h
FORMS += \
commonbuttongroupwidget.ui \
entrywidget.ui \
instructorbuttongroupwidget.ui \
mainwindow.ui \
updatenotifywidget.ui
updatenotifywidget.ui \
updatewidget.ui
TRANSLATIONS = QtLanguage_ru.ts\
QtLanguage_eng.ts