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.
QListModelexposes a list to QML ListView / RepeaterQTableModelexposes a table to QML TableViewQParserStatusreceives notifications during component construction