aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
new file mode 100644
index 0000000..ef1225e
--- /dev/null
+++ b/mainwindow.h
@@ -0,0 +1,19 @@
1#include <QMainWindow>
2
3QT_BEGIN_NAMESPACE
4namespace Ui {
5class MainWindow;
6}
7QT_END_NAMESPACE
8
9class MainWindow : public QMainWindow
10{
11 Q_OBJECT
12
13public:
14 MainWindow(QWidget *parent = nullptr);
15 ~MainWindow();
16
17private:
18 Ui::MainWindow *ui;
19};

Generated with cgit - Back to sebastiano.tronto.net