This commit is contained in:
end-4
2025-04-23 20:40:29 +02:00
parent 806230ff52
commit 41ffd0ac80
13 changed files with 491 additions and 7 deletions
@@ -30,6 +30,12 @@ Singleton {
property int timeout: 1000
}
property QtObject overview: QtObject {
property real scale: 0.18 // Relative to screen size
property real numOfRows: 2
property real numOfCols: 5
}
property QtObject resources: QtObject {
property int updateInterval: 3000
}