/**************************************************************************** ** ** Copyright (C) 2017 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the documentation of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:FDL$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and The Qt Company. For licensing terms ** and conditions see https://www.qt.io/terms-conditions. For further ** information use the contact form at https://www.qt.io/contact-us. ** ** GNU Free Documentation License Usage ** Alternatively, this file may be used under the terms of the GNU Free ** Documentation License version 1.3 as published by the Free Software ** Foundation and appearing in the file included in the packaging of ** this file. Please review the following information to ensure ** the GNU Free Documentation License version 1.3 requirements ** will be met: https://www.gnu.org/licenses/fdl-1.3.html. ** $QT_END_LICENSE$ ** ****************************************************************************/ /*! \title Qt Data Visualization \page qtdatavisualization-index.html \brief Provides functionality for 3D visualization. Qt Data Visualization module provides a way to visualize data in 3D as bar, scatter, and surface graphs. It is especially useful for visualizing depth maps and large quantities of rapidly changing data, such as data received from multiple sensors. The look and feel of graphs can be customized by using themes or by adding custom items and labels to them. Qt Data Visualization is built on Qt 5 and OpenGL to take advantage of hardware acceleration and Qt Quick 2. \section1 Getting Started To import Qt Data Visualization QML types, add the following import statement to your \c .qml file: \qml \QtMinorVersion import QtDataVisualization 1.\1 \endqml If you intend to use Qt Data Visualization C++ classes in your application, use the following include and using directives: \snippet doc_src_qtdatavisualization.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 Data Visualization module, add this line to your \c qmake project file: \snippet doc_src_qtdatavisualization.pro 0 \section1 Licenses Qt Data Visualization is available under commercial licenses from \l{The Qt Company}. In addition, it is available under the \l{GNU General Public License, version 3}. See \l{Qt Licensing} for further details. \section1 Articles \list \li \l{Qt Data Visualization Overview}{Overview} \li \l{Qt Data Visualization Data Handling}{Data Handling} \li \l{Qt Data Visualization Interacting with Data}{Interacting with Data} \li \l{Qt Data Visualization Known Issues}{Known Issues} \endlist \section1 Examples \list \li \l{Qt Data Visualization Examples} \endlist \section1 API Reference \list \li \l{Qt Data Visualization C++ Classes} \li \l{Qt Data Visualization QML Types} \endlist */