Qt Webkit with Wireless Network
Qt WebKit
3
Posts
2
Posters
1.6k
Views
1
Watching
-
Hello Elites,
I have below code. Here I am trying to fetch web page that has waveform getting plotted(using javascript).
ui->webPageWidget->load(QUrl(http://10.102......));Above code works fine on networked connection(ethernet). I am able to render web page that has waveform getting plotted.
However on wireless network connection, I am only able to see web page rendering but waveforms are not getting plotted.
Whether should I enable any specific settings for wireless network connection??
Regards
Mohan -
Qt is like all other components on your system. It just doesn't care about your network state. If your network is connected it will work, if you have proxy - you should set it. So the problem is somewhere else...