Calendar is no longer a Widget, moved to Modules/Calendar/Calendar.qml

- Using a NLoader
- Got a display bug with DayOfWeekRow!
This commit is contained in:
quadbyte 2025-08-10 21:31:09 -04:00
parent c1452e3c11
commit 93fca936d8
5 changed files with 153 additions and 139 deletions

View file

@ -17,6 +17,10 @@ Loader {
asynchronous: true
sourceComponent: content
// onLoaded: {
// console.log("NLoader onLoaded: " + item.toString());
// }
onActiveChanged: {
if (active && item && item.show) {
item.show()