##// END OF EJS Templates
more intelligent legend. fixed compiler warning in bar.cpp
more intelligent legend. fixed compiler warning in bar.cpp

File last commit:

r486:7ab45bf9f776
r565:b4a66ce9ee2b
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
Added bar chart example
r78 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}