##// END OF EJS Templates
QDoc to use style sheets...
QDoc to use style sheets Moved qcharts.qdocconf into doc folder. Created draf qdoc documentation for scatter.

File last commit:

r203:7350e0387b3f
r260:0ff1cb97d473
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();
};