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:
Olivier Goffart 2020-09-22 20:03:57 +02:00
parent fe079c644e
commit 315fd7a881
9 changed files with 216 additions and 8 deletions

View file

@ -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;
}
}