@@ -70,7 +70,7 Both Qt Assistant (qtcharts.qch) and in HTML format (qtcharts subfolder) | |||||
70 | documentation is generated. |
|
70 | documentation is generated. | |
71 |
|
71 | |||
72 | Please refer to the generated documentation for more information: |
|
72 | Please refer to the generated documentation for more information: | |
73 | doc/qtcharts/index.html |
|
73 | doc/qtcharts/qtcharts-index.html | |
74 |
|
74 | |||
75 | Known issues |
|
75 | Known issues | |
76 | ============ |
|
76 | ============ |
@@ -1,8 +1,4 | |||||
1 |
include($QT_INSTALL_DOCS/global/m |
|
1 | include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) | |
2 | include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf) |
|
|||
3 | include($QT_INSTALL_DOCS/global/compat.qdocconf) |
|
|||
4 | include($QT_INSTALL_DOCS/global/fileextensions.qdocconf) |
|
|||
5 | include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf) |
|
|||
6 |
|
2 | |||
7 | project = QtCharts |
|
3 | project = QtCharts | |
8 | description = Qt Charts Reference Documentation |
|
4 | description = Qt Charts Reference Documentation | |
@@ -15,24 +11,20 headerdirs += .. \ | |||||
15 | exampledirs += ../../../examples/charts \ |
|
11 | exampledirs += ../../../examples/charts \ | |
16 | snippets |
|
12 | snippets | |
17 | imagedirs += images |
|
13 | imagedirs += images | |
18 | examplesinstallpath = charts |
|
14 | ||
|
15 | examplesinstallpath = qtcharts/charts | |||
19 |
|
16 | |||
20 | sources.fileextensions = "*.cpp *.qdoc" |
|
17 | sources.fileextensions = "*.cpp *.qdoc" | |
21 |
|
18 | |||
22 | indexes += $QT_INSTALL_DOCS/qtcore/qtcore.index \ |
|
19 | depends = qtcore qtgui qtwidgets qtqml qtquick qtmultimedia qtdoc | |
23 | $QT_INSTALL_DOCS/qtgui/qtgui.index \ |
|
|||
24 | $QT_INSTALL_DOCS/qtqml/qtqml.index \ |
|
|||
25 | $QT_INSTALL_DOCS/qtquick/qtquick.index \ |
|
|||
26 | $QT_INSTALL_DOCS/qtmultimedia/qtmultimedia.index |
|
|||
27 |
|
20 | |||
28 |
Cpp.ignoretokens |
|
21 | Cpp.ignoretokens += QT_CHARTS_EXPORT \ | |
29 | QT_CHARTS_EXPORT \ |
|
|||
30 | QT_CHARTS_END_NAMESPACE \ |
|
22 | QT_CHARTS_END_NAMESPACE \ | |
31 | QT_CHARTS_BEGIN_NAMESPACE |
|
23 | QT_CHARTS_BEGIN_NAMESPACE | |
32 |
|
24 | |||
33 | qhp.projects = QtCharts |
|
25 | qhp.projects = QtCharts | |
34 | qhp.QtCharts.file = qtcharts.qhp |
|
26 | qhp.QtCharts.file = qtcharts.qhp | |
35 |
qhp.QtCharts.namespace = |
|
27 | qhp.QtCharts.namespace = org.qt-project.qtcharts.$QT_VERSION_TAG | |
36 | qhp.QtCharts.virtualFolder = qtcharts |
|
28 | qhp.QtCharts.virtualFolder = qtcharts | |
37 | qhp.QtCharts.indexTitle = Qt Charts |
|
29 | qhp.QtCharts.indexTitle = Qt Charts | |
38 | qhp.QtCharts.indexRoot = |
|
30 | qhp.QtCharts.indexRoot = | |
@@ -66,7 +58,3 qhp.QtCharts.subprojects.examples.sortPages = true | |||||
66 | navigation.landingpage = Qt Charts |
|
58 | navigation.landingpage = Qt Charts | |
67 | navigation.cppclassespage = Qt Charts C++ Classes |
|
59 | navigation.cppclassespage = Qt Charts C++ Classes | |
68 | navigation.qmltypespage = Qt Charts QML Types |
|
60 | navigation.qmltypespage = Qt Charts QML Types | |
69 |
|
||||
70 | depends = qtwidgets |
|
|||
71 |
|
||||
72 | buildversion = Qt Charts $QT_VERSION Reference Documentation |
|
@@ -29,8 +29,7 | |||||
29 |
|
29 | |||
30 | /*! |
|
30 | /*! | |
31 | \title Qt Charts |
|
31 | \title Qt Charts | |
32 | \page index.html |
|
32 | \page qtcharts-index.html | |
33 | \keyword About |
|
|||
34 |
|
33 | |||
35 | 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 | |
36 | 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 |
General Comments 0
You need to be logged in to leave comments.
Login now