Python Forum
A dynamically updating screen for PyQt GUI from URL - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: A dynamically updating screen for PyQt GUI from URL (/thread-17025.html)



A dynamically updating screen for PyQt GUI from URL - bescf - Mar-25-2019

I work on about developing a Qt GUI using Qt5 and PyQt. I am trying to implement a display screen to Raspberry Pi that will dynamically "live update" the result to represent the rate at which the data is being transmitted in a (data/sec format). Data will be taken from URL WebPage (TCP/IP). This screen should cleanly live update. Any suggestions would be greatly appreciated. I want this to be built in as a widget within the GUI.