Replies: 2 comments
-
No, the tree of items is constant. You can have some fairly dynamic sub-trees using models, but that is how far things go right now using the stable APIs we have. Warning There is more if you are willing to venture into the unstable and unsupported realm. There is a I hope to be able to stabilize that container at some point, but it is not a priority for us: We are still find rough spots we need to polish away before we want to see this getting adopted more widely. To become stable, this would obviously also get implementations for other languages. But you have been warned: API on this will change before it becomes stable, probably several times and with no warning. But any help with stabilizing this is of course welcome:-) THIS WILL BREAK BEFORE BECOMING STABLE |
Beta Was this translation helpful? Give feedback.
-
If you use the slint-interpreter crate, you can change the full UI and do some search and replace to change the code at runtime before showing the window. But you can't at the moment do that on an visible UI (without using private unstable API) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to change a component that created with .slint file or a string. I want to add another component that i have took from another file or string into a component tat already exist. Is there any way to do this in runtime?
Beta Was this translation helpful? Give feedback.
All reactions