MauiKit Image Tools

android/ImageEditor.qml
1import QtQuick
2import QtQuick.Controls
3import QtQuick.Layouts
4
5import org.mauikit.controls as Maui
6
7
8/**
9 * @inherit org::mauikit::controls::Page
10 * @brief A control with different tools for editingan image
11 *
12 */
13Maui.Page
14{
15 id: control
17 property url url
18
19 readonly property bool ready : String(control.url).length
20
21 readonly property QtObject editor : null
22
23
24}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:10:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.