qt-material-widgets/examples/mainwindow.h

16 lines
231 B
C
Raw Normal View History

2016-03-18 14:21:45 +00:00
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QtWidgets/QMainWindow>
2016-03-18 14:21:45 +00:00
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
};
2016-03-18 14:21:45 +00:00
#endif // MAINWINDOW_H