You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically X := Foo { } becomes component X inherits Foo {}, but actually component X { } works now, too.
You might also want to export the components you want to access from your business logic or from other .slint files, which would turn the above into export component UserDataDialog inherits Dialog {.
@hunger thank you and would it be possible to export the variable that we are reading in Text to another variable by shadowing the variable or implementing the hostig. Let me know.
I get to learn the SlintUI first through shell and then putting the javascript and rust later on for some of the applications development. Thank you, Gaurav
if i take this as a code template
then the declarable gives
any solution for this.
The text was updated successfully, but these errors were encountered: