The following members of QML type FileDialog 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(deprecated in 6.3)
(deprecated in 6.3)
currentFile
:
url
|
This property is deprecated since QtQuick.Dialogs 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 .
This property is deprecated since QtQuick.Dialogs 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 .