1 #ifndef USERDATADIALOG_H
2 #define USERDATADIALOG_H
5 #include "models/user.h"
7 using namespace Models;
50 void browseWorkspacePath();
61 Ui::UserDataDialog *ui;
66 #endif // USERDATADIALOG_H
The User class User of it application.
Definition: user.h:20
The UserDataDialog class Window to fill user data.
Definition: userdatadialog.h:21