Hi I am prototyping a control and monitoring application using Qt and a RPi. I have made progress on starting to learn PyQt for the local machine and have got the basics working BUT on looking through the threads I got the impression that remote viewing and control was not possible with Qt. Is this correct?

The plan was to use the local RPi and PyQt to run the control loops and to present information on the status of the system to the GUI. This monitoring information then would also be made accessable via the web to allow remote viewing of the system status. So I was assuming that I could export the GUI images pages (or something similar) to a web server.

So I am looking for guidance if networked access is practical with Qt as my experience of SW is limited.

thanks