mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 20:42:25 +00:00
Start doing a ScrollArea element
Unfortunately something is wrong with the Qt style, it looks like the Qt style does not respect the rect given for the sub components Also Input is not handled yet.
This commit is contained in:
parent
fe079c644e
commit
315fd7a881
9 changed files with 216 additions and 8 deletions
|
@ -46,6 +46,7 @@ extern const cbindgen_private::ItemVTable NativeSpinBoxVTable;
|
|||
extern const cbindgen_private::ItemVTable NativeSliderVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeGroupBoxVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeLineEditVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeScrollArea;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue