.. --------------------------------------------------------------------------- Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). All rights reserved. This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-ShareAlike 2.5. The full license document is available from http://creativecommons.org/licenses/by-sa/2.5/legalcode . --------------------------------------------------------------------------- Storing Data and Adding Pages ============================= In the two previous chapters, we have seen how to use the Qt Quick Component for Symbian^3 to build a simple prototype. This chapter details the steps needed to make an almost complete version of our `TodoList` application. We will add some extra functionality for adding, editing and deleting an item from the list. Also we will replace the JavaScript test data with data from a persistent store based on the :qt:`Offline Storage API `. .. note:: You will find the implementation related to this chapter in the `Todolist_complete_src.zip` file provided in the :ref:`get-source-code` section. .. toctree:: :maxdepth: 1 step_01 step_02 step_03 step_04 step_05