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

Dialog for viewing the version history of a party type. More...

#include <PartyTypeHistoryDialog.hpp>

Inherits QWidget.

Collaboration diagram for PartyTypeHistoryDialog:
Collaboration graph

Signals

void statusChanged (const QString &message)
 
void errorOccurred (const QString &error_message)
 
void openVersionRequested (const refdata::domain::party_type &type, int versionNumber)
 
void revertVersionRequested (const refdata::domain::party_type &type)
 

Public Member Functions

 PartyTypeHistoryDialog (const QString &code, ClientManager *clientManager, QWidget *parent=nullptr)
 
void loadHistory ()
 

Detailed Description

Dialog for viewing the version history of a party type.

Shows all historical versions of a party type with ability to view details or revert to a previous version.