\title
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 link against the C++ libraries, add the following to your project's CMakeLists.txt
file. Substitute my_project
with the name of your project.
find_package(Qt6 REQUIRED COMPONENTS MultimediaWidgets) target_link_libraries(my_project PUBLIC Qt::MultimediaWidgets)
References
- C++ Classes
Examples
- Camera Example
- Media Player Example
- Video Graphics Item Example
- Video Widget Example