-
I want to draw a terminal interface using slint, but I don't known which component I should use. |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Nov 4, 2024
Replies: 1 comment
-
You would probably use a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iamazy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would probably use a
Text
orTextEdit
orTextInput
One thing is that Slint doesn't yet have rich text Text component (issue #2723 ). But color can be achieved with multiple
Text
in difference color.