diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-11-30 13:44:59 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-11-30 13:44:59 +0100 |
commit | 390726a83913552e63d4499d216ea6f370d6adad (patch) | |
tree | eabfb4cb6d2057c6160d687f2aaede5f24f15692 /QtClient/mainwindow.h | |
parent | 0daf8c516e48551098cc53f3f88cb52e9a47df35 (diff) |
Diffstat (limited to 'QtClient/mainwindow.h')
-rw-r--r-- | QtClient/mainwindow.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/QtClient/mainwindow.h b/QtClient/mainwindow.h deleted file mode 100644 index 57eb614..0000000 --- a/QtClient/mainwindow.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include <QMainWindow> -#include <QtSerialPort/QSerialPort> - -#include <QDebug> - -QT_BEGIN_NAMESPACE -namespace Ui { class MainWindow; } -QT_END_NAMESPACE - -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - MainWindow(QWidget *parent = nullptr); - ~MainWindow(); - -private slots: - void on_pushButton_clicked(); - -private: - Ui::MainWindow *ui; -}; -#endif // MAINWINDOW_H |