![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <guiutil.h>
Signals | |
| void | clicked (const QPoint &point) |
| Emitted when the label is clicked. | |
Public Member Functions | |
| ClickableLabel (const PlatformStyle *platform_style, QWidget *parent=nullptr) | |
Public Member Functions inherited from GUIUtil::ThemedLabel | |
| ThemedLabel (const PlatformStyle *platform_style, QWidget *parent=nullptr) | |
| void | setThemedPixmap (const QString &image_filename, int width, int height) |
Protected Member Functions | |
| void | mouseReleaseEvent (QMouseEvent *event) override |
Protected Member Functions inherited from GUIUtil::ThemedLabel | |
| void | changeEvent (QEvent *e) override |
|
explicit |
Definition at line 871 of file guiutil.cpp.
Emitted when the label is clicked.
The relative mouse coordinates of the click are passed to the signal.
|
overrideprotected |