Added gui prototype
This commit is contained in:
18
doc/gui_test/mainwindow.h
Normal file
18
doc/gui_test/mainwindow.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef MAINWINDOW_H
|
||||
#define MAINWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <ui_mainwindow.h>
|
||||
|
||||
class MainWindow : public QMainWindow, public Ui_MainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
MainWindow (QWidget *parent = nullptr);
|
||||
~MainWindow ();
|
||||
|
||||
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
Reference in New Issue
Block a user