mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: add entry widget and list of changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user