10#include <QAbstractListModel>
11#include <QtQml/qqmlregistration.h>
17 :
public QAbstractListModel
31 TITLE = Qt::UserRole + 1,
39 void onSurveyDataChanged();
Definition SingletonCreator.h:22
Definition SurveyModel.h:19
Q_INVOKABLE bool askForDeviceSurvey() const
Definition SurveyModel.cpp:64
QVariant data(const QModelIndex &pIndex, int pRole=Qt::DisplayRole) const override
Definition SurveyModel.cpp:37
int rowCount(const QModelIndex &=QModelIndex()) const override
Definition SurveyModel.cpp:31
Q_INVOKABLE void setDeviceSurveyPending(bool pValue) const
Definition SurveyModel.cpp:70
QHash< int, QByteArray > roleNames() const override
Definition SurveyModel.cpp:55
QList< QPair< QString, QString > > SurveyData
Definition Survey.h:31
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114