##// 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:

r2548:b76baa838f46
r2709:682630e62d58
Show More
legend.pri
36 lines | 946 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qlegend.cpp \
$$PWD/legendlayout.cpp \
$$PWD/qlegendmarker.cpp \
$$PWD/qpielegendmarker.cpp \
$$PWD/legendmarkeritem.cpp \
$$PWD/qbarlegendmarker.cpp \
$$PWD/qxylegendmarker.cpp \
$$PWD/qarealegendmarker.cpp \
$$PWD/legendscroller.cpp \
$$PWD/qboxplotlegendmarker.cpp
PRIVATE_HEADERS += \
$$PWD/legendscroller_p.h \
$$PWD/qlegend_p.h \
$$PWD/legendlayout_p.h \
$$PWD/qlegendmarker_p.h \
$$PWD/legendmarkeritem_p.h \
$$PWD/qpielegendmarker_p.h \
$$PWD/qbarlegendmarker_p.h \
$$PWD/qxylegendmarker_p.h \
$$PWD/qarealegendmarker_p.h \
$$PWD/qboxplotlegendmarker_p.h
PUBLIC_HEADERS += \
$$PWD/qlegend.h \
$$PWD/qlegendmarker.h \
$$PWD/qpielegendmarker.h \
$$PWD/qbarlegendmarker.h \
$$PWD/qxylegendmarker.h \
$$PWD/qarealegendmarker.h \
$$PWD/qboxplotlegendmarker.h