2022-05-10 10:06:48 +00:00
|
|
|
// Copyright (C) 2016 The Qt Company Ltd.
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
/*! \page textedit-example.html
|
|
|
|
|
|
|
|
\ingroup examples
|
|
|
|
\title Text Edit Example
|
|
|
|
|
2012-11-28 16:04:12 +00:00
|
|
|
\brief This example displays a text editor with the user interface written
|
2013-03-14 23:42:15 +00:00
|
|
|
in pure C++.
|
|
|
|
|
2024-02-28 13:23:07 +00:00
|
|
|
A similar example which uses \QD to produce the user
|
|
|
|
interface is in the \l {Qt Widgets Designer Manual}.
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
See \c{$QTDIR/examples/textedit} for the source code.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|