![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <guiutil.h>
Public Member Functions | |
| ThemedLabel (const PlatformStyle *platform_style, QWidget *parent=nullptr) | |
| void | setThemedPixmap (const QString &image_filename, int width, int height) |
Protected Member Functions | |
| void | changeEvent (QEvent *e) override |
Private Member Functions | |
| void | updateThemedPixmap () |
Private Attributes | |
| const PlatformStyle * | m_platform_style |
| QString | m_image_filename |
| int | m_pixmap_width |
| int | m_pixmap_height |
|
explicit |
Definition at line 843 of file guiutil.cpp.
|
overrideprotected |
| void GUIUtil::ThemedLabel::setThemedPixmap | ( | const QString & | image_filename, |
| int | width, | ||
| int | height ) |
|
private |
|
private |