##// END OF EJS Templates
Updates axis drawing code...
Updates axis drawing code * fixes barcategory axis hadling when zoom/scroll * blocks removing grind line when corespoding label overlap * adds comments for geometry functions * updates charviewer barcategories axis examples * adds PreferedSize handling to layout manager

File last commit:

r1778:11f77f06f75b
r2133:8c175959daec
Show More
chartwidgettest.pro
18 lines | 291 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui opengl
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h