Фонарик по нажатию на кнопку PPT для F+ R570E

Работает только с запуском из терминала

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

Project Structure

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

  • ru.yewrepo.pptfl2.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.
    • cover directory contains the application cover implementations.
    • icons directory contains the custom UI icons.
    • pages directory contains the application pages.
    • pptfl2.qml file provides the application window implementation.
  • rpm directory contains the rpm-package build settings. ru.yewrepo.pptfl2.spec file is used by rpmbuild tool. It is generated from ru.yewrepo.pptfl2.yaml file.
  • src directory contains the C++ source code.
    • main.cpp file is the application entry point.
  • translations directory contains the UI translation files.
  • ru.yewrepo.pptfl2.desktop file defines the display and parameters for launching the application.