Hi,
I am using Qt (not QtQuick) to develop an iOS app. I have been trying to
find a way to disable multitouch in the widget so that no 2 widgets can
receive touchEvent/mousePressEvent at the same time.
I have tried setting *UIView.multipleTouchEnabled = false * but I am no
longer getting QGesture
In one of my apps the user must be able to select one or more files from
shared data and also to create a new file in a selected directory.
Up to API 29 I did this using QStandardPathes, per ex. for
PicturesLocation and DocumentsLocation and have built my own
CustomFileDialog.
With API30 QSt