qt5base-lts/examples/widgets/itemviews/addressbook
Jan Arve Sæther 4dbb07f614 Don't use file dialog in the address book example
On small screen devices such as iPhone targets, the save file dialog is
using a non-native dialog, and it doesn't fit the screen real estate to
the extent that the [Ok] button is clipped away.

In addition, the open file dialog and the save file dialog doesn't
cooperate very well on platforms such as iOS without more plumbing.
Since using the file dialog is out of the scope for this example we
remove all usages of it.

Pick-to: 6.5
Change-Id: Ie165355ed0b671d93e44d2d55791156367b0ea5c
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2023-01-13 19:21:44 +00:00
..
adddialog.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
adddialog.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
addressbook.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
addresswidget.cpp Don't use file dialog in the address book example 2023-01-13 19:21:44 +00:00
addresswidget.h Don't use file dialog in the address book example 2023-01-13 19:21:44 +00:00
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.cpp Don't use file dialog in the address book example 2023-01-13 19:21:44 +00:00
mainwindow.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
newaddresstab.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
newaddresstab.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tablemodel.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tablemodel.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00