summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/draggabletext.qdoc
blob: 6e15e7f9465f5cd3b2dc8818a869c24cf4623bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example draganddrop/draggabletext
    \title Draggable Text Example
    \examplecategory {User Interface Components}
    \brief Illustrates how to drag and drop text between widgets.

    \brief The Draggable Text example shows how to drag and drop textual data between widgets
    in the same application, and between different applications.

    \image draggabletext-example.png
*/