C++ (Qt)QWebView view = new QWebView(parent); view.load(new QUrl("ip camera 's ip and forwarded port no")); view.show();
C++ (Qt)connect(ui->webView->page()->networkAccessManager(),SIGNAL(authenticationRequired(QNetworkReply*,QAuthenticator*)),this,SLOT(proxyAuthenticationRequired(QNetworkReply*,QAuthenticator*)));