[][src]Module qmetaobject::listmodel

Structs

SimpleListModel

A simple QAbstractListModel which just wrap a vector of items.

Traits

QAbstractListModel

This trait allow to override a Qt QAbstractListModel

SimpleListItem

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