Qt 5.10 Book Examples
|
#include <VideoPlayer.h>
Public Member Functions | |
VideoPlayer (QWidget *pwgt=0) | |
Public Member Functions inherited from SoundPlayer | |
SoundPlayer (QWidget *pwgt=0) | |
Additional Inherited Members | |
Protected Attributes inherited from SoundPlayer | |
QMediaPlayer * | m_pmp |
QVBoxLayout * | m_pvbxMainLayout |
Definition at line 15 of file VideoPlayer.h.
VideoPlayer::VideoPlayer | ( | QWidget * | pwgt = 0 | ) |
!! workaround for different resolutions of QMediaPlayer & QVideoWidget
Definition at line 17 of file VideoPlayer.cpp.