##// END OF EJS Templates
Refactors axis handling...
Refactors axis handling * drops pass by value handling * qaxischart is qobject * adds axis ticks handling * adds scale stubs

File last commit:

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