KQuickImageEditor
QML components providing basic image editing capabilities.
Using the Module
Using a KDE module's C++ API requires linking against the module library. The preferred way of consuming the library is through CMake.
Building with CMake
To import only the KQuickImageEditor QML modules:
ecm_find_qml_module(org.kde.kquickimageeditor REQUIRED)
To import KQuickImageEditor into your project using CMake:
find_package(KQuickImageEditor REQUIRED)
API Reference
Licenses
TODO