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

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