##// END OF EJS Templates
Set reasonable background color for docs toolbar...
Set reasonable background color for docs toolbar Default background color was white, which caused white on white text in linux assistant, which is for some reason unable to render the background picture for the toolbar. The real bug is probably in assistant, but at least with this workaround docs are usable. Task-number: QTRD-1480

File last commit:

r938:43d9ec405aa3
r2421:dd657ad6287a
Show More
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
Marek Rosa
Spline initial
r295 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
Marek Rosa
Renamed SplinePresenter to SplineChartItem
r460 $$PWD/splinechartitem.cpp
Marek Rosa
Spline initial
r295
Marek Rosa
Spline working somewhat
r401 PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
Marek Rosa
Spline initial
r295
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h