-
Right now i'm sending the same data from rust to slint in two places, just because it is shown on a list view... I would like to do something like: list := StandardListView {
for item in sources-full: StandardListViewItem { text: item.title; }
} And then i'd share the complex object on all elements. But I can't use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Right now this is not possible. |
Beta Was this translation helpful? Give feedback.
Right now this is not possible.
What you want is #1328 but it's not yet implemented.
So you have to create the right modle in native code.