NPill: act as loder for NVerticalPill and NHorizontalPill

NHorizontalPill: should be used for anything that expands horizontal
NVerticalPill: should be used for anything that expands vertical
This commit is contained in:
Ly-sec 2025-09-13 20:52:20 +02:00
parent 9dfac69e9e
commit 0035fbcc4e
5 changed files with 731 additions and 243 deletions

View file

@ -61,15 +61,6 @@ Item {
}
}
Timer {
id: externalHideTimer
running: false
interval: 1500
onTriggered: {
pill.hide()
}
}
NPill {
id: pill