Qt Multimedia Widgets

Qt Multimedia Widgets provides additional multimedia-related widgets and controls. The classes expand the capabilities of the Qt Multimedia and Qt Widgets modules.

Getting Started

To enable Qt Multimedia Widgets in a project, add this directive into the C++ files:


  #include <QtMultimediaWidgets>

To link against the C++ libraries, add the following to your qmake project file:


  QT += multimediawidgets

Reference

Examples