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

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

#include <MyAccountDialog.hpp>

Inherits QDialog.

Collaboration diagram for MyAccountDialog:
Collaboration graph

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MyAccountDialog()

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

Construct MyAccountDialog.

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