Qt Quick 范例 - 本地存储

一批 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.

范例工程 @ code.qt.io