31 #ifndef OPENSHOT_PLAYER_DEMO_H
32 #define OPENSHOT_PLAYER_DEMO_H
34 #include <QtWidgets/QWidget>
35 #include <QtWidgets/QBoxLayout>
36 #include <QtWidgets/QMenuBar>
37 #include <QtWidgets/QMenu>
38 #include <QtGui/qevent.h>
39 #include <QApplication>
59 void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE;
62 void open(
bool checked);
71 #endif // OPENSHOT_PLAYER_H