Display text in pages
Unsolved
QML and Qt Quick
-
Hello everyone, I'll get directly into my issue (I'm a beginner, sorry if it's an incredibly dumb question)
What I want to do is to show some text on my app. The text is stored in the form of a list of strings. I'd like to show the text in pages.
Program loads file->extract text-> display in a window.
How can I achieve this, I don't know if it will matter but I'd like to possibly change the size of the text, spacing etc...
Thanks in advance -
Hi and welcome to devnet,
The Text Edit example will likely be a good starting point.