|
ORE Studio 0.0.4
|
Dialog for user authentication and server connection. More...
#include <LoginDialog.hpp>
Inherits QDialog.

Signals | |
| void | loginCompleted (const LoginResult &result) |
Public Member Functions | |
| LoginDialog (ClientManager *clientManager, QWidget *parent=nullptr) | |
| Construct LoginDialog. | |
| std::string | getUsername () const |
| Get the logged-in username. | |
Dialog for user authentication and server connection.
Presents a login form with username, password, server host, and port fields. Delegates connection and login logic to the provided ClientManager.
|
explicit |
Construct LoginDialog.
| clientManager | Pointer to the application's client manager. |
| parent | Parent widget. |
| std::string getUsername | ( | ) | const |
Get the logged-in username.