is qtquick reactive?
Solved
QML and Qt Quick
-
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:
-
And more generally : https://doc.qt.io/qt-5/qtqml-syntax-propertybinding.html