Struct bitcoin_qt::gui_util::LabelOutOfFocusEventFilter
source · pub struct LabelOutOfFocusEventFilter { /* private fields */ }
Expand description
| 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. |
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LabelOutOfFocusEventFilter
impl Send for LabelOutOfFocusEventFilter
impl Sync for LabelOutOfFocusEventFilter
impl Unpin for LabelOutOfFocusEventFilter
impl UnwindSafe for LabelOutOfFocusEventFilter
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more