aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/compatibility/QtQuickUltralite/Layers/designer/QtQuickUltraliteLayers.metainfo
blob: 649154ba4fc37bec094adbae119ff65bf6c92a87 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
MetaInfo {
    Type {
        name: "QtQuickUltralite.Layers.Application"
        icon: "images/item-icon.png"

        ItemLibraryEntry {
            name: "Application"
            category: "QtQuickUltralite - Layers"
            libraryIcon: "images/item-icon@2x.png"
            version: "1.9"
            requiredImport: "QtQuickUltralite.Layers"
        }

        Hints {
            visibleInNavigator: true
            canBeDroppedInNavigator: true
            canBeDroppedInFormEditor: false
            canBeContainer: true
        }
    }
    Type {
        name: "QtQuickUltralite.Layers.ImageLayer"
        icon: "images/item-icon.png"

        ItemLibraryEntry {
            name: "Image Layer"
            category: "QtQuickUltralite - Layers"
            libraryIcon: "images/item-icon@2x.png"
            version: "1.9"
            requiredImport: "QtQuickUltralite.Layers"

            Property { name: "renderingHints"; type: "enum"; value: "ImageLayer.OptimizeForSpeed"; }
            Property { name: "platformId"; type: "int"; value: 0; }
        }
    }
    Type {
        name: "QtQuickUltralite.Layers.ItemLayer"
        icon: "images/item-icon.png"

        ItemLibraryEntry {
            name: "Item Layer"
            category: "QtQuickUltralite - Layers"
            libraryIcon: "images/item-icon@2x.png"
            version: "1.9"
            requiredImport: "QtQuickUltralite.Layers"

            Property { name: "depth"; type: "enum"; value: "ItemLayer.Bpp32"; }
            Property { name: "renderingHints"; type: "enum"; value: "ItemLayer.OptimizeForSpeed"; }
            Property { name: "refreshInterval"; type: "int"; value: 1; }
            Property { name: "platformId"; type: "int"; value: 0; }
        }
    }
    Type {
        name: "QtQuickUltralite.Layers.Screen"
        icon: "images/item-icon.png"

        ItemLibraryEntry {
            name: "Screen"
            category: "QtQuickUltralite - Layers"
            libraryIcon: "images/item-icon@2x.png"
            version: "1.9"
            requiredImport: "QtQuickUltralite.Layers"
        }

        Hints {
            visibleInNavigator: true
            canBeDroppedInNavigator: true
            canBeDroppedInFormEditor: false
            canBeContainer: true
        }
    }
    Type {
        name: "QtQuickUltralite.Layers.SpriteLayer"
        icon: "images/item-icon.png"

        ItemLibraryEntry {
            name: "Sprite Layer"
            category: "QtQuickUltralite - Layers"
            libraryIcon: "images/item-icon@2x.png"
            version: "1.9"
            requiredImport: "QtQuickUltralite.Layers"

            Property { name: "depth"; type: "enum"; value: "SpriteLayer.Bpp32"; }
            Property { name: "platformId"; type: "int"; value: 0; }
        }
    }
}