Qt Multimedia 小工具

Qt Multimedia 小工具提供了更多与多媒体相关的小工具和控件。这些类扩展了 Qt MultimediaQt Widgets模块的功能。

开始使用

要链接 C++ 库,请在项目的CMakeLists.txt 文件中添加以下内容。用项目名称代替my_project

find_package(Qt6 REQUIRED COMPONENTS MultimediaWidgets)
target_link_libraries(my_project PUBLIC Qt::MultimediaWidgets)

示例

示例

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.