Switching to linux for development of pglab.
Switched from qmake to cmake. Code changes to make it compile.
This commit is contained in:
parent
dd9906dbd8
commit
04723a289b
142 changed files with 124 additions and 83 deletions
22
pglab/ProcessStdioWidget.h
Normal file
22
pglab/ProcessStdioWidget.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue