Are there any customizable component set avaiable for slint #11026
-
|
I am glad I found Slint to make GUIs. Because I primarily use python and rust as my backend languages. One thing that made me paused is the standard component library has a fixed style widget set and they cannot be customized. For example, I expected to change the text color of the Button component. But just to have a custom text color I had to re-engineer a custom button myself. What is the current workaround for this? Is Slint supposed to be less customizable or do we need to make our own component set by ourselves for customized look? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Currently, you need to build your own components to achieve a custom look and feel. Otherwise there are some issues opened on the customization topic: #45 #4372 #5392 |
Beta Was this translation helpful? Give feedback.
Currently, you need to build your own components to achieve a custom look and feel.
There are some third-parties UI libraries that you can check at https://docs.slint.dev/latest/docs/slint/guide/development/third-party-libraries/ that could offer some basic customization (not sure about the others but sleek-ui does).
Otherwise there are some issues opened on the customization topic: #45 #4372 #5392