##// END OF EJS Templates
Fix documentation appearance...
Fix documentation appearance Images and code snippets are no longer placed in to tables. This will improve the appearance of the online documentation. Also minor capitalisation changes done. Change-Id: I5b54dadfb4d9c8adf4045d88f00a0f6fe43298e7 Task-number: QTBUG-42512 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2750:0968736234d9
r2750:0968736234d9
Show More
index.qdoc
60 lines | 2.0 KiB | text/plain | TextLexer
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.io
**
** This file is part of the Qt Charts module.
**
** Licensees holding valid commercial license for Qt may use this file in
** accordance with the Qt License Agreement provided with the Software
** or, alternatively, in accordance with the terms contained in a written
** agreement between you and Digia.
**
** If you have questions regarding the use of this file, please use
** contact form at http://qt.io
**
****************************************************************************/
/*!
\title Qt Charts
\page index.html
\keyword About
Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View
Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can
be used as QWidgets, QGraphicsWidget, or QML types. Users can easily create impressive
graphs by selecting one of the charts themes.
\section1 Getting Started
To import Qt Charts QML types, add the following import statement to your \c .qml file:
\snippet doc_src_qmlcharts.cpp 0
If you intend to use Qt Charts C++ classes in your application, use the
following include and using directives:
\snippet doc_src_qtcharts.cpp 0
\note If you are only using a few classes from this module, we recommend including only those
specific classes instead of the whole module.
To link against the Qt Charts module, add this line to your \c qmake project file:
\snippet doc_src_qtcharts.pro 0
See the \l{Qt Charts Getting Started}{Getting started} page for further information on
how to use Qt Charts in your application.
\section1 References
\list
\li \l{Qt Charts C++ Classes}
\li \l{Qt Charts QML Types}
\endlist
Qt Charts comes with the following examples:
\annotatedlist qtcharts_examples
*/