qt6-bb10/examples/widgets
Chris Lerner c3fa43513e Don't add any entry whose name doesn't start with a letter
In the Addressbook example, any entry whose name doesn't start
with a letter will not appear in any of the categories,
but it will still exist. These entries would make the
"There are currently no contacts in your address book" page
disappear even when no entries could be found in the categories.

Check if a new entry has a name that doesn't start with a letter,
and if so, don't add it as a contact. Also, notify user that names
must start with a letter when this happens.

Fixes: QTBUG-124254
Pick-to: 6.7 6.6 6.5 6.2
Change-Id: I7f25711785ec7a82852a0f37d9f096cc3af41576
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2024-04-11 00:12:19 +02:00
..
animation CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
desktop CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
dialogs CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
doc Doc: Resolve qdoc link warnings 2024-02-14 21:47:28 +01:00
draganddrop CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
gallery CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
gestures CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
graphicsview CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
itemviews Don't add any entry whose name doesn't start with a letter 2024-04-11 00:12:19 +02:00
layouts CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
mainwindows CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
painting CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
qnx/foreignwindows Doc: Fix license of foreignwindows example 2023-06-30 18:46:54 +02:00
rhi CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
richtext CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
tools CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
touch CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
tutorials CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
widgets CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
widgets.pro Add QRhiWidget 2023-08-14 17:05:36 +02:00