blob: 37faafcbf3ab3a06e836cb7722465ac964dfb3c2 [file] [log] [blame]
import QtQuick 2.0
Text {
width: 0
height: 10
text: "Meaningless text"
elide: Text.ElideRight
Text {
objectName: "elidedRef"
width: 10
height: 10
text: "Meaningless text"
elide: Text.ElideRight
}
}