PDA

View Full Version : Loading HTML files from SQLite database to a QWebView



jrc45
25th September 2012, 11:44
Hello,

I have created a SQLite database which holds some HTML files within it. I want to use the QWebView and override the QNetworkAccessManager createRequest with a custom QNetworkReply (overriding the readData) to read the files directly from the SQLite database and view them on the QWebView.

I cannot find any examples on how to do this. Could you provide a simple example on how to do this.