Qt Multimedia Widgets 提供额外多媒体相关 Widget 和控件。这些类扩展能力在 Qt Multimedia and Qt Widgets 模块。
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)