##// END OF EJS Templates
Fix label angle setting for axis before axis is added to chart....
Fix label angle setting for axis before axis is added to chart. Since slots are obviously not connected before ChartAxis item is created, setting label angle before this is lost unless set in the constructor.

File last commit:

r938:43d9ec405aa3
r2410:47bf654423ee
Show More
linechart.pri
12 lines | 248 B | text/plain | TextLexer
Michal Klocek
Cleanup build setup...
r249 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/linechartitem.cpp \
Michal Klocek
Rename QLineChartSeries to QLineSeries
r349 $$PWD/qlineseries.cpp
Michal Klocek
Cleanup build setup...
r249
PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/linechartitem_p.h \
$$PWD/qlineseries_p.h
Michal Klocek
Cleanup build setup...
r249
PUBLIC_HEADERS += \
Michal Klocek
Rename QLineChartSeries to QLineSeries
r349 $$PWD/qlineseries.h