Skip to content

ConfigurationAppletPage: don't use a Loader

Jan Blackquill requested to merge work/janb/config-applet-page-no-loadr into master

A Loader is an Item, which interferes with the ScrollablePage's ability to adapt depending on the type of the main item. Using Qt.createComponent instead allows us to directly parent the config page Item to the ScrollablePage so that it can adapt to its type as necessary.

Merge request reports