##// END OF EJS Templates
For BarChart labels for legend are now taken from model's headerData (row or column)
For BarChart labels for legend are now taken from model's headerData (row or column)

File last commit:

r496:c23f1472c851
r1012:63ded67c2d2b
Show More
qcharts.qdocconf
45 lines | 1.6 KiB | text/plain | TextLexer
/ doc / qcharts.qdocconf
Michal Klocek
Fixes All Moudle link...
r315 include(compat.qdocconf)
include(macros.qdocconf)
Michal Klocek
Refactor documentation...
r331 include(qchart-html-template.qdocconf)
Tero Ahola
QDoc to use style sheets...
r260
project = QtCommercialCharts
description = Library for creating charts
sourcedirs = ../src \
sauimone
fixed example paths in doc
r496 ../examples \
Michal Klocek
Fixes All Moudle link...
r315 ./src
Tero Ahola
QDoc to use style sheets...
r260 headerdirs = ../src \
sauimone
fixed example paths in doc
r496 ../examples
Michal Klocek
Refactor documentation...
r331 exampledirs = ../ \
../src \
sauimone
fixed example paths in doc
r496 ../examples
Michal Klocek
Refactor documentation...
r331
sauimone
fixed example paths in doc
r496 excludefiles += ../examples/linechart/linechart.pro
Michal Klocek
Fixes All Moudle link...
r315
Tero Ahola
Started documenting QChart
r264 sources.fileextensions = *.cpp *.qdoc *.mm *.qml
headers.fileextensions = *.h *.ch *.h++ *.hh *.hpp *.hxx
examples.fileextensions = *.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml
examples.imageextensions = *.png *.jpeg *.jpg *.gif *.mng
Michal Klocek
Fixes All Moudle link...
r315
Tero Ahola
QDoc to use style sheets...
r260 imagedirs = ./images
outputdir = ./html
Michal Klocek
Fixes All Moudle link...
r315
Tero Ahola
QDoc to use style sheets...
r260 Cpp.ignoretokens = QTCOMMERCIALCHART_EXPORT \
QTCOMMERCIALCHART_END_NAMESPACE \
QTCOMMERCIALCHART_BEGIN_NAMESPACE
Cpp.ignoredirectives = Q_DECLARE_HANDLE \
Q_DECLARE_INTERFACE \
Q_DECLARE_METATYPE \
Q_DECLARE_OPERATORS_FOR_FLAGS \
Q_DECLARE_PRIVATE \
Q_DECLARE_PUBLIC \
Q_DECLARE_SHARED \
Q_DECLARE_TR_FUNCTIONS \
Q_DECLARE_TYPEINFO \
Q_DISABLE_COPY \
QT_FORWARD_DECLARE_CLASS \
Q_DUMMY_COMPARISON_OPERATOR \
Q_ENUMS \
Q_FLAGS \
Q_INTERFACES \
__attribute__