Bruno Luciani wrote:
> 
> Pritpal  , how can I get the actual row(line) and column number of cursor
> 
> in HBQPlainTextEDit ?
> 
> to show it in the status bar ?
> 

   qCursor := QTextCursor():from( qPlainTextEdit:testCursor() )

   nRow := qCursor:blockNumber() + 1
   nCol := qCursor:columnNumber() + 1




-----
                 enjoy hbIDEing...
                    Pritpal Bedi 
_a_student_of_software_analysis_&_design_
-- 
View this message in context: 
http://n2.nabble.com/HBQPlainTextEdit-tp4578337p4578533.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to