new popup system

This commit is contained in:
kossLAN 2025-08-10 23:33:35 -04:00
parent a416887d3b
commit d29234ed84
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 179 additions and 0 deletions

View file

@ -0,0 +1,13 @@
import QtQuick
import qs
Rectangle {
id: root
radius: 12
color: ShellSettings.colors.surface_translucent
border {
width: 1
color: ShellSettings.colors.active_translucent
}
}