Qt Multimedia ウィジェット
Qt Multimedia ウィジェットは、マルチメディア関連の追加ウィジェットやコントロールを提供します。これらのクラスは Qt Multimediaモジュールと Qt 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.