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§
fn qt_widget_ptr(&self) -> Option<NonNull<()>>
Implementations on Foreign Types§
Source§impl QtWidgetAccessor for Window
Available on non-no_qt only.
impl QtWidgetAccessor for Window
Available on non-
no_qt only.