Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_gui_text_qtextdocumentwriter.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
#
include
<
QTextDocumentWriter
>
4
5
namespace
src_gui_text_qtextdocumentwriter
{
6
7
void
wrapper
() {
8
//! [0]
9
QTextDocumentWriter writer;
10
writer.setFormat(
"odf"
);
// same as writer.setFormat("ODF");
11
//! [0]
12
}
// wrapper
13
14
}
// src_gui_text_qtextdocumentwriter
src_gui_text_qtextdocumentwriter
Definition
src_gui_text_qtextdocumentwriter.cpp:5
src_gui_text_qtextdocumentwriter::wrapper
void wrapper()
Definition
src_gui_text_qtextdocumentwriter.cpp:7
qtbase
src
gui
doc
snippets
code
src_gui_text_qtextdocumentwriter.cpp
Generated on
for Qt by
1.14.0