Quote Originally Posted by yogeshgokul View Post
Yes this function was introduced in Qt 4.5.
You can use
Qt Code:
  1. QTextDocument::findBlock()
To copy to clipboard, switch view to plain text mode 
But this will only works for character position, not with line number.
I saw findBlock().But i cant use it. I want the position of a perticular. I have input is only Line Number.Do Uou hava any solution for this.