summaryrefslogtreecommitdiffstats
path: root/src/core/select_file_dialog_factory_qt.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement dialogs of File System Access APISzabolcs David2021-06-151-0/+87
Dialogs triggered by window.showOpenFilePicker() or window.showDirectoryPicker() needed different implementation than regular file picker dialogs. Since the end-users can't distinguish between HTML file picker dialogs and these file system access dialogs, we can just use the existing file picker WebEngine API and UI delegates. Task-number: QTBUG-92519 Pick-to: 6.2 Change-Id: Ib1624f80603c4042803303274ba45d864ecb371c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>