MobilePrint
The project demonstrates an example of working with the PrintAPI.
The source code of the project is provided under the license, which allows its use in third-party applications.
Project Structure
The project has a standard structure of an application based on C++ and QML for Aurora OS.
- ru.auroraos.MobilePrint.pro file describes the project structure for the qmake build system.
- icons directory contains the 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 additional custom UI icons.
- pages directory contains the application pages.
- PrintAPI.qml file provides the application window implementation.
- rpm directory contains the rpm-package build settings. ru.auroraos.MobilePrint.spec file is used by rpmbuild tool.
-
src directory contains the C++ source code.
- main.cpp file is the application entry point.
- translations directory contains the UI translation files.
- ru.auroraos.MobilePrint.desktop file defines the display and parameters for launching the application.