Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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
9
Qt Multimedia Widgets provides additional multimedia-related widgets and
10
controls. The classes expand the capabilities of the \l{Qt Multimedia} and
11
\l{Qt Widgets} modules.
12
13
\section1 Getting Started
14
15
To 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
19
find_package(Qt6 REQUIRED COMPONENTS MultimediaWidgets)
20
target_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
*/
qtmultimedia
src
multimediawidgets
doc
src
qtmultimediawidgets-index.qdoc
Generated on
for Qt by
1.14.0