FileDialog所有成员列表
这是FileDialog的所有成员列表,包括继承成员。
- acceptLabel : string
- currentFile : url
(自6.3版已弃用)
- currentFiles : list<url>
(自6.3版已弃用)
- currentFolder : url
- defaultSuffix : string
- fileMode : enumeration
- nameFilters : list<string>
- options : flags
- rejectLabel : string
- selectedFile : url
- selectedFiles : list<url>
- selectedNameFilter
- selectedNameFilter.extensions : list<string>
- selectedNameFilter.globs : list<string>
- selectedNameFilter.index : int
- selectedNameFilter.name : string
以下成员是从Dialog继承的。
- data : list<QtObject> [默认]
- flags : Qt::WindowFlags
- modality : Qt::WindowModality
- parentWindow : Window
- result : int
- title : string
- visible : bool
- void accept()
- void accepted()
- void close()
- void done(int result)
- void open()
- void reject()
- void rejected()
以下成员是从QtObject继承的。
- objectName : string
© 2024 Qt公司有限公司。本文档中包含的文档贡献享有各自所有者的版权。本文档适用于由自由软件基金会发布的 GNU 自由文档许可证第 1.3 版的条款。