[PyQt] PyQt5 issues related to QFileDialog
Phil Thompson
phil at riverbankcomputing.com
Thu Sep 5 08:51:27 BST 2019
On 03/09/2019 18:03, Detlev Offenbach wrote:
> Hello Phil,
>
> I think I encountered some issues with the PyQt5 bindings for
> QFileDialog. The
> following static methods have a wrong signature. The 'directory'
> parameter
> must be QUrl() instead of QString. The methods are
>
> QFileDialog.getOpenFileUrl(...)
> QFileDialog.getOpenFileUrls(...)
> QFileDialog.getSaveFileUrl(...)
>
> The signature of QFileDialog.getExistingDirectoryUrl(...) is correct.
Should be fixed in tonight's snapshot.
Thanks,
Phil
More information about the PyQt
mailing list