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

Method themedImage

ui/uiresources.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157QImage UIResources::themedImage(const QString &filePath, QWidget *widget)
158{
159 return QImage(themedFilePath(Pixmap, UIResources::theme(), filePath, widget));
160}
161
162QString UIResources::themedFilePath(UIResources::ThemeEntryType type, const QString &filePath, QWidget *widget)
163{

Callers

nothing calls this directly

Calls 3

QImageClass · 0.85
themedFilePathFunction · 0.85
themeFunction · 0.85

Tested by

no test coverage detected