MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

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
 }