MCPcopy Create free account
hub / github.com/KDAB/KDChart / setTextDocument

Method setTextDocument

src/KDChart/KDChartTextAttributes.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void TextAttributes::setTextDocument(QTextDocument *document)
245{
246 d->document = QSharedPointer<QTextDocument>(document);
247}
248
249#if !defined(QT_NO_DEBUG_STREAM)
250QDebug operator<<(QDebug dbg, const KDChart::TextAttributes &ta)

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected