Move fade effect example to manual test
Pick-to: 6.5 6.6 Change-Id: I7f4e1d9b57be2d0ef22eb56d5d1f7abc5074ebae Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
7b4b5c839b
commit
9a320b037c
@ -9,7 +9,6 @@ if(QT_FEATURE_animation)
|
||||
endif()
|
||||
add_subdirectory(desktop)
|
||||
add_subdirectory(dialogs)
|
||||
add_subdirectory(effects)
|
||||
qt_internal_add_example(gallery)
|
||||
add_subdirectory(gestures)
|
||||
add_subdirectory(graphicsview)
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 80 KiB |
Binary file not shown.
Before Width: | Height: | Size: 102 KiB |
@ -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 effects/fademessage
|
||||
\title Fade Message Effect Example
|
||||
\ingroup examples-graphicsview-graphicseffects
|
||||
\brief Demonstrates how to apply effects on items in the view.
|
||||
|
||||
\div { style="text-align: left"}
|
||||
\inlineimage fademessageeffect-example.png
|
||||
\inlineimage fademessageeffect-example-faded.png
|
||||
\enddiv
|
||||
|
||||
*/
|
@ -1 +0,0 @@
|
||||
qt_internal_add_example(fademessage)
|
@ -1,4 +0,0 @@
|
||||
TEMPLATE = \
|
||||
subdirs
|
||||
SUBDIRS = \
|
||||
fademessage
|
@ -8,7 +8,6 @@ SUBDIRS = \
|
||||
desktop \
|
||||
dialogs \
|
||||
draganddrop \
|
||||
effects \
|
||||
gallery \
|
||||
gestures \
|
||||
graphicsview \
|
||||
|
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
Loading…
Reference in New Issue
Block a user