##// END OF EJS Templates
exposing countcategories to user from barchartseries
exposing countcategories to user from barchartseries

File last commit:

r78:681c12da395a
r323:a2d7c580728d
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}