一批 QML 本地存儲範例。
本地存儲 是一批小型 QML 範例有關 Qt Quick 的 本地存儲 功能。
要運行範例從 Qt Creator ,打開 Welcome 模式,然後選擇範例從 Examples 。更多信息,拜訪 構建和運行範例 .
活動追蹤器 允許對行走、徒步旅行、或自行車齣行保持追蹤。
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.