##// END OF EJS Templates
Additional fixes to label localization...
Additional fixes to label localization - The default bar/boxplot categories were not localized. - Might as well support "%i" format, as it is equivalent to "%d", and some of our own examples use it. - If precision is not specified in the label format, default to six instead of zero. Change-Id: I937b6a76128fc506d8db4b9974569e590d85ac5f Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>

File last commit:

r2625:3dc2625e2a47
r2709:682630e62d58
Show More
themes.pri
14 lines | 387 B | text/plain | TextLexer
Michal Klocek
Adds shadow build support
r708 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
THEMES += \
Michal Klocek
Refactors internals...
r2273 $$PWD/charttheme_p.h \
Tero Ahola
Removed default theme, now using light as the default
r853 $$PWD/chartthemesystem_p.h \
Michal Klocek
Adds shadow build support
r708 $$PWD/chartthemelight_p.h \
$$PWD/chartthemebluecerulean_p.h \
$$PWD/chartthemedark_p.h \
$$PWD/chartthemebrownsand_p.h \
$$PWD/chartthemebluencs_p.h \
Tero Ahola
Added Icy Blue and High Contrast theme
r757 $$PWD/chartthemehighcontrast_p.h \
Titta Heikkala
Add new Qt theme template...
r2625 $$PWD/chartthemeblueicy_p.h \
$$PWD/chartthemeqt_p.h