mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
Added step-size to SpinBox (#5293)
This commit is contained in:
parent
9a3aa265d5
commit
dc4e421f2c
9 changed files with 126 additions and 98 deletions
|
@ -8,6 +8,7 @@
|
|||
- **`value`** (_in-out_ _int_): The value. Defaults to the minimum.
|
||||
- **`minimum`** (_in_ _int_): The minimum value (default: 0).
|
||||
- **`maximum`** (_in_ _int_): The maximum value (default: 100).
|
||||
- **`step-size`** (_in_ _int_): The size that is used on increment or decrement of `value` (default: 1).
|
||||
|
||||
### Callbacks
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue