qtgraphs2d.metainfo 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. MetaInfo {
  2. Type {
  3. name: "QtGraphs.GraphsView"
  4. icon: "images/areaseries-icon16.png"
  5. ItemLibraryEntry {
  6. name: "Area"
  7. category: "Qt Graphs - GraphsView"
  8. libraryIcon: "images/areaseries-icon.png"
  9. version: "1.0"
  10. requiredImport: "QtGraphs"
  11. QmlSource { source: "default/AreaSeries.qml" }
  12. }
  13. }
  14. Type {
  15. name: "QtGraphs.GraphsView"
  16. icon: "images/barseries-icon16.png"
  17. ItemLibraryEntry {
  18. name: "Bar"
  19. category: "Qt Graphs - GraphsView"
  20. libraryIcon: "images/barseries-icon.png"
  21. version: "1.0"
  22. requiredImport: "QtGraphs"
  23. QmlSource { source: "default/BarSeries.qml" }
  24. }
  25. }
  26. Type {
  27. name: "QtGraphs.GraphsView"
  28. icon: "images/lineseries-icon16.png"
  29. ItemLibraryEntry {
  30. name: "Line"
  31. category: "Qt Graphs - GraphsView"
  32. libraryIcon: "images/lineseries-icon.png"
  33. version: "1.0"
  34. requiredImport: "QtGraphs"
  35. QmlSource { source: "default/LineSeries.qml" }
  36. }
  37. }
  38. Type {
  39. name: "QtGraphs.GraphsView"
  40. icon: "images/pieseries-icon16.png"
  41. ItemLibraryEntry {
  42. name: "Pie"
  43. category: "Qt Graphs - GraphsView"
  44. libraryIcon: "images/pieseries-icon.png"
  45. version: "1.0"
  46. requiredImport: "QtGraphs"
  47. QmlSource { source: "default/PieSeries.qml" }
  48. }
  49. }
  50. Type {
  51. name: "QtGraphs.GraphsView"
  52. icon: "images/scatterseries-icon16.png"
  53. ItemLibraryEntry {
  54. name: "Scatter"
  55. category: "Qt Graphs - GraphsView"
  56. libraryIcon: "images/scatterseries-icon.png"
  57. version: "1.0"
  58. requiredImport: "QtGraphs"
  59. QmlSource { source: "default/ScatterSeries.qml" }
  60. }
  61. }
  62. Type {
  63. name: "QtGraphs.GraphsView"
  64. icon: "images/splineseries-icon16.png"
  65. ItemLibraryEntry {
  66. name: "Spline"
  67. category: "Qt Graphs - GraphsView"
  68. libraryIcon: "images/splineseries-icon.png"
  69. version: "1.0"
  70. requiredImport: "QtGraphs"
  71. QmlSource { source: "default/SplineSeries.qml" }
  72. }
  73. }
  74. }