start of refactor

This commit is contained in:
Zacharias-Brohn
2026-03-09 22:17:34 +01:00
parent fb15c2421b
commit 88d795a73f
12 changed files with 329 additions and 221 deletions
+5 -5
View File
@@ -16,11 +16,6 @@ Item {
readonly property bool shouldBeActive: visibilities.isDrawing
required property var visibilities
function show(): void {
visibilities.isDrawing = true;
timer.restart();
}
implicitHeight: content.implicitHeight
implicitWidth: 0
visible: width > 0
@@ -102,6 +97,11 @@ Item {
}
]
onVisibleChanged: {
if (!visible)
root.expanded = true;
}
Loader {
id: icon