Top "Qtextcursor" questions

The QTextCursor class offers an API to access and modify QTextDocuments.

Moving the cursor inside of QTextEdit

I have a form with a QTextEdit on it, which is called translationInput. I am trying to provide the editing …

c++ qt qtextedit qtextcursor
How to change the fontsize for everything inside QTextEdit in PyQt4?

I have a QTextEdit widget whose contents are populated programmatically using QTextEdit.textCursor. My plan is to let the user …

python-2.7 pyqt pyqt4 qtextedit qtextcursor