summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-26 14:41:17 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-28 12:05:41 +0000
commita18c55e7380d123484d3cae11755337fb8b74a39 (patch)
tree25a7f7782b6b17861a6c0977c0c15b91f904daa9 /examples/widgets/doc
parent645e011d7ddaf8660951d28577010d83eb9ede05 (diff)
Move item views puzzle example to manual test
Pick-to: 6.5 6.6 Change-Id: Idbb4222861be86275a86f731e75127b8496a08a7 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/widgets/doc')
-rw-r--r--examples/widgets/doc/images/itemviewspuzzle-example.pngbin196251 -> 0 bytes
-rw-r--r--examples/widgets/doc/src/itemviewspuzzle.qdoc15
2 files changed, 0 insertions, 15 deletions
diff --git a/examples/widgets/doc/images/itemviewspuzzle-example.png b/examples/widgets/doc/images/itemviewspuzzle-example.png
deleted file mode 100644
index aae6a953ca..0000000000
--- a/examples/widgets/doc/images/itemviewspuzzle-example.png
+++ /dev/null
Binary files differ
diff --git a/examples/widgets/doc/src/itemviewspuzzle.qdoc b/examples/widgets/doc/src/itemviewspuzzle.qdoc
deleted file mode 100644
index 9e77caf87e..0000000000
--- a/examples/widgets/doc/src/itemviewspuzzle.qdoc
+++ /dev/null
@@ -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 itemviews/puzzle
- \title Item Views Puzzle Example
- \ingroup examples-itemviews
- \brief The Puzzle example shows how to enable drag and drop with a custom model
- to allow items to be transferred between a view and another widget.
-
- \image itemviewspuzzle-example.png
-
- 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.
-*/