Bitcoin
|
#include <guiutil.h>
Public Member Functions | |
ToolTipToRichTextFilter (int size_threshold, QObject *parent=nullptr) | |
Protected Member Functions | |
bool | eventFilter (QObject *obj, QEvent *evt) |
Private Attributes | |
int | size_threshold |
Qt event filter that intercepts ToolTipChange events, and replaces the tooltip with a rich text representation if needed. This assures that Qt can word-wrap long tooltip messages. Tooltips longer than the provided size threshold (in characters) are wrapped.
|
explicit |
|
protected |
|
private |