##// END OF EJS Templates
Fix long labels visibility for QBarChart...
Fix long labels visibility for QBarChart Long labels are truncated vertically and horizontally so that they fit into the space available. There's no need to hide the labels explicitly as they are already truncated to the space available. The truncatedText() method now takes into account also the height of the space available. Task-number: QTRD-1929 Change-Id: Ibe2b996e514ddb44c96ce040fc729a605d24c8ab Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2548:b76baa838f46
r2604:776457a845dd
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