How to reconnect network?
-
wrote on 13 Jan 2016, 02:36 last edited by carter
Qtwebkit is fine if network is fine. then network is bad, qtwebkit is doesn't work that's normal. but it still doesn't work if the network become fine.
How I can reconnect network in webkit or in QNetworkAccessManager?
Any idea or can give me some link about topic?
Thank you a lot!
-
wrote on 20 Jan 2016, 02:10 last edited by
I have been resolved.
-
please share your solution so users with the same issue can also benefit from it.
-
please share your solution so users with the same issue can also benefit from it.
wrote on 20 Jan 2016, 10:23 last edited by@raven-worx
OKI get some error info in WebPage::extension functional when continue operating under network doesn't work. I also get same info when network work. then I check the real network status in extension functional and use setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility::Accessible) to set network accessibility, that's solved. I guess that will tell qt network is fine to reconnect network.
4/4