summaryrefslogtreecommitdiffstats
path: root/src/pdfquick/doc/src/qtquickpdf-module.qdoc
blob: a4ca0d9e8b0df6471e319fc4cf0b208057ad1941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \qmlmodule QtQuick.Pdf
    \title Qt Quick PDF QML Types
    \ingroup qmlmodules
    \brief Provides QML types for handling PDF documents.
    \since 5.14

    This QML module contains types for handling PDF documents.

    To use the types in this module, import the module with the following line:

    \qml
    import QtQuick.Pdf
    \endqml
*/