Replies: 1 comment 1 reply
-
Yes, you can change the main window background's transparency with export component MainWindow inherits Window {
background: #00000000;
no-frame: true;
Text {
text: "I'm floating around";
}
} But I don't see an option to blur what's behind the window when it's transparent, I'd love to know if that is possible too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does Slint natively support window blur and transparency? I'm curious, are there any workarounds for specifically rust + slint?
Beta Was this translation helpful? Give feedback.
All reactions