|
ORE Studio 0.0.4
|
Modal dialog for selecting a party from a list of available parties. More...
#include <PartyPickerDialog.hpp>
Inherits QDialog.

Public Member Functions | |
| PartyPickerDialog (const std::vector< PartyInfo > &parties, ClientManager *clientManager, QWidget *parent=nullptr) | |
| Construct PartyPickerDialog. | |
| boost::uuids::uuid | selectedPartyId () const |
| Get the UUID of the selected party. | |
| QString | selectedPartyName () const |
| Get the name of the selected party. | |
Modal dialog for selecting a party from a list of available parties.
Shown after login when the account is associated with multiple parties. The user must select exactly one party to bind the session context.
|
explicit |
Construct PartyPickerDialog.
| parties | The list of parties to choose from. |
| clientManager | Pointer to the application's client manager. |
| parent | Parent widget. |