blob: 14e43c02db09288ccff945b6f1be12e4bb2cbe0b (
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
|
MetaInfo {
Type {
name: "QtGraphs.Bars3D"
icon: "images/bars3d-icon16.png"
ItemLibraryEntry {
name: "Bars3D"
category: "Qt Graphs"
libraryIcon: "images/bars3d-icon.png"
version: "1.0"
requiredImport: "QtGraphs"
QmlSource { source: "default/Bars3D.qml" }
}
}
Type {
name: "QtGraphs.Scatter3D"
icon: "images/scatter3d-icon16.png"
ItemLibraryEntry {
name: "Scatter3D"
category: "Qt Graphs"
libraryIcon: "images/scatter3d-icon.png"
version: "1.0"
requiredImport: "QtGraphs"
QmlSource { source: "default/Scatter3D.qml" }
}
}
Type {
name: "QtGraphs.Surface3D"
icon: "images/surface3d-icon16.png"
ItemLibraryEntry {
name: "Surface3D"
category: "Qt Graphs"
libraryIcon: "images/surface3d-icon.png"
version: "1.0"
requiredImport: "QtGraphs"
QmlSource { source: "default/Surface3D.qml" }
}
}
}
|