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

Method themedIcon

ui/uiresources.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147QIcon UIResources::themedIcon(const QString &filePath)
148{
149 return QIcon(themedFilePath(Icon, UIResources::theme(), filePath, nullptr));
150}
151
152QPixmap UIResources::themedPixmap(const QString &filePath, QWidget *widget)
153{

Callers

nothing calls this directly

Calls 2

themedFilePathFunction · 0.85
themeFunction · 0.85

Tested by

no test coverage detected