##// END OF EJS Templates
Added clicked signal to scatter...
Added clicked signal to scatter Also optimized painting implementation to use shapes. This introduced a bug: some of the markers are now drawn with no brush...

File last commit:

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