##// END OF EJS Templates
Add support for showing tooltips when the legend text is truncated...
Add support for showing tooltips when the legend text is truncated Change-Id: Ie0b90489eb51633a0294db12410f9056f740d086 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2854:46147b040d06
r2864:47032ec192b3
Show More
sync.profile
18 lines | 648 B | text/plain | TextLexer
%modules = ( # path to module name map
"QtCharts" => "$basedir/src/charts",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
"qchartglobal.h" => "QChartGlobal"
);
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values:
# - A specific Git revision.
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
"qtbase" => "refs/heads/dev",
"qtdeclarative" => "refs/heads/dev",
);