16 lines
482 B
Plaintext
16 lines
482 B
Plaintext
// Copyright (C) 2016 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
|
|
|
/*!
|
|
\example richtext/textedit
|
|
\title Text Edit
|
|
\ingroup examples-richtext
|
|
\brief The Text Edit example shows Qt's rich text editing facilities
|
|
in action.
|
|
|
|
\brief The Text Edit example shows Qt's rich text editing facilities in action,
|
|
providing an example document for you to experiment with.
|
|
|
|
\image textedit-demo.png
|
|
*/
|