Module qmetaobject::listmodel[][src]

Structs

A simple QAbstractListModel which just wrap a vector of items.

Traits

This trait allow to override a Qt QAbstractListModel

A trait used in SimpleListModel. Can be derived with #[derive(SimpleListModel)], in which case all the member of the struct get exposed. The public member needs to implement the QMetaType trait