OGS
ModellingTabWidget.h
Go to the documentation of this file.
1 
15 #pragma once
16 
17 // ** INCLUDES **
18 #include "ui_ModellingTabWidgetBase.h"
19 
23 class ModellingTabWidget : public QWidget, public Ui_ModellingTabWidgetBase
24 {
25  Q_OBJECT
26 
27 public:
28  explicit ModellingTabWidget(QWidget* parent = nullptr);
29 
30 private slots:
31 
32 signals:
33 };
Widget containing the ProcessView.
ModellingTabWidget(QWidget *parent=nullptr)