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