diff --git a/examples/widgets/doc/images/draganddroppuzzle-example.png b/examples/widgets/doc/images/draganddroppuzzle-example.png deleted file mode 100644 index ca6844581e1..00000000000 Binary files a/examples/widgets/doc/images/draganddroppuzzle-example.png and /dev/null differ diff --git a/examples/widgets/doc/src/draganddroppuzzle.qdoc b/examples/widgets/doc/src/draganddroppuzzle.qdoc deleted file mode 100644 index c2504b245b5..00000000000 --- a/examples/widgets/doc/src/draganddroppuzzle.qdoc +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only - -/*! - \example draganddrop/puzzle - \title Drag and Drop Puzzle Example - - \brief The Drag and Drop Puzzle example demonstrates a way of using the drag and drop system with - item view widgets. - - \image draganddroppuzzle-example.png - - This example is an implementation of a simple jigsaw puzzle game using Qt's - drag and drop API. - The \l{Item Views Puzzle Example}{Item View Puzzle} example shows - many of the same features, but takes an alternative approach that uses Qt's - model/view framework to manage drag and drop operations. -*/ diff --git a/examples/widgets/doc/src/itemviewspuzzle.qdoc b/examples/widgets/doc/src/itemviewspuzzle.qdoc index c1e0c361d6f..9e77caf87e5 100644 --- a/examples/widgets/doc/src/itemviewspuzzle.qdoc +++ b/examples/widgets/doc/src/itemviewspuzzle.qdoc @@ -12,8 +12,4 @@ This example is an implementation of a simple jigsaw puzzle game using the built-in support for drag and drop provided by Qt's model/view framework. - The \l{Drag and Drop Puzzle Example}{Drag and Drop Puzzle} example shows - many of the same features, but takes an alternative approach that uses Qt's - drag and drop API at the application level to handle drag and drop - operations. */ diff --git a/examples/widgets/draganddrop/CMakeLists.txt b/examples/widgets/draganddrop/CMakeLists.txt index c75600f6601..88d571d31ef 100644 --- a/examples/widgets/draganddrop/CMakeLists.txt +++ b/examples/widgets/draganddrop/CMakeLists.txt @@ -5,4 +5,3 @@ qt_internal_add_example(draggableicons) qt_internal_add_example(draggabletext) qt_internal_add_example(dropsite) qt_internal_add_example(fridgemagnets) -qt_internal_add_example(puzzle) diff --git a/examples/widgets/draganddrop/draganddrop.pro b/examples/widgets/draganddrop/draganddrop.pro index 1ecafd33a1b..e62a0a59d07 100644 --- a/examples/widgets/draganddrop/draganddrop.pro +++ b/examples/widgets/draganddrop/draganddrop.pro @@ -2,5 +2,4 @@ TEMPLATE = subdirs SUBDIRS = draggableicons \ draggabletext \ dropsite \ - fridgemagnets \ - puzzle + fridgemagnets diff --git a/examples/widgets/draganddrop/puzzle/CMakeLists.txt b/tests/manual/examples/widgets/draganddrop/puzzle/CMakeLists.txt similarity index 100% rename from examples/widgets/draganddrop/puzzle/CMakeLists.txt rename to tests/manual/examples/widgets/draganddrop/puzzle/CMakeLists.txt diff --git a/examples/widgets/draganddrop/puzzle/example.jpg b/tests/manual/examples/widgets/draganddrop/puzzle/example.jpg similarity index 100% rename from examples/widgets/draganddrop/puzzle/example.jpg rename to tests/manual/examples/widgets/draganddrop/puzzle/example.jpg diff --git a/examples/widgets/draganddrop/puzzle/main.cpp b/tests/manual/examples/widgets/draganddrop/puzzle/main.cpp similarity index 100% rename from examples/widgets/draganddrop/puzzle/main.cpp rename to tests/manual/examples/widgets/draganddrop/puzzle/main.cpp diff --git a/examples/widgets/draganddrop/puzzle/mainwindow.cpp b/tests/manual/examples/widgets/draganddrop/puzzle/mainwindow.cpp similarity index 100% rename from examples/widgets/draganddrop/puzzle/mainwindow.cpp rename to tests/manual/examples/widgets/draganddrop/puzzle/mainwindow.cpp diff --git a/examples/widgets/draganddrop/puzzle/mainwindow.h b/tests/manual/examples/widgets/draganddrop/puzzle/mainwindow.h similarity index 100% rename from examples/widgets/draganddrop/puzzle/mainwindow.h rename to tests/manual/examples/widgets/draganddrop/puzzle/mainwindow.h diff --git a/examples/widgets/draganddrop/puzzle/pieceslist.cpp b/tests/manual/examples/widgets/draganddrop/puzzle/pieceslist.cpp similarity index 100% rename from examples/widgets/draganddrop/puzzle/pieceslist.cpp rename to tests/manual/examples/widgets/draganddrop/puzzle/pieceslist.cpp diff --git a/examples/widgets/draganddrop/puzzle/pieceslist.h b/tests/manual/examples/widgets/draganddrop/puzzle/pieceslist.h similarity index 100% rename from examples/widgets/draganddrop/puzzle/pieceslist.h rename to tests/manual/examples/widgets/draganddrop/puzzle/pieceslist.h diff --git a/examples/widgets/draganddrop/puzzle/puzzle.pro b/tests/manual/examples/widgets/draganddrop/puzzle/puzzle.pro similarity index 100% rename from examples/widgets/draganddrop/puzzle/puzzle.pro rename to tests/manual/examples/widgets/draganddrop/puzzle/puzzle.pro diff --git a/examples/widgets/draganddrop/puzzle/puzzle.qrc b/tests/manual/examples/widgets/draganddrop/puzzle/puzzle.qrc similarity index 100% rename from examples/widgets/draganddrop/puzzle/puzzle.qrc rename to tests/manual/examples/widgets/draganddrop/puzzle/puzzle.qrc diff --git a/examples/widgets/draganddrop/puzzle/puzzlewidget.cpp b/tests/manual/examples/widgets/draganddrop/puzzle/puzzlewidget.cpp similarity index 100% rename from examples/widgets/draganddrop/puzzle/puzzlewidget.cpp rename to tests/manual/examples/widgets/draganddrop/puzzle/puzzlewidget.cpp diff --git a/examples/widgets/draganddrop/puzzle/puzzlewidget.h b/tests/manual/examples/widgets/draganddrop/puzzle/puzzlewidget.h similarity index 100% rename from examples/widgets/draganddrop/puzzle/puzzlewidget.h rename to tests/manual/examples/widgets/draganddrop/puzzle/puzzlewidget.h