Y
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
ogoffart
2066 days ago
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?
link
diskzero
2066 days ago
That is great. Thanks!
link
Is that the kind of example you were looking for?