##// END OF EJS Templates
floating values working now. bounding rect bug fixed
floating values working now. bounding rect bug fixed

File last commit:

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