qfedu-qt-level/MenuBarTest/mainwindow.h

15 lines
217 B
C
Raw Normal View History

2023-08-08 17:43:15 +08:00
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
};
#endif // MAINWINDOW_H