##// END OF EJS Templates
Adds scroll support...
Adds scroll support * adds scroll animation * adds simple left,right,up,down key handling * adds ticks handling to domain

File last commit:

r530:d482058261e4
r531:64f37cf5241e
Show More
axis.pri
13 lines | 278 B | text/plain | TextLexer
Michal Klocek
Move axes files to subdir
r478 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/axisitem.cpp \
$$PWD/qchartaxis.cpp \
$$PWD/qchartaxiscategories.cpp
PRIVATE_HEADERS += \
$$PWD/axisitem_p.h
PUBLIC_HEADERS += \
$$PWD/qchartaxis.h \
$$PWD/qchartaxiscategories.h