~clock text animations~

This commit is contained in:
Zacharias-Brohn
2025-12-05 02:12:00 +01:00
parent 5718d311e9
commit dad3fa6bbf
3 changed files with 125 additions and 20 deletions
+8
View File
@@ -9,6 +9,14 @@ Singleton {
Qt.formatDateTime(clock.date, "ddd d MMM - hh:mm:ss")
}
readonly property string shortTime: {
Qt.formatDateTime(clock.date, "hh:mm")
}
readonly property string longTime: {
Qt.formatDateTime(clock.date, "hh:mm:ss")
}
SystemClock {
id: clock
precision: SystemClock.Seconds