mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Added cosmic style for std-widgets. (#4350)
This commit is contained in:
parent
192f805586
commit
1ca8ff517e
45 changed files with 1896 additions and 1 deletions
|
@ -10,6 +10,7 @@ export component SpinBoxBase {
|
|||
in property <int> font-weight <=> i-text-input.font-weight;
|
||||
in property <color> selection-background-color <=> i-text-input.selection-background-color;
|
||||
in property <color> selection-foreground-color <=> i-text-input.selection-foreground-color;
|
||||
in property <TextHorizontalAlignment> horizontal-alignment <=> i-text-input.horizontal-alignment;
|
||||
out property <bool> has-focus <=> i-text-input.has-focus;
|
||||
in-out property <int> value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue