|
ORE Studio 0.0.4
|
Dialog for viewing the version history of a report instance. More...
#include <ReportInstanceHistoryDialog.hpp>
Inherits QWidget.

Signals | |
| void | statusChanged (const QString &message) |
| void | errorOccurred (const QString &error_message) |
| void | openVersionRequested (const reporting::domain::report_instance &instance, int versionNumber) |
| void | revertVersionRequested (const reporting::domain::report_instance &instance) |
Public Member Functions | |
| ReportInstanceHistoryDialog (const boost::uuids::uuid &id, const QString &code, ClientManager *clientManager, QWidget *parent=nullptr) | |
| void | loadHistory () |
Dialog for viewing the version history of a report instance.
Shows all historical versions of a report instance with ability to view details or revert to a previous version.