80 QWidget::paintEvent(ev);
82 QPainter painter(
this);
84 painter.fillRect( ev->rect(),
__color );
92 painter.drawPixmap( QRect(w, 0, width() - w * 2, h),
m_pixmap, QRect(10, 0, w, h) );
95 painter.drawPixmap( QRect(0, 0, w, h),
m_pixmap, QRect(0, 0, w, h) );
98 painter.drawPixmap( QRect(width() - w, 0, w, h),
m_pixmap, QRect(
m_pixmap.width() - w, 0, w, h) );
101 painter.drawPixmap( ev->rect(),
m_pixmap, ev->rect() );