Obsolete Members for FileDialog

The following members of QML type FileDialog 被棄用。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

特性

特性文檔編製

currentFile : url [deprecated in 6.3]

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 .

currentFiles : list < url > [deprecated in 6.3]

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 .