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

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