ORE Studio 0.0.4
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
MyAccountDialog Class Reference

Widget for users to manage their own account details. More...

#include <MyAccountDialog.hpp>

Inherits QWidget.

Collaboration diagram for MyAccountDialog:
Collaboration graph

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MyAccountDialog()

MyAccountDialog ( ClientManager clientManager,
QWidget *  parent = nullptr 
)
explicit

Construct MyAccountDialog.

Parameters
clientManagerPointer to the application's client manager.
parentParent widget.