feat(osd): add volume osd popup window

This commit is contained in:
tux
2026-08-24 18:18:10 +05:30
parent 28aa79dd13
commit abd48a9c66
5 changed files with 106 additions and 0 deletions

View File

@@ -138,4 +138,13 @@ Singleton {
property int textSpacing: 2
property real bodyOpacity: 0.8
}
property QtObject volume: QtObject {
property int width: 300
property int height: 48
property int iconSize: 22
property int barHeight: 10
property int timeout: 1500
property real bottomMarginRatio: 0.2
}
}