Qt Quick 예제 - 로컬 스토리지
QML 로컬 스토리지 예제 모음입니다.
로컬 저장 소는 Qt Quick 의 로컬 저장소 기능과 관련된 작은 QML 예제 모음입니다.
예제 실행하기
에서 예제를 실행하려면 Qt Creator에서 Welcome 모드를 열고 Examples 에서 예제를 선택합니다. 자세한 내용은 예제 빌드 및 실행하기를 참조하세요.
활동 추적기
활동 트래커를 사용하면 걷기, 하이킹 또는 자전거 여행을 추적할 수 있습니다.
모든 데이터베이스 트랜잭션은 Database.js에서 처리됩니다. 데이터베이스는 시작 시 확인되며, 존재하지 않는 경우 생성됩니다. LocalStorage는 독립형 서버리스 퍼블릭 도메인 데이터베이스인 SQLite를 사용합니다. 데이터베이스에 대한 연결 열기는 데이터를 조작하거나 검색하는 각 함수가 시작될 때 처리됩니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.