123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- MetaInfo {
- Type {
- name: "QtCharts.ChartView"
- icon: "images/areaseries-chart-icon16.png"
- ItemLibraryEntry {
- name: "Area"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/areaseries-chart-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/AreaSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/barseries-icon16.png"
- ItemLibraryEntry {
- name: "Bar"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/barseries-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/BarSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/boxplotseries-chart-icon16.png"
- ItemLibraryEntry {
- name: "BoxPlot"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/boxplotseries-chart-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/BoxPlotSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/horizontalbarseries-icon16.png"
- ItemLibraryEntry {
- name: "H.Bar"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/horizontalbarseries-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/HorizontalBarSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/horizontalpercentbarseries-icon16.png"
- ItemLibraryEntry {
- name: "H.PercentBar"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/horizontalpercentbarseries-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/HorizontalPercentBarSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/horizontalstackedbarseries-icon16.png"
- ItemLibraryEntry {
- name: "H.StackedBar"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/horizontalstackedbarseries-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/HorizontalStackedBarSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/lineseries-chart-icon16.png"
- ItemLibraryEntry {
- name: "Line"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/lineseries-chart-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/LineSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/percentbarseries-icon16.png"
- ItemLibraryEntry {
- name: "Percent"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/percentbarseries-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/PercentBarSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/pieseries-chart-icon16.png"
- ItemLibraryEntry {
- name: "Pie"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/pieseries-chart-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/PieSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/scatterseries-chart-icon16.png"
- ItemLibraryEntry {
- name: "Scatter"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/scatterseries-chart-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/ScatterSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/splineseries-chart-icon16.png"
- ItemLibraryEntry {
- name: "Spline"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/splineseries-chart-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/SplineSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/stackedbarseries-icon16.png"
- ItemLibraryEntry {
- name: "StackedBar"
- category: "Qt Charts - ChartView"
- libraryIcon: "images/stackedbarseries-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/StackedBarSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/areaseries-polar-icon16.png"
- ItemLibraryEntry {
- name: "Area"
- category: "Qt Charts - PolarChartView"
- libraryIcon: "images/areaseries-polar-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/PolarAreaSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/lineseries-polar-icon16.png"
- ItemLibraryEntry {
- name: "Line"
- category: "Qt Charts - PolarChartView"
- libraryIcon: "images/lineseries-polar-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/PolarLineSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/scatterseries-polar-icon16.png"
- ItemLibraryEntry {
- name: "Scatter"
- category: "Qt Charts - PolarChartView"
- libraryIcon: "images/scatterseries-polar-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/PolarScatterSeries.qml" }
- }
- }
- Type {
- name: "QtCharts.ChartView"
- icon: "images/splineseries-polar-icon16.png"
- ItemLibraryEntry {
- name: "Spline"
- category: "Qt Charts - PolarChartView"
- libraryIcon: "images/splineseries-polar-icon.png"
- version: "2.0"
- requiredImport: "QtCharts"
- QmlSource { source: "default/PolarSplineSeries.qml" }
- }
- }
- }
|