5import org.mauikit.controls as Maui
7import org.kde.kquickimageeditor as KQuickImageEditor
15 property alias brightnessButton: _brightnessButton
16 property alias contrastButton : _contrastButton
17 property alias saturationButton : _saturationButton
23 Layout.fillWidth: true
27 Layout.fillWidth: true
36 color: Maui.Theme.backgroundColor
42 position: ToolBar.Footer
43 Layout.fillWidth: true
47 color: Maui.Theme.backgroundColor
56 icon.name: "transform-crop"
57 text:
i18nc(
"@action:button Crop an image",
"Saturation");
64 icon.name:
"transform-rotate"
66 text:
i18nc(
"@action:button Rotate an image",
"Contrast");
73 icon.name:
"transform-rotate"
75 text:
i18nc(
"@action:button Rotate an image",
"Exposure");
82 icon.name:
"transform-rotate"
84 text:
i18nc(
"@action:button Rotate an image",
"Highlights");
91 icon.name:
"transform-rotate"
93 text:
i18nc(
"@action:button Rotate an image",
"Shadows");
101 icon.name:
"transform-rotate"
103 text:
i18nc(
"@action:button Rotate an image",
"Brightness");
107 leftContent: ToolButton
110 icon.name:
"dialog-apply"
117 rightContent: ToolButton
120 icon.name:
"dialog-cancel"
QString i18nc(const char *context, const char *text, const TYPE &arg...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:36 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.