Move the addressbook tutorial into manual tests

The tutorial is building an elaborate UI around a QMap. It doesn't use
structured data, and it doesn't use model/view (which the dedicated
addressbook example in itemviews does).

It's not a good way of building an application, and the individual APIs
for creating layouts, dialogs, or import/export are explained well
enough in other examples.

Change-Id: Iffe47a0f6e04a933edb917c877ae845f50b74b4a
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
(cherry picked from commit f4b338833e0222db68f37914ecfa21ff11fd718a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Volker Hilsheimer 2023-05-15 12:08:45 +02:00 committed by Qt Cherry-pick Bot
parent 1a53550d29
commit 8e2182bde1
69 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
add_subdirectory(addressbook)
add_subdirectory(widgets)
add_subdirectory(modelview)
add_subdirectory(gettingStarted)

View File

@ -1,2 +1,2 @@
TEMPLATE = subdirs
SUBDIRS += addressbook widgets modelview gettingStarted notepad
SUBDIRS += widgets modelview gettingStarted notepad