##// END OF EJS Templates
Clear background when there is only pie chart.
Clear background when there is only pie chart.

File last commit:

r203:7350e0387b3f
r293:c84fc5fb7b13
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();
};