PDA

View Full Version : Put a QTextTable on a QTextEdit over QTextDocumentFragment



patrik08
1st June 2006, 14:48
Is this possibel... from subjekt?

The QTextTable class represents a table in a QTextDocument.

I suppose is on html format ... or waht oder format?

if true ... How make so a table ... no has sample?

Put a QTextTable on a QTextEdit over QTextDocumentFragment



QTextDocumentFragment fragment = QTextDocumentFragment::fromHtml(sthtml);
html_area->textCursor().insertFragment(fragment);

wysota
16th June 2006, 09:14
If you still have this problem, could you explain it a bit more using full english sentences? I think the reason why nobody answered that thread is that we didn't know what you meant to tell us.