35 p->fillRect( r, QColor(193, 210, 238) );
38 p->setPen( QColor(49, 106, 197) );
45 p->fillRect( r, QColor(224, 232, 246) );
48 p->setPen( QColor(152, 180, 226) );
54 p->drawPixmap( x() , y() + (
height() - pixmap()->
height() ) / 2, *pixmap());
56 int align = Qt::AlignLeft | Qt::TextWordWrap | Qt::TextWrapAnywhere;
57 p->drawText( textRect( FALSE ), align, text());