How to cut off text using QML Text element?
-
Hi,
I think i'm overlooking something because there has to be a simple solution for my problem.
I have a text element:
@
Text {
text : "veryloonnnnnnnnnnnnnnggggggggggggggggggggggggtext"
width: 100
}
@How can I "cut off" the text so everything over width 100 won't be visible ( so only "verylon" or something will be shown ) ?