Clock and calendar

This commit is contained in:
quadbyte 2025-08-09 18:00:57 -04:00
parent 0e037561f3
commit bce57c101a
12 changed files with 530 additions and 4 deletions

View file

@ -9,7 +9,7 @@ Window {
property bool isVisible: false
property string text: "Placeholder"
property Item target: null
property int delay: 300
property int delay: Style.tooltipDelay
property bool positionAbove: false
flags: Qt.ToolTip | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint