diff options
| author | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2023-05-15 12:08:45 +0200 |
|---|---|---|
| committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2023-05-15 14:52:17 +0200 |
| commit | f4b338833e0222db68f37914ecfa21ff11fd718a (patch) | |
| tree | 31e7a00f2aed603ea15307e6cee66fd070994db8 /examples/widgets/tutorials/tutorials.pro | |
| parent | a035e8b76835764924f59ae4610e648875e3e7a6 (diff) | |
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>
Diffstat (limited to 'examples/widgets/tutorials/tutorials.pro')
| -rw-r--r-- | examples/widgets/tutorials/tutorials.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/tutorials/tutorials.pro b/examples/widgets/tutorials/tutorials.pro index 0aaa119d8f9..5f6da54b2ae 100644 --- a/examples/widgets/tutorials/tutorials.pro +++ b/examples/widgets/tutorials/tutorials.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS += addressbook widgets modelview gettingStarted notepad +SUBDIRS += widgets modelview gettingStarted notepad |
