Qt Charts Examples#

Examples for the Qt Charts.

The Qt Charts examples demonstrate how to use charts in widget-based and Qt Quick applications:

OpenGL Accelerated Series Example

The example shows how to enable OpenGL acceleration for QLineSeries and QScatterSeries.

Charts-with-Widgets-Gallery

An application that demonstrates the Qt Charts Widgets API.

Charts-with-QML-Gallery

Demonstrates how to use the different chart types by using qml.

Audio-Samples-vs-Sound-Level

This example shows the drawing of microphone samples vs audio level.

Qml Oscilloscope

The example shows how to implement application with strict performance requirements using the Qt Charts QML API.

Qml Weather

This is a basic demonstration showing how to use the different chart types by using qml.

Zoom Line Example

The example shows how to create your own custom zooming effect.