dashboard

This commit is contained in:
Zacharias-Brohn
2026-02-14 00:14:18 +01:00
parent 6be4b382b7
commit 53fe85c455
48 changed files with 2754 additions and 54 deletions
+8
View File
@@ -4,6 +4,7 @@ import qs.Modules as Modules
import qs.Modules.Notifications as Notifications
import qs.Modules.Notifications.Sidebar as Sidebar
import qs.Modules.Notifications.Sidebar.Utils as Utils
import qs.Modules.Dashboard as Dashboard
Shape {
id: root
@@ -32,6 +33,13 @@ Shape {
startY: 0
}
Dashboard.Background {
wrapper: root.panels.dashboard
startX: ( root.width - wrapper.width ) / 2 - rounding
startY: 0
}
Utils.Background {
wrapper: root.panels.utilities
sidebar: sidebar