##// END OF EJS Templates
Spline initial
Spline initial

File last commit:

r203:7350e0387b3f
r295:698d88c3d4c1
Show More
customslice.h
15 lines | 240 B | text/x-c | CLexer
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 #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();
};