Add registration dialog and bare-minimum auth
This commit is contained in:
parent
42bf5da2a3
commit
1e30ca20e7
13 changed files with 658 additions and 41 deletions
|
|
@ -14,17 +14,22 @@ SOURCES += \
|
|||
objects/profession.cpp \
|
||||
objects/user.cpp \
|
||||
objects/userprofession.cpp \
|
||||
db/database.cpp
|
||||
db/database.cpp \
|
||||
registrationdialog.cpp \
|
||||
viewmodels/userprofessionviewmodel.cpp
|
||||
|
||||
HEADERS += \
|
||||
loginwindow.h \
|
||||
objects/profession.h \
|
||||
objects/user.h \
|
||||
objects/userprofession.h \
|
||||
db/database.h
|
||||
db/database.h \
|
||||
registrationdialog.h \
|
||||
viewmodels/userprofessionviewmodel.h
|
||||
|
||||
FORMS += \
|
||||
loginwindow.ui
|
||||
loginwindow.ui \
|
||||
registrationdialog.ui
|
||||
|
||||
# Default rules for deployment.
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue