40 #ifndef __OPENFLUID_UICOMMON_RUNCLISIMULATIONDIALOG_HPP__
41 #define __OPENFLUID_UICOMMON_RUNCLISIMULATIONDIALOG_HPP__
52 class RunCLISimulationDialog;
56 class QRegularExpression;
59 namespace openfluid {
namespace ui {
namespace common {
68 Ui::RunCLISimulationDialog* ui;
72 std::unique_ptr<QProcess> mp_Process;
74 std::unique_ptr<QRegularExpression> mp_ANSIRegex;
Definition: MessageDialog.hpp:56
Definition: RunCLISimulationDialog.hpp:63
virtual ~RunCLISimulationDialog()
void showEvent(QShowEvent *event)
bool event(QEvent *event)
RunCLISimulationDialog(QWidget *Parent, const QString &PrjPath)
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: AboutDialog.hpp:51
Definition: ApplicationException.hpp:47