Home
last modified time | relevance | path

Searched refs:customPixmap (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkratingpainter.cpp28 QPixmap customPixmap; member in KRatingPainterPrivate
38 if (!customPixmap.isNull()) { in getPixmap()
39 p = customPixmap.scaled(QSize(size, size)); in getPixmap()
99 QPixmap KRatingPainter::customPixmap() const in customPixmap() function in KRatingPainter
101 return d->customPixmap; in customPixmap()
141 d->customPixmap = pixmap; in setCustomPixmap()
H A Dkratingwidget.cpp232 if (!d->ratingPainter.customPixmap().isNull()) { in sizeHint()
233 …pixSize = d->ratingPainter.customPixmap().size() / d->ratingPainter.customPixmap().devicePixelRati… in sizeHint()
H A Dkratingpainter.h110 QPixmap customPixmap() const;
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py12912 def customPixmap(self): member in KRatingPainter