How to change network mode programmatically in Qt
I'm creating an application with Qt for the Symbian platform.
开发者_如何转开发There is a signal in QSystemNetworkInfo that notifies when the network mode has been changed.
Is there any way to programmatically change the network mode?
Best regards
I don't think it is possible to change the mode programmatically, because it is specified by the network you're operating in.
If you're operating in a wireless local area network, exactly that will be the network mode. May I ask why you would change the network mode explicitly?
So there's apparently no support for this in the Qt APIs. I think I'll have to do this the native Symbian way.
I found this:
How to change mobile device's Network Mode programmatically in Symbian^3
精彩评论