base viewmodel and interactions
This commit is contained in:
parent
50aa95e659
commit
d69b18f083
14 changed files with 228 additions and 77 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue