diff options
Diffstat (limited to '')
-rw-r--r-- | include/diagram/branchstatement.hpp (renamed from src/diagram/BranchStatement.hpp) | 0 | ||||
-rw-r--r-- | include/diagram/iteratorstatement.hpp (renamed from src/diagram/IteratorStatement.hpp) | 0 | ||||
-rw-r--r-- | include/diagram/scope.hpp (renamed from src/diagram/Scope.hpp) | 0 | ||||
-rw-r--r-- | include/diagram/statement.hpp (renamed from src/diagram/Statement.hpp) | 0 | ||||
-rw-r--r-- | include/diagram/structogram.hpp (renamed from src/diagram/Structogram.hpp) | 0 | ||||
-rw-r--r-- | include/ui/mainwindow.h | 22 |
6 files changed, 22 insertions, 0 deletions
diff --git a/src/diagram/BranchStatement.hpp b/include/diagram/branchstatement.hpp index b7cc495..b7cc495 100644 --- a/src/diagram/BranchStatement.hpp +++ b/include/diagram/branchstatement.hpp diff --git a/src/diagram/IteratorStatement.hpp b/include/diagram/iteratorstatement.hpp index a14d78d..a14d78d 100644 --- a/src/diagram/IteratorStatement.hpp +++ b/include/diagram/iteratorstatement.hpp diff --git a/src/diagram/Scope.hpp b/include/diagram/scope.hpp index bf85759..bf85759 100644 --- a/src/diagram/Scope.hpp +++ b/include/diagram/scope.hpp diff --git a/src/diagram/Statement.hpp b/include/diagram/statement.hpp index ab8c5b7..ab8c5b7 100644 --- a/src/diagram/Statement.hpp +++ b/include/diagram/statement.hpp diff --git a/src/diagram/Structogram.hpp b/include/diagram/structogram.hpp index 84a4b84..84a4b84 100644 --- a/src/diagram/Structogram.hpp +++ b/include/diagram/structogram.hpp diff --git a/include/ui/mainwindow.h b/include/ui/mainwindow.h new file mode 100644 index 0000000..a3948a9 --- /dev/null +++ b/include/ui/mainwindow.h @@ -0,0 +1,22 @@ +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include <QMainWindow> + +namespace Ui { +class MainWindow; +} + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + explicit MainWindow(QWidget *parent = 0); + ~MainWindow(); + +private: + Ui::MainWindow *ui; +}; + +#endif // MAINWINDOW_H |