MCPcopy Create free account
hub / github.com/ElementsProject/elements / setThemedPixmap

Method setThemedPixmap

src/qt/guiutil.cpp:900–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900void ThemedLabel::setThemedPixmap(const QString& image_filename, int width, int height)
901{
902 m_image_filename = image_filename;
903 m_pixmap_width = width;
904 m_pixmap_height = height;
905 updateThemedPixmap();
906}
907
908void ThemedLabel::changeEvent(QEvent* e)
909{

Callers 5

updateNetworkStateMethod · 0.80
setNumBlocksMethod · 0.80
setHDStatusMethod · 0.80
setEncryptionStatusMethod · 0.80
updateProxyIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected