summaryrefslogtreecommitdiffstats
path: root/src/datavisualizationqml2/designer/qtdatavisualization.metainfo
blob: 3d4e61a805dfb055d8ac8a3f2fa0f5a811584c1c (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
MetaInfo {
    Type {
        name: "QtDataVisualization.Bars3D"
        icon: "images/bars3d-icon16.png"

        ItemLibraryEntry {
            name: "Bars3D"
            category: "Qt Data Visualization"
            libraryIcon: "images/bars3d-icon.png"
            version: "1.0"
            requiredImport: "QtDataVisualization"

            Property { name: "width"; type: "int"; value: 300; }
            Property { name: "height"; type: "int"; value: 300; }
        }
    }
    Type {
        name: "QtDataVisualization.Scatter3D"
        icon: "images/scatter3d-icon16.png"

        ItemLibraryEntry {
            name: "Scatter3D"
            category: "Qt Data Visualization"
            libraryIcon: "images/scatter3d-icon.png"
            version: "1.0"
            requiredImport: "QtDataVisualization"

            Property { name: "width"; type: "int"; value: 300; }
            Property { name: "height"; type: "int"; value: 300; }
        }
    }
    Type {
        name: "QtDataVisualization.Surface3D"
        icon: "images/surface3d-icon16.png"

        ItemLibraryEntry {
            name: "Surface3D"
            category: "Qt Data Visualization"
            libraryIcon: "images/surface3d-icon.png"
            version: "1.0"
            requiredImport: "QtDataVisualization"

            Property { name: "width"; type: "int"; value: 300; }
            Property { name: "height"; type: "int"; value: 300; }
        }
    }
}