Video Widget Example¶
Implementing a video player widget
videoplayer.cpp Example File¶
videoplayer.h Example File¶
main.cpp Example File¶
videowidget.pro Example File¶
Implementing a video player widget.
Video Widget demonstrates how to implement a video widget using QAbstractVideoSurface.
Running the Example¶
To run the example from Qt Creator , open the Welcome mode and select the example from Examples . For more information, visit Building and Running an Example.