##// END OF EJS Templates
Added chart printing to pdf
Added chart printing to pdf

File last commit:

r203:7350e0387b3f
r244:615e346403e5
Show More
customslice.h
15 lines | 240 B | text/x-c | CLexer
#include <qpieslice.h>
QTCOMMERCIALCHART_USE_NAMESPACE
class CustomSlice : public QPieSlice
{
Q_OBJECT
public:
CustomSlice(qreal value, QObject* parent = 0);
public Q_SLOTS:
void updateLabel();
void toggleExploded();
};