Template Class ComponentHandle¶
Defined in File slint.h
Class Documentation¶
-
template<typename T>
class ComponentHandle¶ The component handle is like a shared pointer to a component in the generated code. In order to get a component, use
T::create()
where T is the name of the component in the .slint file. This give you aComponentHandle<T>