Move embedded dialogs example to manual test
Change-Id: I86213aa47def7ebacaa9465a0200cef10871706e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 7b4b5c839ba7e7a05a339533d37f0d97a26bad18) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
16c9ea4194
commit
b024426ee9
@ -1,15 +0,0 @@
|
|||||||
// 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
|
|
||||||
*/
|
|
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
qt_internal_add_example(chip)
|
qt_internal_add_example(chip)
|
||||||
qt_internal_add_example(elasticnodes)
|
qt_internal_add_example(elasticnodes)
|
||||||
qt_internal_add_example(embeddeddialogs)
|
|
||||||
qt_internal_add_example(collidingmice)
|
qt_internal_add_example(collidingmice)
|
||||||
qt_internal_add_example(basicgraphicslayouts)
|
qt_internal_add_example(basicgraphicslayouts)
|
||||||
qt_internal_add_example(diagramscene)
|
qt_internal_add_example(diagramscene)
|
||||||
|
@ -2,7 +2,6 @@ TEMPLATE = subdirs
|
|||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
chip \
|
chip \
|
||||||
elasticnodes \
|
elasticnodes \
|
||||||
embeddeddialogs \
|
|
||||||
collidingmice \
|
collidingmice \
|
||||||
basicgraphicslayouts \
|
basicgraphicslayouts \
|
||||||
diagramscene \
|
diagramscene \
|
||||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Loading…
x
Reference in New Issue
Block a user