pgLab/pglab/ProcessStdioWidget.h
Eelke Klein 04723a289b Switching to linux for development of pglab.
Switched from qmake to cmake. Code changes to make it compile.
2017-08-23 08:10:01 +02:00

22 lines
335 B
C++

#ifndef PROCESSSTDIOWIDGET_H
#define PROCESSSTDIOWIDGET_H
#include <QWidget>
namespace Ui {
class ProcessStdioWidget;
}
class ProcessStdioWidget : public QWidget
{
Q_OBJECT
public:
explicit ProcessStdioWidget(QWidget *parent = 0);
~ProcessStdioWidget();
private:
Ui::ProcessStdioWidget *ui;
};
#endif // PROCESSSTDIOWIDGET_H