Qt Multimedia Widgets
Qt Multimedia Widgets proporciona widgets y controles adicionales relacionados con multimedia. Las clases amplían las capacidades de los widgets Qt Multimedia y Qt Widgets de macOS.
Primeros pasos
Para enlazar con las librerías C++, añade lo siguiente al archivo CMakeLists.txt de tu proyecto. Sustituye my_project por el nombre de tu proyecto.
find_package(Qt6 REQUIRED COMPONENTS MultimediaWidgets) target_link_libraries(my_project PUBLIC Qt::MultimediaWidgets)
Referencias
Ejemplos
© 2026 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.