Replies: 2 comments 1 reply
-
We are trying to prevent turning the Slint language into a programming language. We want to avoid making it possible to write the logic in the .slint file. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Use recursion? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try iterate over property in callback function, but it seems that it doesn't have such functionality. I just want to implement a feature for selecting all items in a table view. I prefer not to use Rust/C++, and it would be more reasonable for this to be implemented by the UI.
example: https://slint.dev/releases/1.3.2/docs/slint/src/recipes/recipes#custom-table-view
like this.
Beta Was this translation helpful? Give feedback.
All reactions