I need to display a string on a simulation screen. For that I'm supposed to read the text from an existing Filename.txt/Filename.csv file.
MarqueeText {
id:scrolltext
width: 255
height: 48
anchors.verticalCenter: parent.horizontalCenter
text: //i need to display the string in text file here
}
MarqueeText {
id:scrolltext
width: 255
height: 48
anchors.verticalCenter: parent.horizontalCenter
text: //i need to display the string in text file here
}
To copy to clipboard, switch view to plain text mode
Please help me with this. Thank you
Bookmarks