Obsolete Members for FileDialog

The following members of QML type FileDialog 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

特性

特性文档编制

currentFile : url

This property is deprecated since 6.3. We strongly advise against using it in new code.

使用 selectedFile 代替。

This property holds the currently selected file in the dialog.

另请参阅 selectedFile , currentFiles ,和 currentFolder .


currentFiles : list < url >

This property is deprecated since 6.3. We strongly advise against using it in new code.

使用 selectedFiles 代替。

This property holds the currently selected files in the dialog.

另请参阅 selectedFiles , currentFile ,和 currentFolder .