aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-04 16:00:37 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-04 16:00:37 +0200
commit7ee1669522bdb6c2c6dae6a0ad7f9a9a60f87ff5 (patch)
treee97658f411184a15a0d893f9bfda225a606f03a0 /mainwindow.h
downloadminimal-qt-7ee1669522bdb6c2c6dae6a0ad7f9a9a60f87ff5.tar.gz
minimal-qt-7ee1669522bdb6c2c6dae6a0ad7f9a9a60f87ff5.zip
Initial commit
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