The Weekly Planner example application demonstrates the use of the Pivot-type custom-made QML element. The navigation within the application is pivotal, that is, the user can flick right/left to view the next page or select the page to be displayed from the Pivot headers. The application offers a smooth user experience by loading each page dynamically and by keeping the ListView delegate's QML and JS code simple and clean but still maintaining an elegant UI.
The QML Weekly Planner also utilises Qt Quick Components in numerous places, for instance when navigating deeper into the application (into the details view, for example), PageStack is being used. StatusBar and ToolBar are used as well. In the updated version, support for Nokia N9, Nokia E6, and keyboard navigation has been added. The UI has been finetuned and code refactored.
The application has been co-developed with the Weekly Planner for Windows Phone application. This example is hosted in a Nokia Developer Project, where you can also find implementation notes, discover recent revisions, and contribute to the project.