[][src]Trait uniui_gui::WidgetGenerator

pub trait WidgetGenerator {
    fn create_element(&mut self, s: &str) -> Result<NativeWidget, ()>;
}

Required methods

fn create_element(&mut self, s: &str) -> Result<NativeWidget, ()>

Loading content...

Implementors

impl WidgetGenerator for Qt5WidgetGenerator[src]

Loading content...