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> 58 void keyPressEvent(QKeyEvent *event) Q_DECL_OVERRIDE;
59 void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE;
62 void open(
bool checked);
71 #endif // OPENSHOT_PLAYER_H This class is used to playback a video from a reader.
This namespace is the default namespace for all code in the openshot library.