sidebarright bottom widget group collapse

This commit is contained in:
end-4
2025-04-18 10:38:52 +02:00
parent bef66ac40a
commit d8d812cf47
4 changed files with 128 additions and 23 deletions
+1
View File
@@ -7,6 +7,7 @@ pragma Singleton
Singleton {
property string time: Qt.formatDateTime(clock.date, "hh:mm")
property string date: Qt.formatDateTime(clock.date, "dddd, dd/MM")
property string day: Qt.formatDateTime(clock.date, "dd")
property string month: Qt.formatDateTime(clock.date, "MMMM")
property string year: Qt.formatDateTime(clock.date, "yyyy")
property string uptime: "0h, 0m"