|
ORE Studio 0.0.4
|
Dialog for users to manage their own account details. More...
#include <MyAccountDialog.hpp>
Inherits QDialog.

Signals | |
| void | changePasswordCompleted (bool success, const QString &error_message) |
| void | saveEmailCompleted (bool success, const QString &error_message) |
Public Member Functions | |
| MyAccountDialog (ClientManager *clientManager, QWidget *parent=nullptr) | |
| Construct MyAccountDialog. | |
Dialog for users to manage their own account details.
Allows users to:
This dialog is accessed via File > My Account menu item and is available only when the user is logged in.
|
explicit |
Construct MyAccountDialog.
| clientManager | Pointer to the application's client manager. |
| parent | Parent widget. |