-
Hi there! I love Slint and have been using it to prototype an app with Python as a backend. I have noticed that the docs do not have anything in regards to selecting a widget style at all and I am wondering if there is a way to do so or if it has not been implemented yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Setting For testing you should be able to set it on the command line when calling your python script, for production you should be able to set this early in the script before setting up the slint UI. You can either set something if no |
Beta Was this translation helpful? Give feedback.
No, that would make it a command line argument to your program.
SLINT_STYLE
is an environment variable.You can set it programmatically like this: