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

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

#include <ReportTypeHistoryDialog.hpp>

Inherits QWidget.

Collaboration diagram for ReportTypeHistoryDialog:
Collaboration graph

Signals

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

Public Member Functions

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

Detailed Description

Dialog for viewing the version history of a report type.

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