Bitcoin Core 28.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 494 of file guiutil.cpp.
|
override |
Definition at line 499 of file guiutil.cpp.