Florian Hübner wrote: > Gunnar Sletta wrote: >> If you need to reevaluate the text you have written in the textedit >> into HTML you could for instance do: >> >> edit.setText(edit.text()); > > > Hmm, I could neither find a text() method for QTextEdit nor another > method that would have the whole text as a String. Am I missing something?
Sorry about that, I was looking at the C++ header file which had a compat member named text(). The functions to use would be toHtml() or toPlainText() depending on what you do. best regards, Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
