ListEm is a hybrid application which demonstrates software development using web technologies and Qt native code. In this simple list-creating use case, the backend is implemented with Qt C++ and the UI is implemented with WebKit using JavaScript, CSS, and HTML. The example shows how a web technology background can be used to build applications for the Qt platform. The application has been optimised for touch UI and tested on Symbian^3, Symbian S60 5.0, and Nokia N900 devices.
Important classes: QWebView, QSqlDatabase, QSqlQuery.