Property binding for structs #2520
-
I have a struct with multiple nested structs, simplified example:
I want to be able to do a two-way binding from my
My problem with this code is using the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunatelt, we don't support binding to memeber of the struct yet. In the mean time, wou will have to do some manual work: Use the
(something like that) |
Beta Was this translation helpful? Give feedback.
Unfortunatelt, we don't support binding to memeber of the struct yet.
We might support that int the future, there is an issue to track it: #814
In the mean time, wou will have to do some manual work: Use the
accepted
oredited
callback of the LineEdit to notify your backend.And add some functions in your ui to reload the config.