Skip to content

Rework the way applet configurations are handled

Nicolas Fella requested to merge work/nico/kcm-for-applet-config into master

Instead of having a ScrollablePage with a loader push the applet's config directly onto the pagestack.

This assumes that the config's root item is one of the KCM QML components (SimpleKCM, ScrollViewKCM, GridViewKCM).

This gives the applets more flexibility and control over the behavior, like when and how to use a scrollview

Implements #99 (closed)

Merge request reports