Closed worldyuan closed 3 weeks ago
Hi,
thank you for your question. At the moment that is not directly possible on TextEdit
. What you can do instead is to use TextInput instead. For more details you can check the code of TextEdit
it uses internal the TextInput
https://github.com/slint-ui/slint/blob/master/internal/compiler/widgets/common/textedit-base.slint.
There is also a open issue to collect ideas and feedback on the topic how to support styling for the std-widget #5392.
I want to set backgroud to transparent within TextEdit.