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.