QML MoreIndicator Element

MoreIndicator indicates that more content is available for the user More...

Inherits Image

This element was introduced in qt-components 4.7.

Detailed Description

Component to indicate that more content is available for the user.

A more indicator is a component that displayes an arrow to show the user that there are more contents available.

 MoreIndicator {
     id: indicator
     objectName: "indicatorObject"
     anchors.centerIn: parent
 }