Searched refs:customPixmap (Results 1 – 4 of 4) sorted by relevance
28 QPixmap customPixmap; member in KRatingPainterPrivate38 if (!customPixmap.isNull()) { in getPixmap()39 p = customPixmap.scaled(QSize(size, size)); in getPixmap()99 QPixmap KRatingPainter::customPixmap() const in customPixmap() function in KRatingPainter101 return d->customPixmap; in customPixmap()141 d->customPixmap = pixmap; in setCustomPixmap()
232 if (!d->ratingPainter.customPixmap().isNull()) { in sizeHint()233 …pixSize = d->ratingPainter.customPixmap().size() / d->ratingPainter.customPixmap().devicePixelRati… in sizeHint()
110 QPixmap customPixmap() const;
12912 def customPixmap(self): member in KRatingPainter