Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtmultimediawidgets-index.qdoc
Go to the documentation of this file.
1// Copyright (C) 2015 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qtmultimediawidgets-index.html
6\title Qt Multimedia Widgets
7\brief An add-on module which provides multimedia-related widgets.
8
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.
12
13\section1 Getting Started
14
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.
17
18\code
19find_package(Qt6 REQUIRED COMPONENTS MultimediaWidgets)
20target_link_libraries(my_project PUBLIC Qt::MultimediaWidgets)
21\endcode
22
23\section1 References
24\list
25\li \l{Qt Multimedia Widgets C++ Classes}{C++ Classes}
26\endlist
27
28\section1 Examples
29\list
30\li \l{Camera Example}
31\li \l{Media Player Example}
32\li \l{Video Graphics Item Example}
33\li \l{Video Widget Example}
34\endlist
35
36*/