List of All Members for FileDialog
This is the complete list of members for FileDialog, including inherited members.
- acceptLabel : string
 - currentFile : url
 - currentFiles : list<url>
 - defaultSuffix : string
 - file : url
 - fileMode : enumeration
 - files : list<url>
 - folder : url
 - nameFilters : list<string>
 - options : flags
 - rejectLabel : string
 - selectedNameFilter
- selectedNameFilter.extensions : list<string>
 - selectedNameFilter.index : int
 - selectedNameFilter.name : string
 
 
The following members are inherited from Dialog.
- data : list<Object> [default]
 - 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()
 
The following members are inherited from QtObject.
- objectName : string