Obsolete Members for FileDialog
QMLのFileDialog型の以下のメンバは非推奨です。これらは古いソースコードを動作させるために用意されたものです。新しいコードでは使用しないことを強くお勧めします。
プロパティ
- currentFile : url
(deprecated in 6.3)
- currentFiles : list<url>
(deprecated in 6.3)
プロパティの説明
currentFile : url |
このプロパティはQtQuick.Dialogs 6.3から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。
代わりにselectedFile を使用してください。
このプロパティは、ダイアログで現在選択されているファイルを保持します。
selectedFile,currentFiles,currentFolderも参照してください 。
このプロパティはQtQuick.Dialogs 6.3から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。
代わりにselectedFiles を使用してください。
このプロパティは、ダイアログで現在選択されているファイルを保持します。
selectedFiles,currentFile,currentFolderも参照して ください。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.