summaryrefslogtreecommitdiffstats
path: root/examples/charts/chartsgallery/doc/src/gallery.qdoc
blob: e8f2dcbf2ec47dd754de94709b5e2efb5dde0ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
\example chartsgallery
\title Charts with Widgets Gallery
\ingroup qtcharts_examples

\brief An application that demonstrates the Qt Charts Widgets API.

\image ChartWidgetGallery.png

This example demonstrates the Qt Charts API for widgets by using included sample
data to populate a number of chart types and interactions for a user.

\annotatedlist charts_widget_gallery_example

\include examples-run.qdocinc

If you want to implement charts with QML see the \l{QML Charts Example}.

*/