misc-numeric-input.rst 659 B

123456789101112
  1. .. include:: ../_header.rst
  2. Numeric input field
  3. ~~~~~~~~~~~~~~~~~~~
  4. You can change the value of a numeric input fields in different ways:
  5. - By writing a new value in the input field.
  6. - By rolling the mouse wheel over the input field.
  7. - By dragging the mouse over the input field's label.
  8. In the last two methods, the value will be increased or decreased by a certain amount. The amount depends on the domain of the values of the property associated with the input field. For example, if the property is a float between 0 and 1, the value will be increased or decreased by 0.01. If the property is an integer, the value will be increased or decreased by 1.