I'm trying to write a browser by QT, and I found the
QNetworkProxyFactory::setUseSystemConfiguration()
could use the proxy server that is set in "Internet Options".
But it just reads this information once. When user changes a proxy
server manually, it still use the old one.
So, I want to know how can I get some event message emitted by system,
and I will reset the proxy settings
when I receive the event.
Does any event can be emitted when user changes the proxy information
in Internet Options?
Best Regards!!
"Charles Liu" <bca0...@gmail.com> wrote in message
news:6295d023-697b-431a...@l12g2000prg.googlegroups.com...
I have finished my program by your suggestion.
Thanks very much......^_^