source: trunk/doc/src/snippets/code/src.gui.text.qtextdocumentwriter.cpp@ 244

Last change on this file since 244 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 122 bytes
Line 
1//! [0]
2 QTextDocumentWriter writer;
3 writer.setFormat("odf"); // same as writer.setFormat("ODF");
4//! [0]
5
Note: See TracBrowser for help on using the repository browser.