mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
9 lines
471 B
Markdown
9 lines
471 B
Markdown
|
|
<!--
|
||
|
|
- SPDX-FileCopyrightText: None
|
||
|
|
- SPDX-License-Identifier: CC0-1.0
|
||
|
|
-->
|
||
|
|
|
||
|
|
This folder contains source files for implementing the configuration window for applets/containments (including homescreens).
|
||
|
|
|
||
|
|
[libplasma](https://invent.kde.org/frameworks/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.
|