NumericRangeInput¶
- component fbx.ui.control.NumericRangeInput¶
A combo with a predefined acceptable range of numeric values. Values may be input through keyboard.
minimumValue <= value <= maximumValue
A NumericRangeInput without active focus. Only the current choice is shown.¶
NumericRangeInput { minimumValue: 0 maximumValue: 59 }
- property value¶
An integer corresponding to the current value.
- property minimumValue¶
An integer
- property maximumValue¶
An integer greater than minimumValue.
- property enabled¶
Whether the widget accepts user interaction.