import QtQuick 2.0
Text {
width: 0
height: 10
text: "Meaningless text"
elide: Text.ElideRight
objectName: "elidedRef"
width: 10
}