Hello,
I'm new in QT. I have to implement internet speedometer. The application must have the following properties:
1) To work synchronous - with threads;
2) To receive parameters: IP address of server, port and interval (ms), in which we make ping to the server;
3) Use Dial or progressBar for ping time connection status;
4) To watch for connection failure with announcement;
5) To gather information for connection and on request to give average results.

I made a review of QtcpSocket class and the examples relevant to it. I've made the .ui file. But I'm hard up for an answer to make the rest of an application. Can someone give me an advice in basic steps how to implement it.
Thank you in advance.