Forgot to add untracked files.
This commit is contained in:
parent
73528ca965
commit
a2f39692a2
5 changed files with 181 additions and 0 deletions
22
src/ProcessStdioWidget.h
Normal file
22
src/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