qt5base-lts/examples/widgets/tutorials
Volker Hilsheimer f4b338833e 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>
2023-05-15 14:52:17 +02:00
..
gettingStarted Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
modelview Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
notepad Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
widgets Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Move the addressbook tutorial into manual tests 2023-05-15 14:52:17 +02:00
gettingstartedqt.qdoc Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
README Move tutorials to widgets. 2012-09-09 01:18:37 +02:00
tutorials.pro Move the addressbook tutorial into manual tests 2023-05-15 14:52:17 +02:00

Qt is supplied with tutorials that have been written to provide developers
with an introduction to the Qt API.


Documentation for tutorials can be found in the Tutorials
link in the main documentation.