Re: [Interest] Please let us choose Qt Creator version in the online installer

2022-01-09 Thread Hamish Moffatt via Interest

On 27/12/21 01:46, Pavel Koshevoy wrote:


Also, the maintenance tool needs to be smart enough not to install an 
incompatible build of Qt Creator on an older version of macos where it 
can't even run.



It would be even better if the installer didn't force you to install 
Creator at all. We don't use it (preferring Visual Studio and Xcode and 
standalone Qt Assistant/Designer), so we don't need it installed.




Hamish

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[Interest] Android Native File Picker

2022-01-09 Thread maitai

Hi,

Is there a way for the Android native QFileDialog::getOpenFileName to 
pick up a file in my own app private files 
(/Android/data/com.company.appname/files) ? On Android 11 and up I can 
see only Android/media.


If I use my own filepicker based on QFileSystemModel then I can see all 
my "private" files but of course I cannot see any "URI" type elsewhere.


Alternatively should I create a DocumentsProvider just to allow users to 
pick up a file in my sandbox from my app ?


Thanks in advance
Philippe Lelong___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest