SQLite Logger

SQLite Logger

The application writes data to files and saves file information to a SQLite database.

SQLite Logger

The application demonstrates the operation of the logger. It is possible to write lines to a file, monitor the dbus and also log application events. A sqlite database is also created using the QtSql module. Log file information is written to the database.

Terms of Use and Participation

The source code of the project is provided under the license, that allows it to be used in third-party applications.

The contributor agreement documents the rights granted by contributors to the Open Mobile Platform.

For information about contributors see AUTHORS.

Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.

Project Structure

The project has a common structure of an application based on C++ and QML for Aurora OS.

  • ru.auroraos.SQLiteLogger.pro file describes the project structure for the qmake build system.
  • icons directory contains application icons for different screen resolutions.
  • qml directory contains the QML source code and the UI resources.
    • assets directory contains the custom UI icons.
    • cover directory contains the application cover implementations.
    • pages directory contains the application pages.
    • SQLiteLogger.qml file provides the application window implementation.
  • rpm directory contains the rpm-package build settings. ru.auroraos.SQLiteLogger.spec file is used by rpmbuild tool.
  • src directory contains the C++ source code.
  • translations directory contains the UI translation files.
  • ru.auroraos.SQLiteLogger.desktop file defines the display and parameters for launching the application.

Screenshots

screenshots

This document in Russian / Перевод этого документа на русский язык