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 .