QtWidgetAccessor

Trait QtWidgetAccessor 

Source
pub trait QtWidgetAccessor {
    // Required method
    fn qt_widget_ptr(&self) -> Option<NonNull<()>>;
}
Expand description

This helper trait can be used to obtain access to a pointer to a QtWidget for a given slint::Window.“)]

Required Methods§

Implementations on Foreign Types§

Source§

impl QtWidgetAccessor for Window

Available on non-no_qt only.

Implementors§