shift-shell/shell/contents/configuration
Devin Lin a8b858dc3e Remove kirigami version in imports
This fixes potential issues stemming from pinning versions on Kirigami
qml api imports
2026-03-06 22:08:07 -05:00
..
private Remove kirigami version in imports 2026-03-06 22:08:07 -05:00
AppletConfiguration.qml Remove kirigami version in imports 2026-03-06 22:08:07 -05:00
ContainmentConfiguration.qml Remove kirigami version in imports 2026-03-06 22:08:07 -05:00
README.md shell: Rework configuration implementation 2025-10-05 09:47:35 -04:00

This folder contains source files for implementing the configuration window for applets/containments (including homescreens).

libplasma loads either AppletConfiguration.qml or ContainmentConfiguration.qml (depending on if its an applet or containment) from this folder when requested by the shell, which in turn initializes the config window.