##// END OF EJS Templates
Refactors axis layout managment...
Refactors axis layout managment * create layout handling * add basic animations support

File last commit:

r96:277658be1fc8
r291:2b7ffa40a22f
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}