MCPcopy Create free account
hub / github.com/KDAB/GammaRay / themedPixmap

Method themedPixmap

ui/uiresources.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152QPixmap UIResources::themedPixmap(const QString &filePath, QWidget *widget)
153{
154 return QPixmap(themedFilePath(Pixmap, UIResources::theme(), filePath, widget));
155}
156
157QImage UIResources::themedImage(const QString &filePath, QWidget *widget)
158{

Callers

nothing calls this directly

Calls 3

QPixmapClass · 0.85
themedFilePathFunction · 0.85
themeFunction · 0.85

Tested by

no test coverage detected