Hi,
I'm working on an application that will communicate over a network. On the client side, I'd like to deploy a minimal Qt Quick GUI. I plan to write the server side in Qt/C++. As with most non-trivial Qt Quick applications, I'd like to expose some C++ functionality to the QML side; I imagine I'd probably do this by making a call to setContextProperty. The question I have is how would one go about implementing this? Is the Qt Quick engine network-aware in the sense that it knows to make callbacks over the network to a C++ object that resides on another machine?
Any direction/suggestions are appreciated.![]()
Bookmarks