FactDev
0.1
|
The UserDataDialog class Window to fill user data. More...
#include <userdatadialog.h>
Public Slots | |
void | checkFields () |
UserDataDialog::checkFields Check all fields of dialog components. | |
Public Member Functions | |
UserDataDialog (QWidget *parent=0) | |
UserDataDialog::UserDataDialog Construct a window with user data. More... | |
void | fillFields () |
UserDataDialog::fillFields Fill line edits with the data of the user. | |
void | accept () |
UserDataDialog::accept Valid data inputed by user and add these data in Database. | |
void | reject () |
UserDataDialog::reject Cancel the operation and close the windows. | |
void | browseWorkspacePath () |
The UserDataDialog class Window to fill user data.
|
explicit |
UserDataDialog::UserDataDialog Construct a window with user data.
parent |