1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/examples/qqtframe3/mainwindow.h
2017-10-28 17:36:32 +08:00

18 lines
223 B
C++

#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QDialog>
class MainWindow : public QDialog
{
Q_OBJECT
public:
explicit MainWindow(QWidget* parent = 0);
~MainWindow();
private:
};
#endif // MAINWINDOW_H