Qt Quick has a convenient way to show data of all kinds. The two modules, Qt Data Visualization and Qt Charts, can both supply integral UI elements. They are similar, except Qt Data Visualization displays data in 3D.Â
Show your data – Qt Data Visualization and Qt Charts
Qt Charts
Qt Charts shows 2D graphs and uses the Graphics View framework.
It adds the following chart types:
- AreaÂ
- BarÂ
- Box-and-whiskersÂ
- Candlestick
- Line: a simple line chart
- Pie: pie slices
- Polar: a circular line
- Scatter: a collection of points
- Spline: a line chart with curved points
The following example from Qt shows a few different charts that are available:
Each graph or chart has at least one axis and can have the following...