qt6-bb10/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
..
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
adddialog.cpp
adddialog.h
addressbook.pro
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
main.cpp
mainwindow.cpp Don't use file dialog in the address book example 2023-01-13 19:21:44 +00:00
mainwindow.h
newaddresstab.cpp
newaddresstab.h
tablemodel.cpp
tablemodel.h