23import QtQuick.Controls
33 anchors.right: parent.right
40 cursorShape: Qt.SizeHorCursor
41 acceptedButtons: Qt.NoButton
46 grabPermissions: TapHandler.TakeOverForbidden
52 root.startSystemResize(Qt.RightEdge)
65 anchors.left: parent.left
72 cursorShape: Qt.SizeHorCursor
73 acceptedButtons: Qt.NoButton
78 grabPermissions: TapHandler.TakeOverForbidden
84 root.startSystemResize(Qt.LeftEdge)
97 anchors.bottom: parent.bottom
104 cursorShape: Qt.SizeVerCursor
105 acceptedButtons: Qt.NoButton
110 grabPermissions: TapHandler.TakeOverForbidden
116 root.startSystemResize(Qt.BottomEdge)
130 anchors.bottom: parent.bottom
131 anchors.left: parent.left
133 sourceComponent: Item
138 cursorShape: Qt.SizeBDiagCursor
139 acceptedButtons: Qt.NoButton
144 grabPermissions: TapHandler.TakeOverForbidden
150 root.startSystemResize(Qt.LeftEdge | Qt.BottomEdge);
163 anchors.bottom: parent.bottom
164 anchors.right: parent.right
166 sourceComponent:
Item
171 cursorShape:
Qt.SizeFDiagCursor
172 acceptedButtons:
Qt.NoButton
177 grabPermissions: TapHandler.TakeOverForbidden
183 root.startSystemResize(
Qt.RightEdge |
Qt.BottomEdge)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 29 2024 11:46:39 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.