| 26 | } |
| 27 | |
| 28 | void ExpandDecorator::grabExpandRect() |
| 29 | { |
| 30 | m_expandRectPixmap = QPixmap(m_expandRect.size()); |
| 31 | parentWidget()->render(&m_expandRectPixmap, QPoint(), QRegion(m_expandRect)); |
| 32 | } |
| 33 | |
| 34 | void ExpandDecorator::setFillColor(const QColor& _fillColor) |
| 35 | { |