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)