add overlay

This commit is contained in:
end-4
2025-11-06 10:29:59 +01:00
parent 56a7e8cbdd
commit 4f68e9e61a
19 changed files with 605 additions and 66 deletions
@@ -35,9 +35,9 @@ AbstractWidget {
draggable: placementStrategy === "free"
onReleased: {
root.targetX = root.x;
root.targetY = root.y;
root.targetY = root.y;
configEntry.x = root.targetX;
configEntry.y = root.targetY ;
configEntry.y = root.targetY;
}
property bool needsColText: false