I use C ++ and QML to create a nice interface. I would like to have a “console view” where a lot of time is printed in time. However, when the text of the text element or the contents of the web browser grows, the view does not "scroll down."
How can I make the text at the bottom of the text / webview element always remain visible?
I tried playing with flickable and the_webview.evaluateJavaScript + window.scrollTo, but I could not get them to do what I want. This seems like a pretty simple part of the user interface, but I'm having serious QML issues.
Thanks for the answer.
source share