Automation System Frontend
-
I am currently researching various options for our Automation System frontend.
The core of the system consists of a distributed database which I want to maintain using Qt/c++.
Then I want to create pages/components in QML, and somhow I would like to specify from QML side which "tags" in our
database any given QML component should bind to, and receive live updates as the database value changes.Have anyone done something like this, and have some tips to how this could be solved?