|
|
@ -37,12 +37,13 @@ namespace CSMSettings
|
|
|
|
Property_TicksBelow = 21,
|
|
|
|
Property_TicksBelow = 21,
|
|
|
|
Property_StyleSheet = 22,
|
|
|
|
Property_StyleSheet = 22,
|
|
|
|
Property_Label = 23,
|
|
|
|
Property_Label = 23,
|
|
|
|
|
|
|
|
Property_ToolTip = 24,
|
|
|
|
|
|
|
|
|
|
|
|
//Stringlists should always be the last items
|
|
|
|
//Stringlists should always be the last items
|
|
|
|
Property_DefaultValues = 24,
|
|
|
|
Property_DefaultValues = 25,
|
|
|
|
Property_DeclaredValues = 25,
|
|
|
|
Property_DeclaredValues = 26,
|
|
|
|
Property_DefinedValues = 26,
|
|
|
|
Property_DefinedValues = 27,
|
|
|
|
Property_Proxies = 27
|
|
|
|
Property_Proxies = 28
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
///Basic setting widget types.
|
|
|
|
///Basic setting widget types.
|
|
|
|