Hacker News new | ask | show | jobs
by diskzero 2066 days ago
Got it. Can you show an example of modifiying the button label outside of the button click? I am curious how you would modify values outside of the scope of the event handler.
1 comments

In the following example, the text is bound to the text of a line edit: https://www.sixtyfps.io/editor/?snippet=import+%7B+LineEdit+...

Is that the kind of example you were looking for?

That is great. Thanks!