|
ORE Studio 0.0.4
|
Dialog for viewing the version history of a dataset bundle. More...
#include <DatasetBundleHistoryDialog.hpp>
Inherits QWidget.

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