Provides an automatically aliding label based on elideWidth More...
| Import Statement: | import quey.ui 0.1 |
| Inherits: |
import QtQuick 2.4 import quey.ui 0.1 ApplicationView { width: Units.dp(640) height: Units.dp(480) ElideLabel { anchors.centerIn: parent text: "Qt is awesome!" elideWidth: 30 } }
This is an alias for elideWidth. You can't change this property.
The elide mode. Defaults to Qt.ElideRight. Possible values are:
Qt.ElideLeftQt.ElideMiddleQt.ElideNoneQt.ElideRightThe width avaiable for this label. Defaults to it's width. If this property is set, the label automatically elides if the width is greater than elideWidth.
font : font |
The label's font.