##// END OF EJS Templates
updated barchart examples. minor fixes
updated barchart examples. minor fixes

File last commit:

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