28 #ifndef OPENSHOT_PLAYER_DEMO_H 29 #define OPENSHOT_PLAYER_DEMO_H 31 #include <QtWidgets/QWidget> 32 #include <QtWidgets/QBoxLayout> 33 #include <QtWidgets/QMenuBar> 34 #include <QtWidgets/QMenu> 35 #include <QtGui/qevent.h> 36 #include <QApplication> 57 void keyPressEvent(QKeyEvent *event);
58 void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE;
61 void open(
bool checked);
70 #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.