qtgraphs.metainfo 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. MetaInfo {
  2. Type {
  3. name: "QtGraphs.Bars3D"
  4. icon: "images/bars3d-icon16.png"
  5. ItemLibraryEntry {
  6. name: "Bars3D"
  7. category: "Qt Graphs"
  8. libraryIcon: "images/bars3d-icon.png"
  9. version: "1.0"
  10. requiredImport: "QtGraphs"
  11. QmlSource { source: "default/Bars3D.qml" }
  12. }
  13. }
  14. Type {
  15. name: "QtGraphs.Scatter3D"
  16. icon: "images/scatter3d-icon16.png"
  17. ItemLibraryEntry {
  18. name: "Scatter3D"
  19. category: "Qt Graphs"
  20. libraryIcon: "images/scatter3d-icon.png"
  21. version: "1.0"
  22. requiredImport: "QtGraphs"
  23. QmlSource { source: "default/Scatter3D.qml" }
  24. }
  25. }
  26. Type {
  27. name: "QtGraphs.Surface3D"
  28. icon: "images/surface3d-icon16.png"
  29. ItemLibraryEntry {
  30. name: "Surface3D"
  31. category: "Qt Graphs"
  32. libraryIcon: "images/surface3d-icon.png"
  33. version: "1.0"
  34. requiredImport: "QtGraphs"
  35. QmlSource { source: "default/Surface3D.qml" }
  36. }
  37. }
  38. }