@@ -0,0 +1,10 | |||||
|
1 | Qt Charts 5.7.0 | |||
|
2 | ||||
|
3 | New features | |||
|
4 | ------------ | |||
|
5 | - Added support for showing tooltips when the legend text is truncated | |||
|
6 | - No longer automatically disable QDateTimeAxis on ARM platforms | |||
|
7 | ||||
|
8 | Fixed issues | |||
|
9 | ------------ | |||
|
10 | - Fixed reversed axis when useOpenGL is true |
@@ -1,60 +1,60 | |||||
1 | include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) |
|
1 | include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) | |
2 |
|
2 | |||
3 | project = QtCharts |
|
3 | project = QtCharts | |
4 | description = Qt Charts Reference Documentation |
|
4 | description = Qt Charts Reference Documentation | |
5 | version = $QT_VERSION |
|
5 | version = $QT_VERSION | |
6 |
|
6 | |||
7 | sourcedirs += .. \ |
|
7 | sourcedirs += .. \ | |
8 | ../../chartsqml2 |
|
8 | ../../chartsqml2 | |
9 | headerdirs += .. \ |
|
9 | headerdirs += .. \ | |
10 | ../../chartsqml2 |
|
10 | ../../chartsqml2 | |
11 | exampledirs += ../../../examples/charts \ |
|
11 | exampledirs += ../../../examples/charts \ | |
12 | snippets |
|
12 | snippets | |
13 | imagedirs += images |
|
13 | imagedirs += images | |
14 |
|
14 | |||
15 |
examplesinstallpath = |
|
15 | examplesinstallpath = charts | |
16 |
|
16 | |||
17 | sources.fileextensions = "*.cpp *.qdoc" |
|
17 | sources.fileextensions = "*.cpp *.qdoc" | |
18 |
|
18 | |||
19 | depends = qtcore qtgui qtwidgets qtqml qtquick qtmultimedia qtdoc |
|
19 | depends = qtcore qtgui qtwidgets qtqml qtquick qtmultimedia qtdoc | |
20 |
|
20 | |||
21 | Cpp.ignoretokens += QT_CHARTS_EXPORT \ |
|
21 | Cpp.ignoretokens += QT_CHARTS_EXPORT \ | |
22 | QT_CHARTS_END_NAMESPACE \ |
|
22 | QT_CHARTS_END_NAMESPACE \ | |
23 | QT_CHARTS_BEGIN_NAMESPACE |
|
23 | QT_CHARTS_BEGIN_NAMESPACE | |
24 |
|
24 | |||
25 | qhp.projects = QtCharts |
|
25 | qhp.projects = QtCharts | |
26 | qhp.QtCharts.file = qtcharts.qhp |
|
26 | qhp.QtCharts.file = qtcharts.qhp | |
27 | qhp.QtCharts.namespace = org.qt-project.qtcharts.$QT_VERSION_TAG |
|
27 | qhp.QtCharts.namespace = org.qt-project.qtcharts.$QT_VERSION_TAG | |
28 | qhp.QtCharts.virtualFolder = qtcharts |
|
28 | qhp.QtCharts.virtualFolder = qtcharts | |
29 | qhp.QtCharts.indexTitle = Qt Charts |
|
29 | qhp.QtCharts.indexTitle = Qt Charts | |
30 | qhp.QtCharts.indexRoot = |
|
30 | qhp.QtCharts.indexRoot = | |
31 |
|
31 | |||
32 | qhp.QtCharts.filterAttributes = qtcharts $QT_VERSION qtrefdoc |
|
32 | qhp.QtCharts.filterAttributes = qtcharts $QT_VERSION qtrefdoc | |
33 | qhp.QtCharts.customFilters.Qt.name = QtCharts $QT_VERSION |
|
33 | qhp.QtCharts.customFilters.Qt.name = QtCharts $QT_VERSION | |
34 | qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts $QT_VERSION |
|
34 | qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts $QT_VERSION | |
35 |
|
35 | |||
36 | qhp.QtCharts.subprojects = gettingstarted classes types examples |
|
36 | qhp.QtCharts.subprojects = gettingstarted classes types examples | |
37 |
|
37 | |||
38 | qhp.QtCharts.subprojects.gettingstarted.title = Getting Started |
|
38 | qhp.QtCharts.subprojects.gettingstarted.title = Getting Started | |
39 | qhp.QtCharts.subprojects.gettingstarted.indexTitle = Qt Charts Getting Started |
|
39 | qhp.QtCharts.subprojects.gettingstarted.indexTitle = Qt Charts Getting Started | |
40 | qhp.QtCharts.subprojects.gettingstarted.selectors = fake:page |
|
40 | qhp.QtCharts.subprojects.gettingstarted.selectors = fake:page | |
41 | qhp.QtCharts.subprojects.gettingstarted.sortPages = true |
|
41 | qhp.QtCharts.subprojects.gettingstarted.sortPages = true | |
42 |
|
42 | |||
43 | qhp.QtCharts.subprojects.classes.title = C++ Classes |
|
43 | qhp.QtCharts.subprojects.classes.title = C++ Classes | |
44 | qhp.QtCharts.subprojects.classes.indexTitle = Qt Charts C++ Classes |
|
44 | qhp.QtCharts.subprojects.classes.indexTitle = Qt Charts C++ Classes | |
45 | qhp.QtCharts.subprojects.classes.selectors = class |
|
45 | qhp.QtCharts.subprojects.classes.selectors = class | |
46 | qhp.QtCharts.subprojects.classes.sortPages = true |
|
46 | qhp.QtCharts.subprojects.classes.sortPages = true | |
47 |
|
47 | |||
48 | qhp.QtCharts.subprojects.types.title = QML Types |
|
48 | qhp.QtCharts.subprojects.types.title = QML Types | |
49 | qhp.QtCharts.subprojects.types.indexTitle = Qt Charts QML Types |
|
49 | qhp.QtCharts.subprojects.types.indexTitle = Qt Charts QML Types | |
50 | qhp.QtCharts.subprojects.types.selectors = qmlclass |
|
50 | qhp.QtCharts.subprojects.types.selectors = qmlclass | |
51 | qhp.QtCharts.subprojects.types.sortPages = true |
|
51 | qhp.QtCharts.subprojects.types.sortPages = true | |
52 |
|
52 | |||
53 | qhp.QtCharts.subprojects.examples.title = Examples |
|
53 | qhp.QtCharts.subprojects.examples.title = Examples | |
54 | qhp.QtCharts.subprojects.examples.indexTitle = Qt Charts Examples |
|
54 | qhp.QtCharts.subprojects.examples.indexTitle = Qt Charts Examples | |
55 | qhp.QtCharts.subprojects.examples.selectors = fake:example |
|
55 | qhp.QtCharts.subprojects.examples.selectors = fake:example | |
56 | qhp.QtCharts.subprojects.examples.sortPages = true |
|
56 | qhp.QtCharts.subprojects.examples.sortPages = true | |
57 |
|
57 | |||
58 | navigation.landingpage = Qt Charts |
|
58 | navigation.landingpage = Qt Charts | |
59 | navigation.cppclassespage = Qt Charts C++ Classes |
|
59 | navigation.cppclassespage = Qt Charts C++ Classes | |
60 | navigation.qmltypespage = Qt Charts QML Types |
|
60 | navigation.qmltypespage = Qt Charts QML Types |
@@ -1,70 +1,70 | |||||
1 | /**************************************************************************** |
|
1 | /**************************************************************************** | |
2 | ** |
|
2 | ** | |
3 | ** Copyright (C) 2016 The Qt Company Ltd. |
|
3 | ** Copyright (C) 2016 The Qt Company Ltd. | |
4 | ** Contact: https://www.qt.io/licensing/ |
|
4 | ** Contact: https://www.qt.io/licensing/ | |
5 | ** |
|
5 | ** | |
6 | ** This file is part of the Qt Charts module of the Qt Toolkit. |
|
6 | ** This file is part of the Qt Charts module of the Qt Toolkit. | |
7 | ** |
|
7 | ** | |
8 | ** $QT_BEGIN_LICENSE:GPL$ |
|
8 | ** $QT_BEGIN_LICENSE:GPL$ | |
9 | ** Commercial License Usage |
|
9 | ** Commercial License Usage | |
10 | ** Licensees holding valid commercial Qt licenses may use this file in |
|
10 | ** Licensees holding valid commercial Qt licenses may use this file in | |
11 | ** accordance with the commercial license agreement provided with the |
|
11 | ** accordance with the commercial license agreement provided with the | |
12 | ** Software or, alternatively, in accordance with the terms contained in |
|
12 | ** Software or, alternatively, in accordance with the terms contained in | |
13 | ** a written agreement between you and The Qt Company. For licensing terms |
|
13 | ** a written agreement between you and The Qt Company. For licensing terms | |
14 | ** and conditions see https://www.qt.io/terms-conditions. For further |
|
14 | ** and conditions see https://www.qt.io/terms-conditions. For further | |
15 | ** information use the contact form at https://www.qt.io/contact-us. |
|
15 | ** information use the contact form at https://www.qt.io/contact-us. | |
16 | ** |
|
16 | ** | |
17 | ** GNU General Public License Usage |
|
17 | ** GNU General Public License Usage | |
18 | ** Alternatively, this file may be used under the terms of the GNU |
|
18 | ** Alternatively, this file may be used under the terms of the GNU | |
19 | ** General Public License version 3 or (at your option) any later version |
|
19 | ** General Public License version 3 or (at your option) any later version | |
20 | ** approved by the KDE Free Qt Foundation. The licenses are as published by |
|
20 | ** approved by the KDE Free Qt Foundation. The licenses are as published by | |
21 | ** the Free Software Foundation and appearing in the file LICENSE.GPL3 |
|
21 | ** the Free Software Foundation and appearing in the file LICENSE.GPL3 | |
22 | ** included in the packaging of this file. Please review the following |
|
22 | ** included in the packaging of this file. Please review the following | |
23 | ** information to ensure the GNU General Public License requirements will |
|
23 | ** information to ensure the GNU General Public License requirements will | |
24 | ** be met: https://www.gnu.org/licenses/gpl-3.0.html. |
|
24 | ** be met: https://www.gnu.org/licenses/gpl-3.0.html. | |
25 | ** |
|
25 | ** | |
26 | ** $QT_END_LICENSE$ |
|
26 | ** $QT_END_LICENSE$ | |
27 | ** |
|
27 | ** | |
28 | ****************************************************************************/ |
|
28 | ****************************************************************************/ | |
29 |
|
29 | |||
30 | /*! |
|
30 | /*! | |
31 | \title Qt Charts |
|
31 | \title Qt Charts | |
32 | \page qtcharts-index.html |
|
32 | \page qtcharts-index.html | |
33 |
|
33 | |||
34 | Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View |
|
34 | Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View | |
35 | Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can |
|
35 | Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can | |
36 | be used as QWidgets, QGraphicsWidget, or QML types. Users can easily create impressive |
|
36 | be used as QWidgets, QGraphicsWidget, or QML types. Users can easily create impressive | |
37 | graphs by selecting one of the charts themes. |
|
37 | graphs by selecting one of the charts themes. | |
38 |
|
38 | |||
39 | \section1 Getting Started |
|
39 | \section1 Getting Started | |
40 |
|
40 | |||
41 | To import Qt Charts QML types, add the following import statement to your \c .qml file: |
|
41 | To import Qt Charts QML types, add the following import statement to your \c .qml file: | |
42 |
|
42 | |||
43 | \snippet doc_src_qmlcharts.cpp 0 |
|
43 | \snippet doc_src_qmlcharts.cpp 0 | |
44 |
|
44 | |||
45 | If you intend to use Qt Charts C++ classes in your application, use the |
|
45 | If you intend to use Qt Charts C++ classes in your application, use the | |
46 | following include and using directives: |
|
46 | following include and using directives: | |
47 |
|
47 | |||
48 | \snippet doc_src_qtcharts.cpp 0 |
|
48 | \snippet doc_src_qtcharts.cpp 0 | |
49 |
|
49 | |||
50 | \note If you are only using a few classes from this module, we recommend including only those |
|
50 | \note Since Qt Creator 3.0, projects created with Qt Quick Application | |
51 | specific classes instead of the whole module. |
|
51 | wizard based on the Qt Quick 2 template uses QGuiApplication by default. | |
|
52 | All such QGuiApplication instances in the project must be replaced with | |||
|
53 | QApplication as the module depends on Qt's \l{Graphics View Framework} | |||
|
54 | for rendering. | |||
52 |
|
55 | |||
53 | To link against the Qt Charts module, add this line to your \c qmake project file: |
|
56 | To link against the Qt Charts module, add this line to your \c qmake project file: | |
54 |
|
57 | |||
55 | \snippet doc_src_qtcharts.pro 0 |
|
58 | \snippet doc_src_qtcharts.pro 0 | |
56 |
|
59 | |||
57 | See the \l{Qt Charts Getting Started}{Getting started} page for further information on |
|
|||
58 | how to use Qt Charts in your application. |
|
|||
59 |
|
||||
60 | \section1 References |
|
60 | \section1 References | |
61 | \list |
|
61 | \list | |
62 | \li \l{Qt Charts C++ Classes} |
|
62 | \li \l{Qt Charts C++ Classes} | |
63 | \li \l{Qt Charts QML Types} |
|
63 | \li \l{Qt Charts QML Types} | |
64 | \endlist |
|
64 | \endlist | |
65 |
|
65 | |||
66 | Qt Charts comes with the following examples: |
|
66 | Qt Charts comes with the following examples: | |
67 |
|
67 | |||
68 | \annotatedlist qtcharts_examples |
|
68 | \annotatedlist qtcharts_examples | |
69 |
|
69 | |||
70 | */ |
|
70 | */ |
@@ -1,209 +1,88 | |||||
1 | /**************************************************************************** |
|
1 | /**************************************************************************** | |
2 | ** |
|
2 | ** | |
3 | ** Copyright (C) 2016 The Qt Company Ltd. |
|
3 | ** Copyright (C) 2016 The Qt Company Ltd. | |
4 | ** Contact: https://www.qt.io/licensing/ |
|
4 | ** Contact: https://www.qt.io/licensing/ | |
5 | ** |
|
5 | ** | |
6 | ** This file is part of the Qt Charts module of the Qt Toolkit. |
|
6 | ** This file is part of the Qt Charts module of the Qt Toolkit. | |
7 | ** |
|
7 | ** | |
8 | ** $QT_BEGIN_LICENSE:GPL$ |
|
8 | ** $QT_BEGIN_LICENSE:GPL$ | |
9 | ** Commercial License Usage |
|
9 | ** Commercial License Usage | |
10 | ** Licensees holding valid commercial Qt licenses may use this file in |
|
10 | ** Licensees holding valid commercial Qt licenses may use this file in | |
11 | ** accordance with the commercial license agreement provided with the |
|
11 | ** accordance with the commercial license agreement provided with the | |
12 | ** Software or, alternatively, in accordance with the terms contained in |
|
12 | ** Software or, alternatively, in accordance with the terms contained in | |
13 | ** a written agreement between you and The Qt Company. For licensing terms |
|
13 | ** a written agreement between you and The Qt Company. For licensing terms | |
14 | ** and conditions see https://www.qt.io/terms-conditions. For further |
|
14 | ** and conditions see https://www.qt.io/terms-conditions. For further | |
15 | ** information use the contact form at https://www.qt.io/contact-us. |
|
15 | ** information use the contact form at https://www.qt.io/contact-us. | |
16 | ** |
|
16 | ** | |
17 | ** GNU General Public License Usage |
|
17 | ** GNU General Public License Usage | |
18 | ** Alternatively, this file may be used under the terms of the GNU |
|
18 | ** Alternatively, this file may be used under the terms of the GNU | |
19 | ** General Public License version 3 or (at your option) any later version |
|
19 | ** General Public License version 3 or (at your option) any later version | |
20 | ** approved by the KDE Free Qt Foundation. The licenses are as published by |
|
20 | ** approved by the KDE Free Qt Foundation. The licenses are as published by | |
21 | ** the Free Software Foundation and appearing in the file LICENSE.GPL3 |
|
21 | ** the Free Software Foundation and appearing in the file LICENSE.GPL3 | |
22 | ** included in the packaging of this file. Please review the following |
|
22 | ** included in the packaging of this file. Please review the following | |
23 | ** information to ensure the GNU General Public License requirements will |
|
23 | ** information to ensure the GNU General Public License requirements will | |
24 | ** be met: https://www.gnu.org/licenses/gpl-3.0.html. |
|
24 | ** be met: https://www.gnu.org/licenses/gpl-3.0.html. | |
25 | ** |
|
25 | ** | |
26 | ** $QT_END_LICENSE$ |
|
26 | ** $QT_END_LICENSE$ | |
27 | ** |
|
27 | ** | |
28 | ****************************************************************************/ |
|
28 | ****************************************************************************/ | |
29 |
|
29 | |||
30 | /*! |
|
30 | /*! | |
31 | \module Qt Charts |
|
31 | \module Qt Charts | |
32 | \title Qt Charts C++ Classes |
|
32 | \title Qt Charts C++ Classes | |
33 | \ingroup modules |
|
33 | \ingroup modules | |
34 |
|
34 | |||
35 | \brief C++ classes for the Qt Charts API. |
|
35 | \brief C++ classes for the Qt Charts API. | |
36 |
|
36 | |||
37 | Charts API is built on top of Qt Graphics View Framework. Charts can be displayed as QGraphicsWidget using the QChart class. However |
|
37 | Charts API is built on top of Qt Graphics View Framework. Charts can be displayed as QGraphicsWidget using the QChart class. However | |
38 | there is also the convenience class QChartView, which is QWidget based. These enable us to quickly use Qt Charts as a normal Qt widget. |
|
38 | there is also the convenience class QChartView, which is QWidget based. These enable us to quickly use Qt Charts as a normal Qt widget. | |
39 |
|
39 | |||
40 | Each chart type is represented by the QAbstractSeries derived class. To create charts, the users have to use an instance of the related |
|
40 | Each chart type is represented by the QAbstractSeries derived class. To create charts, the users have to use an instance of the related | |
41 | series class and add it to a QChart instance. |
|
41 | series class and add it to a QChart instance. | |
42 | \code |
|
42 | \code | |
43 | QLineSeries* series = new QLineSeries(); |
|
43 | QLineSeries* series = new QLineSeries(); | |
44 | series->add(0, 6); |
|
44 | series->add(0, 6); | |
45 | series->add(2, 4); |
|
45 | series->add(2, 4); | |
46 | ... |
|
46 | ... | |
47 | chartView->chart()->addSeries(series); |
|
47 | chartView->chart()->addSeries(series); | |
48 | chartView->chart()->createDefaultAxes(); |
|
48 | chartView->chart()->createDefaultAxes(); | |
49 | \endcode |
|
49 | \endcode | |
50 | */ |
|
50 | */ | |
51 |
|
51 | |||
52 | /*! |
|
52 | /*! | |
53 | \qmlmodule QtCharts 2.1 |
|
53 | \qmlmodule QtCharts 2.1 | |
54 | \title Qt Charts QML Types |
|
54 | \title Qt Charts QML Types | |
55 | \ingroup qmlmodules |
|
55 | \ingroup qmlmodules | |
56 |
|
56 | |||
57 | \brief QML types for the Qt Charts API. |
|
57 | \brief QML types for the Qt Charts API. | |
58 |
|
58 | |||
59 | The Qt Charts QML API is an intuitive and simple way to show charts in your QML |
|
59 | The Qt Charts QML API is an intuitive and simple way to show charts in your QML | |
60 | applications. |
|
60 | applications. | |
61 |
|
61 | |||
62 | Use the following QML to create a simple pie chart: |
|
62 | Use the following QML to create a simple pie chart: | |
63 | \image examples_qmlpiechart.png |
|
63 | \image examples_qmlpiechart.png | |
64 | \snippet qmlpiechart/qml/qmlpiechart/main.qml 1 |
|
64 | \snippet qmlpiechart/qml/qmlpiechart/main.qml 1 | |
65 | \snippet qmlpiechart/qml/qmlpiechart/main.qml 2 |
|
65 | \snippet qmlpiechart/qml/qmlpiechart/main.qml 2 | |
66 | \snippet qmlpiechart/qml/qmlpiechart/main.qml 3 |
|
66 | \snippet qmlpiechart/qml/qmlpiechart/main.qml 3 | |
67 |
|
67 | |||
68 | \note Since Qt Creator 3.0 the project created with Qt Quick Application wizard based on |
|
68 | \note Since Qt Creator 3.0 the project created with Qt Quick Application wizard based on | |
69 | Qt Quick 2 template uses QGuiApplication by default. As Qt Charts utilizes Qt Graphics View |
|
69 | Qt Quick 2 template uses QGuiApplication by default. As Qt Charts utilizes Qt Graphics View | |
70 | Framework for drawing, QApplication must be used. The project created with the wizard is |
|
70 | Framework for drawing, QApplication must be used. The project created with the wizard is | |
71 | usable with Qt Charts after the QGuiApplication is replaced with QApplication. |
|
71 | usable with Qt Charts after the QGuiApplication is replaced with QApplication. | |
72 |
|
72 | |||
73 | \section1 QML Types |
|
73 | \section1 QML Types | |
74 | */ |
|
74 | */ | |
75 |
|
75 | |||
76 | /*! |
|
76 | /*! | |
77 | \group charts_examples |
|
77 | \group charts_examples | |
78 | \ingroup all-examples |
|
78 | \ingroup all-examples | |
79 | \title Qt Charts Examples |
|
79 | \title Qt Charts Examples | |
80 |
|
80 | |||
81 | \brief Examples for the Qt Charts. |
|
81 | \brief Examples for the Qt Charts. | |
82 |
|
82 | |||
83 | For some code examples, see one of the Qt Charts examples: |
|
83 | For some code examples, see one of the Qt Charts examples: | |
84 |
|
84 | |||
85 | \section1 Examples |
|
85 | \section1 Examples | |
86 |
|
86 | |||
87 | \annotatedlist qtcharts_examples |
|
87 | \annotatedlist qtcharts_examples | |
88 | */ |
|
88 | */ | |
89 |
|
||||
90 | /*! |
|
|||
91 | \group qtcharts_getting_started |
|
|||
92 | \title Qt Charts Getting Started |
|
|||
93 |
|
||||
94 | \section1 Installing the Qt Charts module |
|
|||
95 |
|
||||
96 | Use the \c {Package Manager} in \c {Maintenance Tool} or the \c {Online installer} to install |
|
|||
97 | the Qt Charts module. The module can be found under \c {Qt Enterprise Add-Ons} in the |
|
|||
98 | package manager. |
|
|||
99 |
|
||||
100 | After installation Qt Charts documentation and examples are available in Qt Creator. |
|
|||
101 | Examples can be found on the examples page of Qt Creator by selecting the Qt Charts |
|
|||
102 | component from the drop-down menu. |
|
|||
103 |
|
||||
104 | The source code is installed into the QtCharts folder under EnterpriseAddOns. |
|
|||
105 |
|
||||
106 | \section1 Building Qt Charts |
|
|||
107 |
|
||||
108 | To build the Qt Charts module from source code yourself, set up a command prompt with |
|
|||
109 | an environment for building Qt applications, navigate to the directory containing |
|
|||
110 | \c {qtcharts.pro}, and configure the project with qmake: |
|
|||
111 | \code |
|
|||
112 | qmake |
|
|||
113 | \endcode |
|
|||
114 |
|
||||
115 | qmake should be run from the folder where Qt has been installed. For example, |
|
|||
116 | if Qt is built with -prefix /opt/MyXCompiledQt, then qmake should be run |
|
|||
117 | from /opt/MyXCompiledQt/bin/qmake. |
|
|||
118 |
|
||||
119 | After running qmake, build the project with make: |
|
|||
120 | \table |
|
|||
121 | \header |
|
|||
122 | \li OS \li Make command |
|
|||
123 | \row |
|
|||
124 | \li Linux \li make |
|
|||
125 | \row |
|
|||
126 | \li Windows (MinGw) \li mingw32-make |
|
|||
127 | \row |
|
|||
128 | \li Windows (MSVC) \li nmake |
|
|||
129 | \row |
|
|||
130 | \li OSX \li make |
|
|||
131 | \endtable |
|
|||
132 |
|
||||
133 | The above generates the default makefiles for your configuration, which is typically |
|
|||
134 | the release build if you are using precompiled binary Qt distribution. To build both debug |
|
|||
135 | and release, or one specifically, use one of the following qmake lines instead. |
|
|||
136 |
|
||||
137 | For debug builds: |
|
|||
138 | \code |
|
|||
139 | qmake CONFIG+=debug |
|
|||
140 | make |
|
|||
141 | \endcode |
|
|||
142 | or |
|
|||
143 | \code |
|
|||
144 | qmake CONFIG+=debug_and_release |
|
|||
145 | make debug |
|
|||
146 | \endcode |
|
|||
147 |
|
||||
148 | For release builds: |
|
|||
149 | \code |
|
|||
150 | qmake CONFIG+=release |
|
|||
151 | make |
|
|||
152 | \endcode |
|
|||
153 | or |
|
|||
154 | \code |
|
|||
155 | qmake CONFIG+=debug_and_release |
|
|||
156 | make release |
|
|||
157 | \endcode |
|
|||
158 |
|
||||
159 | For both builds (Windows/OS X only): |
|
|||
160 | \code |
|
|||
161 | qmake CONFIG+="debug_and_release build_all" |
|
|||
162 | make |
|
|||
163 | \endcode |
|
|||
164 |
|
||||
165 | After building, install the module to your Qt directory: |
|
|||
166 | \code |
|
|||
167 | make install |
|
|||
168 | \endcode |
|
|||
169 |
|
||||
170 | If you want to uninstall the module: |
|
|||
171 | \code |
|
|||
172 | make uninstall |
|
|||
173 | \endcode |
|
|||
174 |
|
||||
175 | To build a statically linked version of the Qt Charts module, give the following commands: |
|
|||
176 |
|
||||
177 | \snippet doc_src_qtcharts.cpp 1 |
|
|||
178 |
|
||||
179 | \section1 Running examples |
|
|||
180 |
|
||||
181 | Qt Charts examples are found under the \c examples subdirectory. To build and run a single |
|
|||
182 | example, in this case qmlpolarchart, navigate to the example directory and enter the following |
|
|||
183 | commands: |
|
|||
184 |
|
||||
185 | \snippet doc_src_qtcharts.cpp 2 |
|
|||
186 |
|
||||
187 | \note On some platforms, such as Windows, the executable can be generated under debug or |
|
|||
188 | release folders, depending on your build. |
|
|||
189 |
|
||||
190 | \section1 Creating a simple application |
|
|||
191 |
|
||||
192 | To create a simple application, start by creating a new Qt Gui Application project in Qt |
|
|||
193 | Creator and add this line to the \c .pro file of the project: |
|
|||
194 |
|
||||
195 | \snippet doc_src_qtcharts.pro 0 |
|
|||
196 |
|
||||
197 | In the \c main.cpp file, include the module headers and declare namespace usage: |
|
|||
198 |
|
||||
199 | \snippet doc_src_qtcharts.cpp 0 |
|
|||
200 |
|
||||
201 | \note Since Qt Creator 3.0 the project created with Qt Quick Application wizard based on |
|
|||
202 | Qt Quick 2 template uses QGuiApplication by default. As Qt Charts utilizes Qt Graphics View |
|
|||
203 | Framework for drawing, QApplication must be used. The project created with the wizard is |
|
|||
204 | usable with Qt Charts after the QGuiApplication is replaced with QApplication. |
|
|||
205 |
|
||||
206 | For further code examples, see one of the Qt Charts examples: |
|
|||
207 |
|
||||
208 | \annotatedlist qtcharts_examples |
|
|||
209 | */ |
|
General Comments 0
You need to be logged in to leave comments.
Login now