PDA

View Full Version : QTcpSocket emit signal on data read (Found Answer: Topic Closed)



premroxx
28th October 2012, 20:01
I am writing a Checkin program(client). So when your try to checkin 4 people, the clients sends a request id message & the server sends the ID. This transaction happens 4 times. Are there any signals in QT, So that when the server sends an ID it triggers a function (which reduces checkin counter)?