PDA

View Full Version : tab character in QTextEdit



johnmauer
1st November 2010, 17:17
How can I read out and save a tab character in a QTextEdit? The method, toPlainText, converts all tabs to a special character which does not repeat as tab on rewrite. Perhaps I just need to convert the tab to spaces?