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