[PyQt] small example of multi-line QTextEdit ?

Denis denis-bz-py at t-online.de
Fri Feb 20 13:08:17 GMT 2009


Can someone point me to a small example of a multiline QTextEdit please ?
I want "chunks" or "paragraphs" consisting of "lines"
where "chunks" can be selected, deleted etc.;
imagine chunk -> QTextFrame, line -> QTextBlock
or is there an easier way ?
A small class MultilineTextEdit(QTextEdit) must exist already.

(A concise overview / intro to QText* would be nice too --
egrep -i qtgui.qtext $Pyqt/PyQt4.api -> 1039 functions, hmmm.)

Thanks, cheers
  -- denis



More information about the PyQt mailing list