![]() |
NDEVR
API Documentation
|
Dialog for creating a new user account on an OWL server. More...
Public Member Functions | |
| CreateAccountDialog (OWLClientInterface *server_actions, QWidget *parent=nullptr) | |
| Constructs the account creation dialog. | |
| void | canceledSignal () |
| Emitted when the user cancels account creation. | |
| void | finishedSignal () |
| Emitted when account creation has finished successfully. | |
| void | setConnection (const NDEVRServerManager::OWLServer &server) |
| Sets the server connection to create the account on. | |
| QSize | sizeHint () const override |
| Returns the recommended size for the dialog. | |
| ServerUserInfo | userInfo () const |
| Returns the user information entered in the dialog. | |
Protected Member Functions | |
| void | updatePasscodeDisplay () |
| Updates the passcode strength display based on current input. | |
Dialog for creating a new user account on an OWL server.
Collects user credentials and account information, then submits them to the OWL server for account creation.
Definition at line 49 of file CreateAccountDialog.h.
| CreateAccountDialog::CreateAccountDialog | ( | OWLClientInterface * | server_actions, |
| QWidget * | parent = nullptr ) |
Constructs the account creation dialog.
| [in] | server_actions | The OWL client interface for server communication. |
| [in] | parent | Optional parent widget. |
| void CreateAccountDialog::setConnection | ( | const NDEVRServerManager::OWLServer & | server | ) |
Sets the server connection to create the account on.
| [in] | server | The OWL server connection information. |
|
override |
Returns the recommended size for the dialog.
| ServerUserInfo CreateAccountDialog::userInfo | ( | ) | const |
Returns the user information entered in the dialog.