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

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qtmultimediawidgets-index.html