##// END OF EJS Templates
making bar as qobject causes crash for some reason. rewinding back a bit...
making bar as qobject causes crash for some reason. rewinding back a bit...

File last commit:

r96:277658be1fc8
r247:8f79fcf18e90
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
added missing example files :)
r96 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}