Qt Quick 範例 - 本地存儲

一批 QML 本地存儲範例。

本地存儲 是一批小型 QML 範例有關 Qt Quick 的 本地存儲 功能。

運行範例

要運行範例從 Qt Creator ,打開 歡迎 模式,然後選擇範例從 範例 。更多信息,見 Qt Creator:教程:構建並運行 .

活動追蹤器

活動追蹤器 允許對行走、徒步旅行、或自行車齣行保持追蹤。

All database transactions are handled in Database.js. The database is checked at startup, and created if it does not exist. LocalStorage uses SQLite, which is a self-contained, serverless, public-domain database. Opening a connection to the database is handled at the beginning of each function that manipulates or retrieves data.

範例工程 @ code.qt.io