Skip to main content

Module special_traits

Module special_traits 

Source
Expand description

Traits that enable Rust types to fulfill specific QML roles.

Implement one of these on your struct and pass it as Base = ... to qobject.

Note that only one of these traits can be implemented for the same type.