Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
is qtquick reactive?
-
when developing web applications with vue i can define a data section and then bind it with view components in a very transparent and automatic way.
i saw that qtquick offers in its visual editor something similar but didn't understood completely how can i make an text input value to change my C++ context backend automatically.
any guidance is welcome.
-
@sombriks said in is qtquick reactive?:
didn't understood completely how can i make an text input value to change my C++ context backend automatically.
There are a few articles in the documentation, such as:
-
@JKSH amazing resources, thanks for point it out!
-
And more generally : https://doc.qt.io/qt-5/qtqml-syntax-propertybinding.html