first commit

This commit is contained in:
fourtf
2016-12-29 17:31:07 +01:00
parent 39c59e1df7
commit b9073b3cc2
13 changed files with 248 additions and 0 deletions
+22
View File
@@ -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