Hi,
My problem is in QTextEdit
it may cantain a number of lines, I need to get the line number
for first visible line in QTextEdit after scrolling.
Let say in the QTextEdit that are 100 lines.
The first line that are visible may be is line no 56 after I
scrolldown.
What I need is to get the line number 56 and display it in
the statusBar.
Status Bar:
=============
Max Lines : 100 Top Line: 56 Current Line: 65
Hope, my explain will clear.
Regards
Teh