-
Bug
-
Resolution: Out of scope
-
P4: Low
-
None
-
4.8.1, 4.8.4
-
None
-
Linux Mint 13 with Qt4.8.1 from repository, gcc version 4.6.3
QTextDocumentWriter with ODF support is not useful.
I tried to make an odt file of the order form example ( http://doc.qt.digia.com/stable/richtext-orderform.html )
I only changed the printing function to:
void MainWindow::printFile()
{
QTextEdit *editor = static_cast<QTextEdit*>(letters->currentWidget());
QFile f("test.odt");
f.open(QIODevice::WriteOnly);
QTextDocumentWriter tdw(&f,"odf");
tdw.write(editor->document());
f.close();
}
You can see the output of that in the attached image.
- is duplicated by
-
QTBUG-30924 setColumnWidthConstraints has no effect on odt files
-
- Open
-