[Interest] How to disable multi touch for iOS

2022-11-23 Thread sivan nanthiran
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

[Interest] Android 13 Devices – API 30+ - SelectFiles – CreateFiles – Qt 5.15

2022-11-23 Thread ekke
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