#ifndef MAINWINDOW_H #define MAINWINDOW_H #include class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow(QWidget * parent = 0, Qt::WindowFlags flags = 0); virtual ~MainWindow(); private: }; //! [0] #endif