Fabrice Salvaire wrote: > Dear all, > > I am investigating to port a content server to an off-line mobile > application in order to don't rely to a network connection at all. Thus > I have to port a database, a kind of web framework, a template engine > and a rendering engine. I believe it can be a use of case of Qt on > mobile platform.
Grantlee has an example which is exactly that, but it uses QtWebKit and QNetworkAccessManager: https://steveire.wordpress.com/2011/02/06/templating-html-applications-with-grantlee/ Unfortunately I used a video host which no longer exists. Perhaps there is similar request-interception API in the new WebView stuff which you could use. I haven't looked into the new web API yet. Thanks, Steve. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
