12void DropShadow(QPainter &p, QPicture &picture,
float radius, QColor color = Qt::black);
13void InnerShadow(QPainter &p, QPicture &picture,
float radius, QColor color = Qt::black);
15void BoxDropShadow(QPainter &p, QRect box,
float radius, QColor color = Qt::black);
16void BoxInnerShadow(QPainter &p, QRect box,
float radius, QColor color = Qt::black);
void InnerShadow(QPainter &p, QPicture &picture, float radius, QColor color=Qt::black)
void BoxInnerShadow(QPainter &p, QRect box, float radius, QColor color=Qt::black)
void DropShadow(QPainter &p, QPicture &picture, float radius, QColor color=Qt::black)
void BoxDropShadow(QPainter &p, QRect box, float radius, QColor color=Qt::black)