##// END OF EJS Templates
Use Item instead of Rectangle as a background item where possible...
Use Item instead of Rectangle as a background item where possible Using Rectangle as background is not recommended if it is only for color. It is more efficient to simply set the window color. Change-Id: I3447ca394d74fa415bde4e9d2f210c81f354555e Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2849:5e63a05ea53e
Show More
scatter.pri
13 lines | 249 B | text/plain | TextLexer
Tero Ahola
Moved scatter impl into a subfolder
r194 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qscatterseries.cpp \
Michal Klocek
Refactor scatter chart to fit the other classes...
r470 $$PWD/scatterchartitem.cpp
Tero Ahola
Moved scatter impl into a subfolder
r194
PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/scatterchartitem_p.h \
$$PWD/qscatterseries_p.h
Tero Ahola
Moved scatter impl into a subfolder
r194
PUBLIC_HEADERS += \
$$PWD/qscatterseries.h