02-18-2013 10:52 PM
Greetings,
I need to connect WebView to a secure sites which has minor SSL problem (intermediate certificate problem), the page just stop loading in WebView.
I've only managed to find a solution here:
But that QT is not the same with Cascades' QT, for starter, we don't have QApplicationViewer. I tried to look into QApplicationViewer, and came out with this:
QDeclarativeView viewer; // <-- crash here
viewer.engine()->setNetworkAccessManagerFactory(my
Any idea? Thanks!
/floAt
03-17-2013 06:38 AM