Qwebview loading page with username and password
Qt WebKit
7
Posts
3
Posters
3.1k
Views
1
Watching
-
Hello,
I am loading web page in Qwebview widget. But the web page has login credentials with username and password. When loading the web page in Qwebview widget, I am not seeing login credentials. Please help me.
I tried following link but still no help.
http://qt-project.org/forums/viewthread/16827Regards
Mohan -
I am not able to understand about your problem.
But If you are not getting login-credentials, check if signal from networkAccessManager is emitted and slot is getting called.
If so, in that slot, you can set it or directly or use QDialog widget to get it dynamically.Does it solve your issue?
-
-
Try to send the data directly by URL.