QtAutoUpdater
3.0.0
A Qt library to automatically check for updates and install them
|
1 #ifndef QMLUPDATEINFOMODEL_H
2 #define QMLUPDATEINFOMODEL_H
4 #include <QtCore/QAbstractListModel>
6 #include <QtAutoUpdaterCore/UpdateInfo>
78 void secondaryInfoChanged(
const QString &secondaryInfos);
91 #endif // QMLUPDATEINFOMODEL_H
Provided as "identifier", the QtAutoUpdater::UpdateInfo::identifier property.
QString secondaryInfo
The secondary info property name.
The QML import for the QtAutoUpdater quick QML module.
Provided as "name", the QtAutoUpdater::UpdateInfo::name property.
Provided as "secondaryInfo", the secondaryInfo value of the QtAutoUpdater::UpdateInfo::data property,...
Provided as "gadget", the whole QtAutoUpdater::UpdateInfo gadget.
An item model that takes a list of update infos and presents them via the model.
Roles
The roles that the item model provides.
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const const override
QList< QtAutoUpdater::UpdateInfo > updateInfos
The update infos to be provided by the model.
The QtAutoUpdater namespace holds all classes that are related with the updater.
Provided as "version", the QtAutoUpdater::UpdateInfo::version property.
QObject * parent() const const