17 #ifndef UNITY_SHELL_SCOPES_VALUESLIDERVALUESINTERFACE_H 18 #define UNITY_SHELL_SCOPES_VALUESLIDERVALUESINTERFACE_H 20 #include <unity/SymbolExport.h> 21 #include <QAbstractListModel> 36 RoleValue = Qt::UserRole + 1,
41 QHash<int, QByteArray> roleNames()
const override 43 QHash<int, QByteArray> roles;
44 roles[RoleValue] =
"value";
45 roles[RoleLabel] =
"label";
Definition: ValueSliderValuesInterface.h:30
Top-level namespace for all things Unity-related.
Definition: Version.h:37