1// Copyright (C) 2015 The Qt Company Ltd.
 
    2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
 
    5\page qtmultimediawidgets-index.html
 
    6\title Qt Multimedia Widgets
 
    7\brief An add-on module which provides multimedia-related widgets.
 
    9Qt Multimedia Widgets provides additional multimedia-related widgets and
 
   10controls. The classes expand the capabilities of the \l{Qt Multimedia} and
 
   11\l{Qt Widgets} modules.
 
   13\section1 Getting Started
 
   15To link against the C++ libraries, add the following to your project's
 
   16\c CMakeLists.txt file. Substitute \c my_project with the name of your project.
 
   19find_package(Qt6 REQUIRED COMPONENTS MultimediaWidgets)
 
   20target_link_libraries(my_project PUBLIC Qt::MultimediaWidgets)
 
   25\li \l{Qt Multimedia Widgets C++ Classes}{C++ Classes}
 
   31\li \l{Media Player Example}
 
   32\li \l{Video Graphics Item Example}
 
   33\li \l{Video Widget Example}