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

File last commit:

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