qmlformat

This commit is contained in:
quadbyte 2025-08-10 08:13:58 -04:00
parent ff7dff8a6d
commit 0c044c7b81
9 changed files with 338 additions and 333 deletions

View file

@ -17,12 +17,12 @@ NClock {
visible: false
}
onEntered: function (){
onEntered: function () {
if (!calendar.visible) {
tooltip.show()
}
}
onExited: function (){
onExited: function () {
tooltip.hide()
}
onClicked: function () {