I am trying to open a pop-up window with information from a SQLite file when the file is updated through a socket connection.
How can I trigger a function call when there is activity on a specific socket? Or is there a better way to go about this problem?
Thank you in advance for any help. My knowledge of Qt signals is primitive at the moment.