在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → QTCharts源代码

QTCharts源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:22.06M
  • 下载次数:18
  • 浏览次数:502
  • 发布时间:2021-01-16
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
为了满足Qt下安装QtCharts所需要的,特提供QtCharts的源码下载,安装步骤可参考各类网页
【实例截图】
【核心代码】
3f01815e-f236-4721-b78d-b4d762d31324
└── qtcharts
├── dist
│   ├── changes-2.0.0
│   ├── changes-2.0.1
│   └── changes-2.1.0
├── examples
│   ├── charts
│   │   ├── areachart
│   │   │   ├── areachart.pro
│   │   │   └── main.cpp
│   │   ├── audio
│   │   │   ├── audio.pro
│   │   │   ├── main.cpp
│   │   │   ├── widget.cpp
│   │   │   ├── widget.h
│   │   │   ├── xyseriesiodevice.cpp
│   │   │   └── xyseriesiodevice.h
│   │   ├── barchart
│   │   │   ├── barchart.pro
│   │   │   └── main.cpp
│   │   ├── barmodelmapper
│   │   │   ├── barmodelmapper.pro
│   │   │   ├── customtablemodel.cpp
│   │   │   ├── customtablemodel.h
│   │   │   ├── main.cpp
│   │   │   ├── tablewidget.cpp
│   │   │   └── tablewidget.h
│   │   ├── boxplotchart
│   │   │   ├── acme_data.txt
│   │   │   ├── boxdatareader.cpp
│   │   │   ├── boxdatareader.h
│   │   │   ├── boxplotchart.pro
│   │   │   ├── boxplotdata.qrc
│   │   │   ├── boxwhisk_data.txt
│   │   │   └── main.cpp
│   │   ├── callout
│   │   │   ├── callout.cpp
│   │   │   ├── callout.h
│   │   │   ├── callout.pro
│   │   │   ├── main.cpp
│   │   │   ├── view.cpp
│   │   │   └── view.h
│   │   ├── chartinteractions
│   │   │   ├── chart.cpp
│   │   │   ├── chart.h
│   │   │   ├── chartinteractions.pro
│   │   │   ├── chartview.cpp
│   │   │   ├── chartview.h
│   │   │   └── main.cpp
│   │   ├── charts.pro
│   │   ├── chartthemes
│   │   │   ├── chartthemes.pro
│   │   │   ├── main.cpp
│   │   │   ├── themewidget.cpp
│   │   │   └── themewidget.h
│   │   ├── customchart
│   │   │   ├── customchart.pro
│   │   │   └── main.cpp
│   │   ├── datetimeaxis
│   │   │   ├── datetimeaxis.pro
│   │   │   ├── main.cpp
│   │   │   ├── sundata.qrc
│   │   │   └── sun_spots.txt
│   │   ├── donutbreakdown
│   │   │   ├── donutbreakdownchart.cpp
│   │   │   ├── donutbreakdownchart.h
│   │   │   ├── donutbreakdown.pro
│   │   │   ├── main.cpp
│   │   │   ├── mainslice.cpp
│   │   │   └── mainslice.h
│   │   ├── donutchart
│   │   │   ├── donutchart.pro
│   │   │   └── main.cpp
│   │   ├── dynamicspline
│   │   │   ├── chart.cpp
│   │   │   ├── chart.h
│   │   │   ├── dynamicspline.pro
│   │   │   └── main.cpp
│   │   ├── examples.pri
│   │   ├── horizontalbarchart
│   │   │   ├── horizontalbarchart.pro
│   │   │   └── main.cpp
│   │   ├── horizontalpercentbarchart
│   │   │   ├── horizontalpercentbarchart.pro
│   │   │   └── main.cpp
│   │   ├── horizontalstackedbarchart
│   │   │   ├── horizontalstackedbarchart.pro
│   │   │   └── main.cpp
│   │   ├── legend
│   │   │   ├── legend.pro
│   │   │   ├── main.cpp
│   │   │   ├── mainwidget.cpp
│   │   │   └── mainwidget.h
│   │   ├── legendmarkers
│   │   │   ├── legendmarkers.pro
│   │   │   ├── main.cpp
│   │   │   ├── mainwidget.cpp
│   │   │   └── mainwidget.h
│   │   ├── lineandbar
│   │   │   ├── lineandbar.pro
│   │   │   └── main.cpp
│   │   ├── linechart
│   │   │   ├── linechart.pro
│   │   │   └── main.cpp
│   │   ├── logvalueaxis
│   │   │   ├── logvalueaxis.pro
│   │   │   └── main.cpp
│   │   ├── modeldata
│   │   │   ├── customtablemodel.cpp
│   │   │   ├── customtablemodel.h
│   │   │   ├── main.cpp
│   │   │   ├── modeldata.pro
│   │   │   ├── tablewidget.cpp
│   │   │   └── tablewidget.h
│   │   ├── multiaxis
│   │   │   ├── main.cpp
│   │   │   └── multiaxis.pro
│   │   ├── nesteddonuts
│   │   │   ├── main.cpp
│   │   │   ├── nesteddonuts.pro
│   │   │   ├── widget.cpp
│   │   │   └── widget.h
│   │   ├── openglseries
│   │   │   ├── datasource.cpp
│   │   │   ├── datasource.h
│   │   │   ├── main.cpp
│   │   │   └── openglseries.pro
│   │   ├── percentbarchart
│   │   │   ├── main.cpp
│   │   │   └── percentbarchart.pro
│   │   ├── piechart
│   │   │   ├── main.cpp
│   │   │   └── piechart.pro
│   │   ├── piechartcustomization
│   │   │   ├── brushtool.cpp
│   │   │   ├── brushtool.h
│   │   │   ├── customslice.cpp
│   │   │   ├── customslice.h
│   │   │   ├── main.cpp
│   │   │   ├── mainwidget.cpp
│   │   │   ├── mainwidget.h
│   │   │   ├── pentool.cpp
│   │   │   ├── pentool.h
│   │   │   └── piechartcustomization.pro
│   │   ├── piechartdrilldown
│   │   │   ├── drilldownchart.cpp
│   │   │   ├── drilldownchart.h
│   │   │   ├── drilldownslice.cpp
│   │   │   ├── drilldownslice.h
│   │   │   ├── main.cpp
│   │   │   └── piechartdrilldown.pro
│   │   ├── polarchart
│   │   │   ├── chartview.cpp
│   │   │   ├── chartview.h
│   │   │   ├── main.cpp
│   │   │   └── polarchart.pro
│   │   ├── qmlaxes
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlaxes
│   │   │   │   ├── main.qml
│   │   │   │   ├── View1.qml
│   │   │   │   ├── View2.qml
│   │   │   │   └── View3.qml
│   │   │   ├── qmlaxes.pro
│   │   │   └── resources.qrc
│   │   ├── qmlboxplot
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlboxplot
│   │   │   │   └── main.qml
│   │   │   ├── qmlboxplot.pro
│   │   │   └── resources.qrc
│   │   ├── qmlchart
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlchart
│   │   │   │   ├── main.qml
│   │   │   │   ├── View10.qml
│   │   │   │   ├── View11.qml
│   │   │   │   ├── View12.qml
│   │   │   │   ├── View1.qml
│   │   │   │   ├── View2.qml
│   │   │   │   ├── View3.qml
│   │   │   │   ├── View4.qml
│   │   │   │   ├── View5.qml
│   │   │   │   ├── View6.qml
│   │   │   │   ├── View7.qml
│   │   │   │   ├── View8.qml
│   │   │   │   └── View9.qml
│   │   │   ├── qmlchart.pro
│   │   │   └── resources.qrc
│   │   ├── qmlcustomizations
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlcustomizations
│   │   │   │   └── main.qml
│   │   │   ├── qmlcustomizations.pro
│   │   │   └── resources.qrc
│   │   ├── qmlcustomlegend
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlcustomlegend
│   │   │   │   ├── AnimatedAreaSeries.qml
│   │   │   │   ├── ChartViewHighlighted.qml
│   │   │   │   ├── ChartViewSelector.qml
│   │   │   │   ├── ChartViewStacked.qml
│   │   │   │   ├── CustomLegend.qml
│   │   │   │   └── main.qml
│   │   │   ├── qmlcustomlegend.pro
│   │   │   └── resources.qrc
│   │   ├── qmlf1legends
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlf1legends
│   │   │   │   ├── main.qml
│   │   │   │   └── SpeedsXml.qml
│   │   │   ├── qmlf1legends.pro
│   │   │   └── resources.qrc
│   │   ├── qmloscilloscope
│   │   │   ├── datasource.cpp
│   │   │   ├── datasource.h
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmloscilloscope
│   │   │   │   ├── ControlPanel.qml
│   │   │   │   ├── main.qml
│   │   │   │   ├── MultiButton.qml
│   │   │   │   └── ScopeView.qml
│   │   │   ├── qmloscilloscope.pro
│   │   │   └── resources.qrc
│   │   ├── qmlpiechart
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlpiechart
│   │   │   │   └── main.qml
│   │   │   ├── qmlpiechart.pro
│   │   │   ├── qmlpiechart.svg
│   │   │   └── resources.qrc
│   │   ├── qmlpolarchart
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlpolarchart
│   │   │   │   ├── main.qml
│   │   │   │   ├── View1.qml
│   │   │   │   ├── View2.qml
│   │   │   │   └── View3.qml
│   │   │   ├── qmlpolarchart.pro
│   │   │   └── resources.qrc
│   │   ├── qmlweather
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlweather
│   │   │   │   └── main.qml
│   │   │   ├── qmlweather.pro
│   │   │   └── resources.qrc
│   │   ├── scatterchart
│   │   │   ├── chartview.cpp
│   │   │   ├── chartview.h
│   │   │   ├── main.cpp
│   │   │   └── scatterchart.pro
│   │   ├── scatterinteractions
│   │   │   ├── chartview.cpp
│   │   │   ├── chartview.h
│   │   │   ├── main.cpp
│   │   │   └── scatterinteractions.pro
│   │   ├── splinechart
│   │   │   ├── main.cpp
│   │   │   └── splinechart.pro
│   │   ├── stackedbarchart
│   │   │   ├── main.cpp
│   │   │   └── stackedbarchart.pro
│   │   ├── stackedbarchartdrilldown
│   │   │   ├── drilldownchart.cpp
│   │   │   ├── drilldownchart.h
│   │   │   ├── drilldownseries.cpp
│   │   │   ├── drilldownseries.h
│   │   │   ├── main.cpp
│   │   │   └── stackedbarchartdrilldown.pro
│   │   ├── temperaturerecords
│   │   │   ├── main.cpp
│   │   │   └── temperaturerecords.pro
│   │   └── zoomlinechart
│   │   ├── chart.cpp
│   │   ├── chart.h
│   │   ├── chartview.cpp
│   │   ├── chartview.h
│   │   ├── main.cpp
│   │   └── zoomlinechart.pro
│   └── examples.pro
├── LICENSE.GPL3
├── plugins
│   ├── designer
│   │   ├── designer.pro
│   │   ├── qchartsplugin.cpp
│   │   ├── qchartsplugin.h
│   │   ├── qchartsplugin.qrc
│   │   └── qcharts.png
│   └── plugins.pro
├── qtcharts.pro
├── README
├── src
│   ├── charts
│   │   ├── animations
│   │   │   ├── animations.pri
│   │   │   ├── axisanimation.cpp
│   │   │   ├── axisanimation_p.h
│   │   │   ├── baranimation.cpp
│   │   │   ├── baranimation_p.h
│   │   │   ├── boxplotanimation.cpp
│   │   │   ├── boxplotanimation_p.h
│   │   │   ├── boxwhiskersanimation.cpp
│   │   │   ├── boxwhiskersanimation_p.h
│   │   │   ├── chartanimation.cpp
│   │   │   ├── chartanimation_p.h
│   │   │   ├── pieanimation.cpp
│   │   │   ├── pieanimation_p.h
│   │   │   ├── piesliceanimation.cpp
│   │   │   ├── piesliceanimation_p.h
│   │   │   ├── scatteranimation.cpp
│   │   │   ├── scatteranimation_p.h
│   │   │   ├── splineanimation.cpp
│   │   │   ├── splineanimation_p.h
│   │   │   ├── xyanimation.cpp
│   │   │   └── xyanimation_p.h
│   │   ├── areachart
│   │   │   ├── areachartitem.cpp
│   │   │   ├── areachartitem_p.h
│   │   │   ├── areachart.pri
│   │   │   ├── qareaseries.cpp
│   │   │   ├── qareaseries.h
│   │   │   └── qareaseries_p.h
│   │   ├── axis
│   │   │   ├── axis.pri
│   │   │   ├── barcategoryaxis
│   │   │   │   ├── chartbarcategoryaxisx.cpp
│   │   │   │   ├── chartbarcategoryaxisx_p.h
│   │   │   │   ├── chartbarcategoryaxisy.cpp
│   │   │   │   ├── chartbarcategoryaxisy_p.h
│   │   │   │   ├── qbarcategoryaxis.cpp
│   │   │   │   ├── qbarcategoryaxis.h
│   │   │   │   └── qbarcategoryaxis_p.h
│   │   │   ├── cartesianchartaxis.cpp
│   │   │   ├── cartesianchartaxis_p.h
│   │   │   ├── categoryaxis
│   │   │   │   ├── chartcategoryaxisx.cpp
│   │   │   │   ├── chartcategoryaxisx_p.h
│   │   │   │   ├── chartcategoryaxisy.cpp
│   │   │   │   ├── chartcategoryaxisy_p.h
│   │   │   │   ├── polarchartcategoryaxisangular.cpp
│   │   │   │   ├── polarchartcategoryaxisangular_p.h
│   │   │   │   ├── polarchartcategoryaxisradial.cpp
│   │   │   │   ├── polarchartcategoryaxisradial_p.h
│   │   │   │   ├── qcategoryaxis.cpp
│   │   │   │   ├── qcategoryaxis.h
│   │   │   │   └── qcategoryaxis_p.h
│   │   │   ├── chartaxiselement.cpp
│   │   │   ├── chartaxiselement_p.h
│   │   │   ├── datetimeaxis
│   │   │   │   ├── chartdatetimeaxisx.cpp
│   │   │   │   ├── chartdatetimeaxisx_p.h
│   │   │   │   ├── chartdatetimeaxisy.cpp
│   │   │   │   ├── chartdatetimeaxisy_p.h
│   │   │   │   ├── polarchartdatetimeaxisangular.cpp
│   │   │   │   ├── polarchartdatetimeaxisangular_p.h
│   │   │   │   ├── polarchartdatetimeaxisradial.cpp
│   │   │   │   ├── polarchartdatetimeaxisradial_p.h
│   │   │   │   ├── qdatetimeaxis.cpp
│   │   │   │   ├── qdatetimeaxis.h
│   │   │   │   └── qdatetimeaxis_p.h
│   │   │   ├── horizontalaxis.cpp
│   │   │   ├── horizontalaxis_p.h
│   │   │   ├── linearrowitem_p.h
│   │   │   ├── logvalueaxis
│   │   │   │   ├── chartlogvalueaxisx.cpp
│   │   │   │   ├── chartlogvalueaxisx_p.h
│   │   │   │   ├── chartlogvalueaxisy.cpp
│   │   │   │   ├── chartlogvalueaxisy_p.h
│   │   │   │   ├── polarchartlogvalueaxisangular.cpp
│   │   │   │   ├── polarchartlogvalueaxisangular_p.h
│   │   │   │   ├── polarchartlogvalueaxisradial.cpp
│   │   │   │   ├── polarchartlogvalueaxisradial_p.h
│   │   │   │   ├── qlogvalueaxis.cpp
│   │   │   │   ├── qlogvalueaxis.h
│   │   │   │   └── qlogvalueaxis_p.h
│   │   │   ├── polarchartaxisangular.cpp
│   │   │   ├── polarchartaxisangular_p.h
│   │   │   ├── polarchartaxis.cpp
│   │   │   ├── polarchartaxis_p.h
│   │   │   ├── polarchartaxisradial.cpp
│   │   │   ├── polarchartaxisradial_p.h
│   │   │   ├── qabstractaxis.cpp
│   │   │   ├── qabstractaxis.h
│   │   │   ├── qabstractaxis_p.h
│   │   │   ├── valueaxis
│   │   │   │   ├── chartvalueaxisx.cpp
│   │   │   │   ├── chartvalueaxisx_p.h
│   │   │   │   ├── chartvalueaxisy.cpp
│   │   │   │   ├── chartvalueaxisy_p.h
│   │   │   │   ├── polarchartvalueaxisangular.cpp
│   │   │   │   ├── polarchartvalueaxisangular_p.h
│   │   │   │   ├── polarchartvalueaxisradial.cpp
│   │   │   │   ├── polarchartvalueaxisradial_p.h
│   │   │   │   ├── qvalueaxis.cpp
│   │   │   │   ├── qvalueaxis.h
│   │   │   │   └── qvalueaxis_p.h
│   │   │   ├── verticalaxis.cpp
│   │   │   └── verticalaxis_p.h
│   │   ├── barchart
│   │   │   ├── abstractbarchartitem.cpp
│   │   │   ├── abstractbarchartitem_p.h
│   │   │   ├── barchart.pri
│   │   │   ├── bar.cpp
│   │   │   ├── bar_p.h
│   │   │   ├── horizontal
│   │   │   │   ├── bar
│   │   │   │   │   ├── horizontalbarchartitem.cpp
│   │   │   │   │   ├── horizontalbarchartitem_p.h
│   │   │   │   │   ├── qhorizontalbarseries.cpp
│   │   │   │   │   ├── qhorizontalbarseries.h
│   │   │   │   │   └── qhorizontalbarseries_p.h
│   │   │   │   ├── percent
│   │   │   │   │   ├── horizontalpercentbarchartitem.cpp
│   │   │   │   │   ├── horizontalpercentbarchartitem_p.h
│   │   │   │   │   ├── qhorizontalpercentbarseries.cpp
│   │   │   │   │   ├── qhorizontalpercentbarseries.h
│   │   │   │   │   └── qhorizontalpercentbarseries_p.h
│   │   │   │   └── stacked
│   │   │   │   ├── horizontalstackedbarchartitem.cpp
│   │   │   │   ├── horizontalstackedbarchartitem_p.h
│   │   │   │   ├── qhorizontalstackedbarseries.cpp
│   │   │   │   ├── qhorizontalstackedbarseries.h
│   │   │   │   └── qhorizontalstackedbarseries_p.h
│   │   │   ├── qabstractbarseries.cpp
│   │   │   ├── qabstractbarseries.h
│   │   │   ├── qabstractbarseries_p.h
│   │   │   ├── qbarmodelmapper.cpp
│   │   │   ├── qbarmodelmapper.h
│   │   │   ├── qbarmodelmapper_p.h
│   │   │   ├── qbarset.cpp
│   │   │   ├── qbarset.h
│   │   │   ├── qbarset_p.h
│   │   │   ├── qhbarmodelmapper.cpp
│   │   │   ├── qhbarmodelmapper.h
│   │   │   ├── qvbarmodelmapper.cpp
│   │   │   ├── qvbarmodelmapper.h
│   │   │   └── vertical
│   │   │   ├── bar
│   │   │   │   ├── barchartitem.cpp
│   │   │   │   ├── barchartitem_p.h
│   │   │   │   ├── qbarseries.cpp
│   │   │   │   ├── qbarseries.h
│   │   │   │   └── qbarseries_p.h
│   │   │   ├── percent
│   │   │   │   ├── percentbarchartitem.cpp
│   │   │   │   ├── percentbarchartitem_p.h
│   │   │   │   ├── qpercentbarseries.cpp
│   │   │   │   ├── qpercentbarseries.h
│   │   │   │   └── qpercentbarseries_p.h
│   │   │   └── stacked
│   │   │   ├── qstackedbarseries.cpp
│   │   │   ├── qstackedbarseries.h
│   │   │   ├── qstackedbarseries_p.h
│   │   │   ├── stackedbarchartitem.cpp
│   │   │   └── stackedbarchartitem_p.h
│   │   ├── boxplotchart
│   │   │   ├── boxplotchartitem.cpp
│   │   │   ├── boxplotchartitem_p.h
│   │   │   ├── boxplotchart.pri
│   │   │   ├── boxwhiskers.cpp
│   │   │   ├── boxwhiskersdata_p.h
│   │   │   ├── boxwhiskers_p.h
│   │   │   ├── qboxplotmodelmapper.cpp
│   │   │   ├── qboxplotmodelmapper.h
│   │   │   ├── qboxplotmodelmapper_p.h
│   │   │   ├── qboxplotseries.cpp
│   │   │   ├── qboxplotseries.h
│   │   │   ├── qboxplotseries_p.h
│   │   │   ├── qboxset.cpp
│   │   │   ├── qboxset.h
│   │   │   ├── qboxset_p.h
│   │   │   ├── qvboxplotmodelmapper.cpp
│   │   │   └── qvboxplotmodelmapper.h
│   │   ├── chartbackground.cpp
│   │   ├── chartbackground_p.h
│   │   ├── chartconfig_p.h
│   │   ├── chartdataset.cpp
│   │   ├── chartdataset_p.h
│   │   ├── chartelement.cpp
│   │   ├── chartelement_p.h
│   │   ├── charthelpers_p.h
│   │   ├── chartitem.cpp
│   │   ├── chartitem_p.h
│   │   ├── chartpresenter.cpp
│   │   ├── chartpresenter_p.h
│   │   ├── chartsnamespace.h
│   │   ├── charts.pro
│   │   ├── chartthememanager.cpp
│   │   ├── chartthememanager_p.h
│   │   ├── charttitle.cpp
│   │   ├── charttitle_p.h
│   │   ├── common.pri
│   │   ├── doc
│   │   │   ├── images
│   │   │   │   ├── api_category_axis.png
│   │   │   │   ├── api_datatime_axis.png
│   │   │   │   ├── arrow_down.png
│   │   │   │   ├── bg.png
│   │   │   │   ├── breadcrumb.png
│   │   │   │   ├── bullet_dn.png
│   │   │   │   ├── bullet_gt.png
│   │   │   │   ├── bullet_sq.png
│   │   │   │   ├── bullet_up.png
│   │   │   │   ├── digia_logo.png
│   │   │   │   ├── examples_areachart.png
│   │   │   │   ├── examples_audio.png
│   │   │   │   ├── examples_barchart.png
│   │   │   │   ├── examples_barmodelmapper.png
│   │   │   │   ├── examples_boxplotchart.png
│   │   │   │   ├── examples_callout.png
│   │   │   │   ├── examples_chartthemes_blue_cerulean.png
│   │   │   │   ├── examples_chartthemes_brown_sand.png
│   │   │   │   ├── examples_chartthemes_light.png
│   │   │   │   ├── examples_customchart.png
│   │   │   │   ├── examples_datetimeaxis.png
│   │   │   │   ├── examples_donutbreakdown.png
│   │   │   │   ├── examples_donutchart.png
│   │   │   │   ├── examples_dynamicspline1.png
│   │   │   │   ├── examples_dynamicspline2.png
│   │   │   │   ├── examples_horizontalbarchart.png
│   │   │   │   ├── examples_horizontalpercentbarchart.png
│   │   │   │   ├── examples_horizontalstackedbarchart.png
│   │   │   │   ├── examples_legend_detach2.png
│   │   │   │   ├── examples_legend_detach.png
│   │   │   │   ├── examples_legendmarkers.png
│   │   │   │   ├── examples_lineandbar.png
│   │   │   │   ├── examples_linechart.png
│   │   │   │   ├── examples_logvalueaxis.png
│   │   │   │   ├── examples_modeldata.png
│   │   │   │   ├── examples_multiaxis.png
│   │   │   │   ├── examples_nesteddonuts.png
│   │   │   │   ├── examples_openglseries.png
│   │   │   │   ├── examples_percentbarchart_legend.png
│   │   │   │   ├── examples_percentbarchart.png
│   │   │   │   ├── examples_piechartdrill1.png
│   │   │   │   ├── examples_piechartdrill2.png
│   │   │   │   ├── examples_piechart.png
│   │   │   │   ├── examples_polarchart.png
│   │   │   │   ├── examples_qmlaxes1.png
│   │   │   │   ├── examples_qmlaxes2.png
│   │   │   │   ├── examples_qmlaxes3.png
│   │   │   │   ├── examples_qmlboxplot.png
│   │   │   │   ├── examples_qmlchart10.png
│   │   │   │   ├── examples_qmlchart11.png
│   │   │   │   ├── examples_qmlchart12.png
│   │   │   │   ├── examples_qmlchart1.png
│   │   │   │   ├── examples_qmlchart2.png
│   │   │   │   ├── examples_qmlchart3.png
│   │   │   │   ├── examples_qmlchart4.png
│   │   │   │   ├── examples_qmlchart5.png
│   │   │   │   ├── examples_qmlchart6.png
│   │   │   │   ├── examples_qmlchart7.png
│   │   │   │   ├── examples_qmlchart8.png
│   │   │   │   ├── examples_qmlchart9.png
│   │   │   │   ├── examples_qmlcustomizations.png
│   │   │   │   ├── examples_qmlcustomlegend1.png
│   │   │   │   ├── examples_qmlcustomlegend2.png
│   │   │   │   ├── examples_qmlcustomlegend3.png
│   │   │   │   ├── examples_qmlcustommodel.png
│   │   │   │   ├── examples_qmlf1legends.png
│   │   │   │   ├── examples_qmloscilloscope.png
│   │   │   │   ├── examples_qmlpiechart.png
│   │   │   │   ├── examples_qmlpolarchart1.png
│   │   │   │   ├── examples_qmlpolarchart2.png
│   │   │   │   ├── examples_qmlpolarchart3.png
│   │   │   │   ├── examples_qmlweather.png
│   │   │   │   ├── examples_scatterchart.png
│   │   │   │   ├── examples_scatterinteractions.png
│   │   │   │   ├── examples_splinechart.png
│   │   │   │   ├── examples_stackedbarchartdrilldown1.png
│   │   │   │   ├── examples_stackedbarchartdrilldown2.png
│   │   │   │   ├── examples_stackedbarchart.png
│   │   │   │   ├── examples_temperaturerecords.png
│   │   │   │   ├── examples_zoomlinechart1.png
│   │   │   │   ├── examples_zoomlinechart2.png
│   │   │   │   ├── horBar.png
│   │   │   │   ├── piechart_customization.png
│   │   │   │   ├── qcharts.png
│   │   │   │   └── qt-logo.png
│   │   │   ├── qtcharts.qdocconf
│   │   │   ├── snippets
│   │   │   │   ├── doc_src_qmlcharts.cpp
│   │   │   │   ├── doc_src_qtcharts.cpp
│   │   │   │   └── doc_src_qtcharts.pro
│   │   │   ├── src
│   │   │   │   ├── examples-areachart.qdoc
│   │   │   │   ├── examples-audio.qdoc
│   │   │   │   ├── examples-barchart.qdoc
│   │   │   │   ├── examples-barmodelmapper.qdoc
│   │   │   │   ├── examples-boxplotchart.qdoc
│   │   │   │   ├── examples-callout.qdoc
│   │   │   │   ├── examples-chartthemes.qdoc
│   │   │   │   ├── examples-customchart.qdoc
│   │   │   │   ├── examples-datetimeaxis.qdoc
│   │   │   │   ├── examples-donutbreakdown.qdoc
│   │   │   │   ├── examples-donutchart.qdoc
│   │   │   │   ├── examples-dynamicspline.qdoc
│   │   │   │   ├── examples-horizontalbarchart.qdoc
│   │   │   │   ├── examples-horizontalpercentbarchart.qdoc
│   │   │   │   ├── examples-horizontalstackedbarchart.qdoc
│   │   │   │   ├── examples-legendmarkers.qdoc
│   │   │   │   ├── examples-legend.qdoc
│   │   │   │   ├── examples-lineandbarchart.qdoc
│   │   │   │   ├── examples-linechart.qdoc
│   │   │   │   ├── examples-logvalueaxis.qdoc
│   │   │   │   ├── examples-modeldata.qdoc
│   │   │   │   ├── examples-multiaxis.qdoc
│   │   │   │   ├── examples-nesteddonuts.qdoc
│   │   │   │   ├── examples-openglseries.qdoc
│   │   │   │   ├── examples-percentbarchart.qdoc
│   │   │   │   ├── examples-piechartcustomization.qdoc
│   │   │   │   ├── examples-piechartdrilldown.qdoc
│   │   │   │   ├── examples-piechart.qdoc
│   │   │   │   ├── examples-polarchart.qdoc
│   │   │   │   ├── examples-qmlaxes.qdoc
│   │   │   │   ├── examples-qmlchart.qdoc
│   │   │   │   ├── examples-qmlcustomizations.qdoc
│   │   │   │   ├── examples-qmlcustomlegend.qdoc
│   │   │   │   ├── examples-qmlf1legends.qdoc
│   │   │   │   ├── examples-qmloscilloscope.qdoc
│   │   │   │   ├── examples-qmlpolarchart.qdoc
│   │   │   │   ├── examples-qmlweather.qdoc
│   │   │   │   ├── examples-scatterchart.qdoc
│   │   │   │   ├── examples-scatterinteractions.qdoc
│   │   │   │   ├── examples-splinechart.qdoc
│   │   │   │   ├── examples-stackedbarchartdrilldown.qdoc
│   │   │   │   ├── examples-stackedbarchart.qdoc
│   │   │   │   ├── examples-temperaturerecords.qdoc
│   │   │   │   ├── examples-zoomlinechart.qdoc
│   │   │   │   ├── index.qdoc
│   │   │   │   └── qtcharts.qdoc
│   │   │   └── style
│   │   │   └── offline.css
│   │   ├── domain
│   │   │   ├── abstractdomain.cpp
│   │   │   ├── abstractdomain_p.h
│   │   │   ├── domain.pri
│   │   │   ├── logxlogydomain.cpp
│   │   │   ├── logxlogydomain_p.h
│   │   │   ├── logxlogypolardomain.cpp
│   │   │   ├── logxlogypolardomain_p.h
│   │   │   ├── logxydomain.cpp
│   │   │   ├── logxydomain_p.h
│   │   │   ├── logxypolardomain.cpp
│   │   │   ├── logxypolardomain_p.h
│   │   │   ├── polardomain.cpp
│   │   │   ├── polardomain_p.h
│   │   │   ├── xlogydomain.cpp
│   │   │   ├── xlogydomain_p.h
│   │   │   ├── xlogypolardomain.cpp
│   │   │   ├── xlogypolardomain_p.h
│   │   │   ├── xydomain.cpp
│   │   │   ├── xydomain_p.h
│   │   │   ├── xypolardomain.cpp
│   │   │   └── xypolardomain_p.h
│   │   ├── glwidget.cpp
│   │   ├── glwidget_p.h
│   │   ├── layout
│   │   │   ├── abstractchartlayout.cpp
│   │   │   ├── abstractchartlayout_p.h
│   │   │   ├── cartesianchartlayout.cpp
│   │   │   ├── cartesianchartlayout_p.h
│   │   │   ├── layout.pri
│   │   │   ├── polarchartlayout.cpp
│   │   │   └── polarchartlayout_p.h
│   │   ├── legend
│   │   │   ├── legendlayout.cpp
│   │   │   ├── legendlayout_p.h
│   │   │   ├── legendmarkeritem.cpp
│   │   │   ├── legendmarkeritem_p.h
│   │   │   ├── legend.pri
│   │   │   ├── legendscroller.cpp
│   │   │   ├── legendscroller_p.h
│   │   │   ├── qarealegendmarker.cpp
│   │   │   ├── qarealegendmarker.h
│   │   │   ├── qarealegendmarker_p.h
│   │   │   ├── qbarlegendmarker.cpp
│   │   │   ├── qbarlegendmarker.h
│   │   │   ├── qbarlegendmarker_p.h
│   │   │   ├── qboxplotlegendmarker.cpp
│   │   │   ├── qboxplotlegendmarker.h
│   │   │   ├── qboxplotlegendmarker_p.h
│   │   │   ├── qlegend.cpp
│   │   │   ├── qlegend.h
│   │   │   ├── qlegendmarker.cpp
│   │   │   ├── qlegendmarker.h
│   │   │   ├── qlegendmarker_p.h
│   │   │   ├── qlegend_p.h
│   │   │   ├── qpielegendmarker.cpp
│   │   │   ├── qpielegendmarker.h
│   │   │   ├── qpielegendmarker_p.h
│   │   │   ├── qxylegendmarker.cpp
│   │   │   ├── qxylegendmarker.h
│   │   │   └── qxylegendmarker_p.h
│   │   ├── linechart
│   │   │   ├── linechartitem.cpp
│   │   │   ├── linechartitem_p.h
│   │   │   ├── linechart.pri
│   │   │   ├── qlineseries.cpp
│   │   │   ├── qlineseries.h
│   │   │   └── qlineseries_p.h
│   │   ├── piechart
│   │   │   ├── piechartitem.cpp
│   │   │   ├── piechartitem_p.h
│   │   │   ├── piechart.pri
│   │   │   ├── pieslicedata_p.h
│   │   │   ├── piesliceitem.cpp
│   │   │   ├── piesliceitem_p.h
│   │   │   ├── qhpiemodelmapper.cpp
│   │   │   ├── qhpiemodelmapper.h
│   │   │   ├── qpiemodelmapper.cpp
│   │   │   ├── qpiemodelmapper.h
│   │   │   ├── qpiemodelmapper_p.h
│   │   │   ├── qpieseries.cpp
│   │   │   ├── qpieseries.h
│   │   │   ├── qpieseries_p.h
│   │   │   ├── qpieslice.cpp
│   │   │   ├── qpieslice.h
│   │   │   ├── qpieslice_p.h
│   │   │   ├── qvpiemodelmapper.cpp
│   │   │   └── qvpiemodelmapper.h
│   │   ├── qabstractseries.cpp
│   │   ├── qabstractseries.h
│   │   ├── qabstractseries_p.h
│   │   ├── qchart.cpp
│   │   ├── qchartglobal.h
│   │   ├── qchart.h
│   │   ├── qchart_p.h
│   │   ├── qchartview.cpp
│   │   ├── qchartview.h
│   │   ├── qchartview_p.h
│   │   ├── qpolarchart.cpp
│   │   ├── qpolarchart.h
│   │   ├── scatterchart
│   │   │   ├── qscatterseries.cpp
│   │   │   ├── qscatterseries.h
│   │   │   ├── qscatterseries_p.h
│   │   │   ├── scatterchartitem.cpp
│   │   │   ├── scatterchartitem_p.h
│   │   │   └── scatter.pri
│   │   ├── scroller.cpp
│   │   ├── scroller_p.h
│   │   ├── splinechart
│   │   │   ├── qsplineseries.cpp
│   │   │   ├── qsplineseries.h
│   │   │   ├── qsplineseries_p.h
│   │   │   ├── splinechartitem.cpp
│   │   │   ├── splinechartitem_p.h
│   │   │   └── splinechart.pri
│   │   ├── themes
│   │   │   ├── chartthemebluecerulean_p.h
│   │   │   ├── chartthemeblueicy_p.h
│   │   │   ├── chartthemebluencs_p.h
│   │   │   ├── chartthemebrownsand_p.h
│   │   │   ├── chartthemedark_p.h
│   │   │   ├── chartthemehighcontrast_p.h
│   │   │   ├── chartthemelight_p.h
│   │   │   ├── charttheme_p.h
│   │   │   ├── chartthemeqt_p.h
│   │   │   ├── chartthemesystem_p.h
│   │   │   └── themes.pri
│   │   └── xychart
│   │   ├── glxyseriesdata.cpp
│   │   ├── glxyseriesdata_p.h
│   │   ├── qhxymodelmapper.cpp
│   │   ├── qhxymodelmapper.h
│   │   ├── qvxymodelmapper.cpp
│   │   ├── qvxymodelmapper.h
│   │   ├── qxymodelmapper.cpp
│   │   ├── qxymodelmapper.h
│   │   ├── qxymodelmapper_p.h
│   │   ├── qxyseries.cpp
│   │   ├── qxyseries.h
│   │   ├── qxyseries_p.h
│   │   ├── xychart.cpp
│   │   ├── xychart_p.h
│   │   └── xychart.pri
│   ├── chartsqml2
│   │   ├── chartsqml2_plugin.cpp
│   │   ├── chartsqml2.pro
│   │   ├── declarativeareaseries.cpp
│   │   ├── declarativeareaseries.h
│   │   ├── declarativeaxes.cpp
│   │   ├── declarativeaxes.h
│   │   ├── declarativebarseries.cpp
│   │   ├── declarativebarseries.h
│   │   ├── declarativeboxplotseries.cpp
│   │   ├── declarativeboxplotseries.h
│   │   ├── declarativecategoryaxis.cpp
│   │   ├── declarativecategoryaxis.h
│   │   ├── declarativechart.cpp
│   │   ├── declarativechart.h
│   │   ├── declarativechartnode.cpp
│   │   ├── declarativechartnode.h
│   │   ├── declarativelineseries.cpp
│   │   ├── declarativelineseries.h
│   │   ├── declarativemargins.cpp
│   │   ├── declarativemargins.h
│   │   ├── declarativepieseries.cpp
│   │   ├── declarativepieseries.h
│   │   ├── declarativepolarchart.cpp
│   │   ├── declarativepolarchart.h
│   │   ├── declarativerendernode.cpp
│   │   ├── declarativerendernode.h
│   │   ├── declarativescatterseries.cpp
│   │   ├── declarativescatterseries.h
│   │   ├── declarativesplineseries.cpp
│   │   ├── declarativesplineseries.h
│   │   ├── declarativexypoint.cpp
│   │   ├── declarativexypoint.h
│   │   ├── declarativexyseries.cpp
│   │   ├── declarativexyseries.h
│   │   ├── designer
│   │   │   ├── ChartViewSpecifics.qml
│   │   │   ├── default
│   │   │   │   ├── AreaSeries.qml
│   │   │   │   ├── BarSeries.qml
│   │   │   │   ├── BoxPlotSeries.qml
│   │   │   │   ├── HorizontalBarSeries.qml
│   │   │   │   ├── HorizontalPercentBarSeries.qml
│   │   │   │   ├── HorizontalStackedBarSeries.qml
│   │   │   │   ├── LineSeries.qml
│   │   │   │   ├── PercentBarSeries.qml
│   │   │   │   ├── PieSeries.qml
│   │   │   │   ├── PolarAreaSeries.qml
│   │   │   │   ├── PolarLineSeries.qml
│   │   │   │   ├── PolarScatterSeries.qml
│   │   │   │   ├── PolarSplineSeries.qml
│   │   │   │   ├── ScatterSeries.qml
│   │   │   │   ├── SplineSeries.qml
│   │   │   │   └── StackedBarSeries.qml
│   │   │   ├── designer.pri
│   │   │   ├── images
│   │   │   │   ├── areaseries-chart-icon16.png
│   │   │   │   ├── areaseries-chart-icon.png
│   │   │   │   ├── areaseries-polar-icon16.png
│   │   │   │   ├── areaseries-polar-icon.png
│   │   │   │   ├── barseries-icon16.png
│   │   │   │   ├── barseries-icon.png
│   │   │   │   ├── boxplotseries-chart-icon16.png
│   │   │   │   ├── boxplotseries-chart-icon.png
│   │   │   │   ├── horizontalbarseries-icon16.png
│   │   │   │   ├── horizontalbarseries-icon.png
│   │   │   │   ├── horizontalpercentbarseries-icon16.png
│   │   │   │   ├── horizontalpercentbarseries-icon.png
│   │   │   │   ├── horizontalstackedbarseries-icon16.png
│   │   │   │   ├── horizontalstackedbarseries-icon.png
│   │   │   │   ├── lineseries-chart-icon16.png
│   │   │   │   ├── lineseries-chart-icon.png
│   │   │   │   ├── lineseries-polar-icon16.png
│   │   │   │   ├── lineseries-polar-icon.png
│   │   │   │   ├── percentbarseries-icon16.png
│   │   │   │   ├── percentbarseries-icon.png
│   │   │   │   ├── pieseries-chart-icon16.png
│   │   │   │   ├── pieseries-chart-icon.png
│   │   │   │   ├── scatterseries-chart-icon16.png
│   │   │   │   ├── scatterseries-chart-icon.png
│   │   │   │   ├── scatterseries-polar-icon16.png
│   │   │   │   ├── scatterseries-polar-icon.png
│   │   │   │   ├── splineseries-chart-icon16.png
│   │   │   │   ├── splineseries-chart-icon.png
│   │   │   │   ├── splineseries-polar-icon16.png
│   │   │   │   ├── splineseries-polar-icon.png
│   │   │   │   ├── stackedbarseries-icon16.png
│   │   │   │   └── stackedbarseries-icon.png
│   │   │   └── qtcharts.metainfo
│   │   ├── plugins.qmltypes
│   │   └── qmldir
│   └── src.pro
├── sync.profile
├── tests
│   ├── auto
│   │   ├── auto.pri
│   │   ├── auto.pro
│   │   ├── chartdataset
│   │   │   ├── chartdataset.pro
│   │   │   └── tst_chartdataset.cpp
│   │   ├── cmake
│   │   │   ├── CMakeLists.txt
│   │   │   └── cmake.pro
│   │   ├── domain
│   │   │   ├── domain.pro
│   │   │   └── tst_domain.cpp
│   │   ├── inc
│   │   │   └── tst_definitions.h
│   │   ├── qabstractaxis
│   │   │   ├── tst_qabstractaxis.cpp
│   │   │   └── tst_qabstractaxis.h
│   │   ├── qbarcategoryaxis
│   │   │   ├── qbarcategoryaxis.pro
│   │   │   └── tst_qbarcategoryaxis.cpp
│   │   ├── qbarmodelmapper
│   │   │   ├── qbarmodelmapper.pro
│   │   │   └── tst_qbarmodelmapper.cpp
│   │   ├── qbarseries
│   │   │   ├── qbarseries.pro
│   │   │   └── tst_qbarseries.cpp
│   │   ├── qbarset
│   │   │   ├── qbarset.pro
│   │   │   └── tst_qbarset.cpp
│   │   ├── qcategoryaxis
│   │   │   ├── qcategoryaxis.pro
│   │   │   └── tst_qcategoryaxis.cpp
│   │   ├── qchart
│   │   │   ├── qchart.pro
│   │   │   └── tst_qchart.cpp
│   │   ├── qchartview
│   │   │   ├── qchartview.pro
│   │   │   └── tst_qchartview.cpp
│   │   ├── qdatetimeaxis
│   │   │   ├── qdatetimeaxis.pro
│   │   │   └── tst_qdatetimeaxis.cpp
│   │   ├── qhorizontalbarseries
│   │   │   ├── qhorizontalbarseries.pro
│   │   │   └── tst_qhorizontalbarseries.cpp
│   │   ├── qhorizontalpercentbarseries
│   │   │   ├── qhorizontalpercentbarseries.pro
│   │   │   └── tst_qhorizontalpercentbarseries.cpp
│   │   ├── qhorizontalstackedbarseries
│   │   │   ├── qhorizontalstackedbarseries.pro
│   │   │   └── tst_qhorizontalstackedbarseries.cpp
│   │   ├── qlegend
│   │   │   ├── qlegend.pro
│   │   │   └── tst_qlegend.cpp
│   │   ├── qlineseries
│   │   │   ├── qlineseries.pro
│   │   │   └── tst_qlineseries.cpp
│   │   ├── qlogvalueaxis
│   │   │   ├── qlogvalueaxis.pro
│   │   │   └── tst_qlogvalueaxis.cpp
│   │   ├── qml
│   │   │   ├── qml.pro
│   │   │   └── tst_qml.cpp
│   │   ├── qml-qtquicktest
│   │   │   ├── main.cpp
│   │   │   ├── qml-qtquicktest.pro
│   │   │   ├── tst_barcategoryaxis_1_1.qml
│   │   │   ├── tst_barcategoryaxis_1_2.qml
│   │   │   ├── tst_barcategoryaxis_1_3.qml
│   │   │   ├── tst_barcategoryaxis_1_4.qml
│   │   │   ├── tst_barcategoryaxis_2_0.qml
│   │   │   ├── tst_barcategoryaxis.qml
│   │   │   ├── tst_barseries_1_1.qml
│   │   │   ├── tst_barseries_1_2.qml
│   │   │   ├── tst_barseries_1_3.qml
│   │   │   ├── tst_barseries_1_4.qml
│   │   │   ├── tst_barseries_2_0.qml
│   │   │   ├── tst_barseries.qml
│   │   │   ├── tst_boxplotseries_1_3.qml
│   │   │   ├── tst_boxplotseries_1_4.qml
│   │   │   ├── tst_boxplotseries_2_0.qml
│   │   │   ├── tst_boxplotseries.qml
│   │   │   ├── tst_categoryaxis_1_1.qml
│   │   │   ├── tst_categoryaxis_1_2.qml
│   │   │   ├── tst_categoryaxis_1_3.qml
│   │   │   ├── tst_categoryaxis_1_4.qml
│   │   │   ├── tst_categoryaxis_2_0.qml
│   │   │   ├── tst_categoryaxis.qml
│   │   │   ├── tst_chartview_1_1.qml
│   │   │   ├── tst_chartview_1_2.qml
│   │   │   ├── tst_chartview_1_3.qml
│   │   │   ├── tst_chartview_1_4.qml
│   │   │   ├── tst_chartview_2_0.qml
│   │   │   ├── tst_chartviewfunctions_1_1.qml
│   │   │   ├── tst_chartviewfunctions_1_2.qml
│   │   │   ├── tst_chartviewfunctions_1_3.qml
│   │   │   ├── tst_chartviewfunctions_1_4.qml
│   │   │   ├── tst_chartviewfunctions_2_0.qml
│   │   │   ├── tst_chartviewfunctions.qml
│   │   │   ├── tst_chartview.qml
│   │   │   ├── tst_chartviewsignals_1_1.qml
│   │   │   ├── tst_chartviewsignals_1_2.qml
│   │   │   ├── tst_chartviewsignals_1_3.qml
│   │   │   ├── tst_chartviewsignals_1_4.qml
│   │   │   ├── tst_chartviewsignals_2_0.qml
│   │   │   ├── tst_chartviewsignals.qml
│   │   │   ├── tst_pieseries_1_1.qml
│   │   │   ├── tst_pieseries_1_2.qml
│   │   │   ├── tst_pieseries_1_3.qml
│   │   │   ├── tst_pieseries_1_4.qml
│   │   │   ├── tst_pieseries_2_0.qml
│   │   │   ├── tst_pieseries.qml
│   │   │   ├── tst_valueaxis_1_1.qml
│   │   │   ├── tst_valueaxis_1_2.qml
│   │   │   ├── tst_valueaxis_1_3.qml
│   │   │   ├── tst_valueaxis_1_4.qml
│   │   │   ├── tst_valueaxis_2_0.qml
│   │   │   ├── tst_valueaxis.qml
│   │   │   ├── tst_xyseries_1_1.qml
│   │   │   ├── tst_xyseries_1_2.qml
│   │   │   ├── tst_xyseries_1_3.qml
│   │   │   ├── tst_xyseries_1_4.qml
│   │   │   ├── tst_xyseries_2_0.qml
│   │   │   └── tst_xyseries.qml
│   │   ├── qpercentbarseries
│   │   │   ├── qpercentbarseries.pro
│   │   │   └── tst_qpercentbarseries.cpp
│   │   ├── qpiemodelmapper
│   │   │   ├── qpiemodelmapper.pro
│   │   │   └── tst_qpiemodelmapper.cpp
│   │   ├── qpieseries
│   │   │   ├── qpieseries.pro
│   │   │   └── tst_qpieseries.cpp
│   │   ├── qpieslice
│   │   │   ├── qpieslice.pro
│   │   │   └── tst_qpieslice.cpp
│   │   ├── qscatterseries
│   │   │   ├── qscatterseries.pro
│   │   │   └── tst_qscatterseries.cpp
│   │   ├── qsplineseries
│   │   │   ├── qsplineseries.pro
│   │   │   └── tst_qsplineseries.cpp
│   │   ├── qstackedbarseries
│   │   │   ├── qstackedbarseries.pro
│   │   │   └── tst_qstackedbarseries.cpp
│   │   ├── qvalueaxis
│   │   │   ├── qvalueaxis.pro
│   │   │   └── tst_qvalueaxis.cpp
│   │   ├── qxymodelmapper
│   │   │   ├── qxymodelmapper.pro
│   │   │   └── tst_qxymodelmapper.cpp
│   │   ├── qxyseries
│   │   │   ├── qlineseries.pro
│   │   │   ├── tst_qxyseries.cpp
│   │   │   └── tst_qxyseries.h
│   │   └── README
│   ├── manual
│   │   ├── boxplottester
│   │   │   ├── boxplottester.pro
│   │   │   ├── customtablemodel.cpp
│   │   │   ├── customtablemodel.h
│   │   │   ├── main.cpp
│   │   │   ├── mainwidget.cpp
│   │   │   ├── mainwidget.h
│   │   │   ├── pentool.cpp
│   │   │   └── pentool.h
│   │   ├── chartdesigner
│   │   │   ├── brushwidget.cpp
│   │   │   ├── brushwidget.h
│   │   │   ├── chartdesigner.pro
│   │   │   ├── engine.cpp
│   │   │   ├── engine.h
│   │   │   ├── main.cpp
│   │   │   ├── mainwindow.cpp
│   │   │   ├── mainwindow.h
│   │   │   ├── objectinspectorwidget.cpp
│   │   │   ├── objectinspectorwidget.h
│   │   │   ├── penwidget.cpp
│   │   │   └── penwidget.h
│   │   ├── chartviewer
│   │   │   ├── charts
│   │   │   │   ├── axis
│   │   │   │   │   ├── barcategoryaxisx.cpp
│   │   │   │   │   ├── barcategoryaxisxlogy.cpp
│   │   │   │   │   ├── barcategoryaxisy.cpp
│   │   │   │   │   ├── barcategoryaxisylogx.cpp
│   │   │   │   │   ├── categoryaxis.cpp
│   │   │   │   │   ├── datetimeaxisx.cpp
│   │   │   │   │   ├── datetimeaxisy.cpp
│   │   │   │   │   ├── logvalueaxisx.cpp
│   │   │   │   │   ├── logvalueaxisy.cpp
│   │   │   │   │   └── valueaxis.cpp
│   │   │   │   ├── barseries
│   │   │   │   │   ├── horizontalbarchart.cpp
│   │   │   │   │   ├── horizontalpercentbarchart.cpp
│   │   │   │   │   ├── horizontalstackedbarchart.cpp
│   │   │   │   │   ├── verticalbarchart.cpp
│   │   │   │   │   ├── verticalpercentbarchart.cpp
│   │   │   │   │   └── verticalstackedbarchart.cpp
│   │   │   │   ├── charts.pri
│   │   │   │   ├── domain
│   │   │   │   │   ├── barlogx.cpp
│   │   │   │   │   ├── barlogy.cpp
│   │   │   │   │   ├── barpercentlogx.cpp
│   │   │   │   │   ├── barpercentlogy.cpp
│   │   │   │   │   ├── barstackedlogx.cpp
│   │   │   │   │   ├── barstackedlogy.cpp
│   │   │   │   │   ├── linelogxlogy.cpp
│   │   │   │   │   ├── linelogxy.cpp
│   │   │   │   │   ├── linexlogy.cpp
│   │   │   │   │   ├── scatterlogxlogy.cpp
│   │   │   │   │   ├── scatterlogxy.cpp
│   │   │   │   │   ├── scatterxlogy.cpp
│   │   │   │   │   ├── splinelogxlogy.cpp
│   │   │   │   │   ├── splinelogxy.cpp
│   │   │   │   │   └── splinexlogy.cpp
│   │   │   │   ├── font
│   │   │   │   │   └── font.cpp
│   │   │   │   ├── multiaxis
│   │   │   │   │   ├── multivalueaxis2.cpp
│   │   │   │   │   ├── multivalueaxis3.cpp
│   │   │   │   │   ├── multivalueaxis4.cpp
│   │   │   │   │   ├── multivalueaxis.cpp
│   │   │   │   │   └── multivaluebaraxis.cpp
│   │   │   │   ├── pieseries
│   │   │   │   │   ├── donutchart.cpp
│   │   │   │   │   └── piechart.cpp
│   │   │   │   ├── size
│   │   │   │   │   └── sizecharts.cpp
│   │   │   │   └── xyseries
│   │   │   │   ├── areachart.cpp
│   │   │   │   ├── linechart.cpp
│   │   │   │   ├── scatterchart.cpp
│   │   │   │   └── splinechart.cpp
│   │   │   ├── charts.h
│   │   │   ├── chartviewer.pro
│   │   │   ├── grid.cpp
│   │   │   ├── grid.h
│   │   │   ├── main.cpp
│   │   │   ├── model.h
│   │   │   ├── view.cpp
│   │   │   ├── view.h
│   │   │   ├── window.cpp
│   │   │   └── window.h
│   │   ├── chartwidgettest
│   │   │   ├── chartwidgettest.pro
│   │   │   ├── dataseriedialog.cpp
│   │   │   ├── dataseriedialog.h
│   │   │   ├── main.cpp
│   │   │   ├── mainwidget.cpp
│   │   │   └── mainwidget.h
│   │   ├── manual.pro
│   │   ├── openglseriestest
│   │   │   ├── chartview.cpp
│   │   │   ├── chartview.h
│   │   │   ├── datasource.cpp
│   │   │   ├── datasource.h
│   │   │   ├── main.cpp
│   │   │   ├── mainwindow.cpp
│   │   │   ├── mainwindow.h
│   │   │   ├── mainwindow.ui
│   │   │   └── openglseriestest.pro
│   │   ├── polarcharttest
│   │   │   ├── chartview.cpp
│   │   │   ├── chartview.h
│   │   │   ├── main.cpp
│   │   │   ├── mainwindow.cpp
│   │   │   ├── mainwindow.h
│   │   │   ├── mainwindow.ui
│   │   │   └── polarcharttest.pro
│   │   ├── presenterchart
│   │   │   ├── chartview.cpp
│   │   │   ├── chartview.h
│   │   │   ├── main.cpp
│   │   │   └── presenterchart.pro
│   │   ├── qmlchartaxis
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlchartaxis
│   │   │   │   ├── Button.qml
│   │   │   │   ├── ChartAxes.qml
│   │   │   │   ├── ChartAxesRevert.qml
│   │   │   │   ├── ConfiguringDynamically.qml
│   │   │   │   ├── CreatingDynamically.qml
│   │   │   │   ├── DefaultAndUserDefined.qml
│   │   │   │   ├── DefaultAxes.qml
│   │   │   │   ├── DefaultAxesRevert.qml
│   │   │   │   ├── main.qml
│   │   │   │   ├── SeriesSpecificDynamic.qml
│   │   │   │   ├── SwitchingDynamically.qml
│   │   │   │   ├── UserDefined.qml
│   │   │   │   └── UserDefinedRevert.qml
│   │   │   ├── qmlchartaxis.pro
│   │   │   └── resources.qrc
│   │   ├── qmlchartproperties
│   │   │   ├── main.cpp
│   │   │   ├── qml
│   │   │   │   └── qmlchartproperties
│   │   │   │   ├── AreaChart.qml
│   │   │   │   ├── AreaEditor.qml
│   │   │   │   ├── BarChart.qml
│   │   │   │   ├── BarEditor.qml
│   │   │   │   ├── Button.qml
│   │   │   │   ├── ChartEditorAxis.qml
│   │   │   │   ├── ChartEditorLegend.qml
│   │   │   │   ├── ChartEditorProperties.qml
│   │   │   │   ├── ChartEditor.qml
│   │   │   │   ├── ChartEditorSeries.qml
│   │   │   │   ├── ChartEditorTitle.qml
│   │   │   │   ├── Chart.qml
│   │   │   │   ├── FontEditor.qml
│   │   │   │   ├── HorizontalBarChart.qml
│   │   │   │   ├── HorizontalPercentBarChart.qml
│   │   │   │   ├── HorizontalStackedBarChart.qml
│   │   │   │   ├── LineChart.qml
│   │   │   │   ├── LineEditor.qml
│   │   │   │   ├── main.qml
│   │   │   │   ├── PercentBarChart.qml
│   │   │   │   ├── PieChart.qml
│   │   │   │   ├── PieEditor.qml
│   │   │   │   ├── ScatterChart.qml
│   │   │   │   ├── ScatterEditor.qml
│   │   │   │   ├── SplineChart.qml
│   │   │   │   └── StackedBarChart.qml
│   │   │   ├── qmlchartproperties.pro
│   │   │   └── resources.qrc
│   │   └── wavechart
│   │   ├── main.cpp
│   │   ├── wavechart.cpp
│   │   ├── wavechart.h
│   │   └── wavechart.pro
│   ├── tests.pri
│   └── tests.pro
└── tools
└── demoLauncher
├── demoLauncher.pro
├── graphicsbutton.cpp
├── graphicsbutton.h
├── main.cpp
├── widget.cpp
└── widget.h

170 directories, 1051 files

标签:

实例下载地址

QTCharts源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警