summaryrefslogtreecommitdiffstats
path: root/examples/charts/chartsgallery/doc/src/gallery.qdoc
blob: fdcb53cfe08ff7e7b45bbde848a65d8c1e9b414d (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{Charts with QML Gallery}.

*/