А
Size: a a a
LB
МК
ScrollBar.vertical: CustomScrollBar {
topPadding: table.topPadding
bottomPadding: table.ScrollBar.horizontal && table.ScrollBar.horizontal.visible
? table.ScrollBar.horizontal.height : 0
visible: height - table.topMargin < table.contentHeight
}
ScrollBar.horizontal: CustomScrollBar {
leftPadding: table.leftPadding
rightPadding: table.ScrollBar.vertical && table.ScrollBar.vertical.visible
? table.ScrollBar.vertical.width : 0
visible: width - table.leftMargin < table.contentWidth
}
LB
contentItem: Rectangle {
implicitWidth : 5
radius : 2
color : "#8D96A3"
visible : parent.active
}
policy: ScrollBar.AsNeeded
OL
МК
OL
OL
OL
OL
AS
МК
OL
OL
OL
МК
OL
OL