##// END OF EJS Templates
Restored bar series in chartwidgettest
Restored bar series in chartwidgettest

File last commit:

r276:d062a7f38647
r279:22961f3dbd96
Show More
custombarset.cpp
8 lines | 217 B | text/x-c | CppLexer
#include "custombarset.h"
CustomBarSet::CustomBarSet(QObject *parent) :
QBarSet(parent)
{
// Using signal to signal connection here.
connect(this,SIGNAL(clicked()),this,SIGNAL(toggleFloatingValues()));
}