8#include "exportwidget.h"
9#include "progresswidget.h"
10#include "progressdisplay.h"
34 explicit OutputWidget(QWidget *parent =
nullptr, QString title =
"Output");
65 void setResolutionList(QStringList resList,
int idx);
66 void setResolution(QString resolution);
67 void setResolutionValid(
bool valid);
69 QString getExportFormat();
70 ExportFormat getExportFormatEnum();
71 bool setOutputFormat(QString format);
72 bool setOutputFormat(ExportFormat format);
87 void enableFormat(QString format,
bool enable);
88 void enableFormat(ExportFormat format,
bool enable);
90 std::shared_ptr<MaskStackView> getMaskStackView();
153 void slot_pathChanged(
const QString &path);
156 void slot_reconstruct();