11#include <QStandardItemModel>
Provides Qt4-style role names setters.
A model to be used with UnhideListViewBase.
UnhideListModel(QObject *parent)
Constructs the model with the given parent.
Roles
Various unhide roles to be set by the rows of this model.
@ ItemDescription
The description of the item represented by this row.
@ ItemIcon
The URL of the icon of the item represented by this row.
@ ItemName
The name of the item represented by this row.
@ ItemClass
The unique ID of the item represented by this row.