mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
add property for slider to support vertical orientation (#3236)
This commit is contained in:
parent
12e064b07d
commit
4b9fb89332
6 changed files with 109 additions and 44 deletions
|
@ -7,6 +7,7 @@
|
|||
- **`value`** (_in-out_ _float_): The value.
|
||||
- **`minimum`** (_in_ _float_): The minimum value (default: 0)
|
||||
- **`maximum`** (_in_ _float_): The maximum value (default: 100)
|
||||
- **`vertical`** (_in_ _bool_): If set to true the Slider is displayed vertical (default: false).
|
||||
|
||||
### Callbacks
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue