#ifndef OUTPUTDIALOG_H #define OUTPUTDIALOG_H #include #include "check/check.h" namespace Ui { class OutputDialog; } class OutputDialog : public QDialog { Q_OBJECT public: explicit OutputDialog(QWidget *parent = nullptr, Check = Check()); ~OutputDialog(); private: Ui::OutputDialog *ui; }; #endif // OUTPUTDIALOG_H