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.

Pick-to: 6.5
Change-Id: Iffe47a0f6e04a933edb917c877ae845f50b74b4a
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
Volker Hilsheimer 2023-05-15 12:08:45 +02:00
parent a035e8b768
commit f4b338833e
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