base viewmodel and interactions

This commit is contained in:
Andrew nuark G 2020-12-21 23:39:04 +07:00
parent 50aa95e659
commit d69b18f083
14 changed files with 228 additions and 77 deletions

View file

@ -24,7 +24,8 @@ SOURCES += \
system/auth_system.cpp \
system/object_system.cpp \
usereditdialog.cpp \
vesseleditdialog.cpp
vesseleditdialog.cpp \
viewmodels/usersviewmodel.cpp
HEADERS += \
adminpanel.h \
@ -43,7 +44,8 @@ HEADERS += \
system/auth_system.h \
system/object_system.h \
usereditdialog.h \
vesseleditdialog.h
vesseleditdialog.h \
viewmodels/usersviewmodel.h
FORMS += \
adminpanel.ui \