![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
Qt event filter that intercepts QEvent::FocusOut events for QLabel objects, and resets their ‘textInteractionFlags’ property to get rid of the visible cursor. More...
#include <guiutil.h>
Public Member Functions | |
| LabelOutOfFocusEventFilter (QObject *parent) | |
| bool | eventFilter (QObject *watched, QEvent *event) override |
Qt event filter that intercepts QEvent::FocusOut events for QLabel objects, and resets their ‘textInteractionFlags’ property to get rid of the visible cursor.
This is a temporary fix of QTBUG-59514.
|
explicit |
Definition at line 487 of file guiutil.cpp.
|
override |
Definition at line 492 of file guiutil.cpp.