9 property color color: Qt.rgba(0,0,0,0.5)
10 property real insideX: 0
11 property real insideY: 0
12 property real insideWidth: width
13 property real insideHeight: height
17 LayoutMirroring.enabled: false
18 anchors.left: parent.left
19 anchors.right: parent.right
20 anchors.top: parent.top
27 LayoutMirroring.enabled: false
28 anchors.left: parent.left
29 anchors.top: topTintRect.bottom
30 anchors.bottom: bottomTintRect.top
37 LayoutMirroring.enabled: false
38 anchors.right: parent.right
39 anchors.top: topTintRect.bottom
40 anchors.bottom: bottomTintRect.top
41 width: root.width - root.insideX - root.insideWidth
47 LayoutMirroring.enabled: false
48 anchors.left: parent.left
49 anchors.right: parent.right
50 anchors.bottom: parent.bottom
51 height: root.height - root.insideY - root.insideHeight
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:26 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.