You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, March 22nd 2012, 2:36pm

QWebView not updating to new connection?

I'm running an app that has a Javascript front end sat on top of a QWebView; if I connect and set up my wireless network before starting my app it's happy to use it; however if I use the app to set up the wireless (via an api and dhcpcd) the app refuses to connect to the wireless.
I can verify it's there through QNetworkConfigurationManager.
I can get the IP/netmask via Qt as well.
I can connect to the server from the command line using wget just fine.
But my connection from QWebFrame->QWebPage->networkAccessManager is blank (name "") and I can't connect through Qt to my new network.
I've done a updateConfigurations() to update the info in the system, but still no dice.

Is there something I need to update/enable? Do I need to build in roaming somehow or force an update in QWebView to let it know?

Help would be much appreciated!