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

/*!
    \example graphicsview/embeddeddialogs
    \title Embedded Dialogs
    \ingroup examples-graphicsview-layout
    \brief Demonstrates how to embed dialogs into a graphics view.

    This example shows how to embed standard dialogs into
    Graphics View. It also shows how you can customize the
    proxy class and add window shadows.

    \image embeddeddialogs-demo.png
*/