summaryrefslogtreecommitdiffstats
path: root/src/pdf/quick/plugins.qmltypes
blob: a30361d33d2851c324072c5e001647e762263e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable QtQuick.Pdf 5.14'

Module {
    dependencies: [
        "QtGraphicalEffects 1.12",
        "QtQuick 2.14",
        "QtQuick.Controls 2.14",
        "QtQuick.Controls.Fusion 2.14",
        "QtQuick.Controls.Fusion.impl 2.14",
        "QtQuick.Controls.Imagine 2.14",
        "QtQuick.Controls.Imagine.impl 2.14",
        "QtQuick.Controls.Material 2.14",
        "QtQuick.Controls.Material.impl 2.14",
        "QtQuick.Controls.Universal 2.14",
        "QtQuick.Controls.Universal.impl 2.12",
        "QtQuick.Controls.impl 2.14",
        "QtQuick.Shapes 1.14",
        "QtQuick.Templates 2.14",
        "QtQuick.Window 2.2"
    ]
    Component {
        name: "QQuickPdfDocument"
        prototype: "QObject"
        exports: ["QtQuick.Pdf/PdfDocument 5.14"]
        exportMetaObjectRevisions: [0]
        Property { name: "source"; type: "QUrl" }
        Property { name: "pageCount"; type: "int"; isReadonly: true }
        Property { name: "password"; type: "string" }
        Property { name: "status"; type: "QPdfDocument::Status"; isReadonly: true }
        Property { name: "title"; type: "string"; isReadonly: true }
        Property { name: "subject"; type: "string"; isReadonly: true }
        Property { name: "author"; type: "string"; isReadonly: true }
        Property { name: "keywords"; type: "string"; isReadonly: true }
        Property { name: "producer"; type: "string"; isReadonly: true }
        Property { name: "creator"; type: "string"; isReadonly: true }
        Property { name: "creationDate"; type: "QDateTime"; isReadonly: true }
        Property { name: "modificationDate"; type: "QDateTime"; isReadonly: true }
        Signal { name: "passwordRequired" }
        Signal { name: "metaDataLoaded" }
        Method {
            name: "pagePointSize"
            type: "QSizeF"
            Parameter { name: "page"; type: "int" }
        }
    }
}