qtcharts.metainfo 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. MetaInfo {
  2. Type {
  3. name: "QtCharts.ChartView"
  4. icon: "images/areaseries-chart-icon16.png"
  5. ItemLibraryEntry {
  6. name: "Area"
  7. category: "Qt Charts - ChartView"
  8. libraryIcon: "images/areaseries-chart-icon.png"
  9. version: "2.0"
  10. requiredImport: "QtCharts"
  11. QmlSource { source: "default/AreaSeries.qml" }
  12. }
  13. }
  14. Type {
  15. name: "QtCharts.ChartView"
  16. icon: "images/barseries-icon16.png"
  17. ItemLibraryEntry {
  18. name: "Bar"
  19. category: "Qt Charts - ChartView"
  20. libraryIcon: "images/barseries-icon.png"
  21. version: "2.0"
  22. requiredImport: "QtCharts"
  23. QmlSource { source: "default/BarSeries.qml" }
  24. }
  25. }
  26. Type {
  27. name: "QtCharts.ChartView"
  28. icon: "images/boxplotseries-chart-icon16.png"
  29. ItemLibraryEntry {
  30. name: "BoxPlot"
  31. category: "Qt Charts - ChartView"
  32. libraryIcon: "images/boxplotseries-chart-icon.png"
  33. version: "2.0"
  34. requiredImport: "QtCharts"
  35. QmlSource { source: "default/BoxPlotSeries.qml" }
  36. }
  37. }
  38. Type {
  39. name: "QtCharts.ChartView"
  40. icon: "images/horizontalbarseries-icon16.png"
  41. ItemLibraryEntry {
  42. name: "H.Bar"
  43. category: "Qt Charts - ChartView"
  44. libraryIcon: "images/horizontalbarseries-icon.png"
  45. version: "2.0"
  46. requiredImport: "QtCharts"
  47. QmlSource { source: "default/HorizontalBarSeries.qml" }
  48. }
  49. }
  50. Type {
  51. name: "QtCharts.ChartView"
  52. icon: "images/horizontalpercentbarseries-icon16.png"
  53. ItemLibraryEntry {
  54. name: "H.PercentBar"
  55. category: "Qt Charts - ChartView"
  56. libraryIcon: "images/horizontalpercentbarseries-icon.png"
  57. version: "2.0"
  58. requiredImport: "QtCharts"
  59. QmlSource { source: "default/HorizontalPercentBarSeries.qml" }
  60. }
  61. }
  62. Type {
  63. name: "QtCharts.ChartView"
  64. icon: "images/horizontalstackedbarseries-icon16.png"
  65. ItemLibraryEntry {
  66. name: "H.StackedBar"
  67. category: "Qt Charts - ChartView"
  68. libraryIcon: "images/horizontalstackedbarseries-icon.png"
  69. version: "2.0"
  70. requiredImport: "QtCharts"
  71. QmlSource { source: "default/HorizontalStackedBarSeries.qml" }
  72. }
  73. }
  74. Type {
  75. name: "QtCharts.ChartView"
  76. icon: "images/lineseries-chart-icon16.png"
  77. ItemLibraryEntry {
  78. name: "Line"
  79. category: "Qt Charts - ChartView"
  80. libraryIcon: "images/lineseries-chart-icon.png"
  81. version: "2.0"
  82. requiredImport: "QtCharts"
  83. QmlSource { source: "default/LineSeries.qml" }
  84. }
  85. }
  86. Type {
  87. name: "QtCharts.ChartView"
  88. icon: "images/percentbarseries-icon16.png"
  89. ItemLibraryEntry {
  90. name: "Percent"
  91. category: "Qt Charts - ChartView"
  92. libraryIcon: "images/percentbarseries-icon.png"
  93. version: "2.0"
  94. requiredImport: "QtCharts"
  95. QmlSource { source: "default/PercentBarSeries.qml" }
  96. }
  97. }
  98. Type {
  99. name: "QtCharts.ChartView"
  100. icon: "images/pieseries-chart-icon16.png"
  101. ItemLibraryEntry {
  102. name: "Pie"
  103. category: "Qt Charts - ChartView"
  104. libraryIcon: "images/pieseries-chart-icon.png"
  105. version: "2.0"
  106. requiredImport: "QtCharts"
  107. QmlSource { source: "default/PieSeries.qml" }
  108. }
  109. }
  110. Type {
  111. name: "QtCharts.ChartView"
  112. icon: "images/scatterseries-chart-icon16.png"
  113. ItemLibraryEntry {
  114. name: "Scatter"
  115. category: "Qt Charts - ChartView"
  116. libraryIcon: "images/scatterseries-chart-icon.png"
  117. version: "2.0"
  118. requiredImport: "QtCharts"
  119. QmlSource { source: "default/ScatterSeries.qml" }
  120. }
  121. }
  122. Type {
  123. name: "QtCharts.ChartView"
  124. icon: "images/splineseries-chart-icon16.png"
  125. ItemLibraryEntry {
  126. name: "Spline"
  127. category: "Qt Charts - ChartView"
  128. libraryIcon: "images/splineseries-chart-icon.png"
  129. version: "2.0"
  130. requiredImport: "QtCharts"
  131. QmlSource { source: "default/SplineSeries.qml" }
  132. }
  133. }
  134. Type {
  135. name: "QtCharts.ChartView"
  136. icon: "images/stackedbarseries-icon16.png"
  137. ItemLibraryEntry {
  138. name: "StackedBar"
  139. category: "Qt Charts - ChartView"
  140. libraryIcon: "images/stackedbarseries-icon.png"
  141. version: "2.0"
  142. requiredImport: "QtCharts"
  143. QmlSource { source: "default/StackedBarSeries.qml" }
  144. }
  145. }
  146. Type {
  147. name: "QtCharts.ChartView"
  148. icon: "images/areaseries-polar-icon16.png"
  149. ItemLibraryEntry {
  150. name: "Area"
  151. category: "Qt Charts - PolarChartView"
  152. libraryIcon: "images/areaseries-polar-icon.png"
  153. version: "2.0"
  154. requiredImport: "QtCharts"
  155. QmlSource { source: "default/PolarAreaSeries.qml" }
  156. }
  157. }
  158. Type {
  159. name: "QtCharts.ChartView"
  160. icon: "images/lineseries-polar-icon16.png"
  161. ItemLibraryEntry {
  162. name: "Line"
  163. category: "Qt Charts - PolarChartView"
  164. libraryIcon: "images/lineseries-polar-icon.png"
  165. version: "2.0"
  166. requiredImport: "QtCharts"
  167. QmlSource { source: "default/PolarLineSeries.qml" }
  168. }
  169. }
  170. Type {
  171. name: "QtCharts.ChartView"
  172. icon: "images/scatterseries-polar-icon16.png"
  173. ItemLibraryEntry {
  174. name: "Scatter"
  175. category: "Qt Charts - PolarChartView"
  176. libraryIcon: "images/scatterseries-polar-icon.png"
  177. version: "2.0"
  178. requiredImport: "QtCharts"
  179. QmlSource { source: "default/PolarScatterSeries.qml" }
  180. }
  181. }
  182. Type {
  183. name: "QtCharts.ChartView"
  184. icon: "images/splineseries-polar-icon16.png"
  185. ItemLibraryEntry {
  186. name: "Spline"
  187. category: "Qt Charts - PolarChartView"
  188. libraryIcon: "images/splineseries-polar-icon.png"
  189. version: "2.0"
  190. requiredImport: "QtCharts"
  191. QmlSource { source: "default/PolarSplineSeries.qml" }
  192. }
  193. }
  194. }