Hi
Is there any way to replace QSslSocket used by QNetworkAccessManager with my own implementation?
I was really looking forward to use WebKit!!
I'm working on attaching PKCS11 implementation to our Qt based software.
So far the only way I found is to use QHttp - but doc says that this class should not be used..
I find QNetworkAccessManager very limiting so far. Yes its simple - but it is not the point of this framework.
???