Qt 6.11 is out! See what's new in the release
blog
How to find current line number in QTextEdit?
-
I need to get a position of a text pointer in QTextEdit which is calculated by the number of lines.
In documents I can only see the textCthon () function. Position () counts it in characters. -
I need to get a position of a text pointer in QTextEdit which is calculated by the number of lines.
In documents I can only see the textCthon () function. Position () counts it in characters.