Updated project to support proxy settings based on https_proxy and http_proxy environment variables. Modified browser.pro to include the QT network module and altered main.cpp to utilize QNetworkProxyFactory, enabling the application to automatically adhere to system proxy configurations.
Updated project to support proxy settings based on
https_proxy
andhttp_proxy
environment variables. Modifiedbrowser.pro
to include the QTnetwork
module and alteredmain.cpp
to utilizeQNetworkProxyFactory
, enabling the application to automatically adhere to system proxy configurations.