MauiKit Image Tools

CropBackground.qml
1/* SPDX-FileCopyrightText: 2021 Noah Davis <noahadvs@gmail.com>
2 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
3 */
4
5import QtQuick
6
7import org.mauikit.controls as Maui
8import org.mauikit.imagetools.editor as ITE
9
10RectangleCutout {
11 id: root
12 Rectangle {
13 x: root.insideX - 1
14 y: root.insideY - 1
15 width: root.insideWidth + 2
16 height: root.insideHeight + 2
17 color: "transparent"
18 border.color: Maui.Theme.highlightColor
19 border.width: 1
20 }
21}
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:56:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.