17 #ifndef UNITY_SHELL_SCOPES_PREVIEWWIDGETMODELINTERFACE_H
18 #define UNITY_SHELL_SCOPES_PREVIEWWIDGETMODELINTERFACE_H
20 #include <unity/SymbolExport.h>
22 #include <QAbstractListModel>
58 QHash<int, QByteArray> roleNames()
const override
60 QHash<int, QByteArray> roles;
61 roles[RoleWidgetId] =
"widgetId";
62 roles[RoleType] =
"type";
63 roles[RoleProperties] =
"properties";
Top-level namespace for all things Unity-related.
Definition: Version.h:37