##// END OF EJS Templates
Bar chart prototyping
Bar chart prototyping

File last commit:

r10:2932e9eb12b3
r10:2932e9eb12b3
Show More
qbarchartmodel.cpp
6 lines | 114 B | text/x-c | CppLexer
#include "qbarchartmodel.h"
QBarChartModel::QBarChartModel(QObject *parent) :
QAbstractItemModel(parent)
{
}