I don't understand!
I have an idea:

QObject::Connect(time, SIGNAL(timeout()), this,SLOT(StopConnect()));

In StopConnect(), I try stop connecting to website, but I don't know use any func of qnetwork to stop connection.