Expand description
C++ type: QFileDialog
Structsยง
- Accept
Mode - C++ enum:
QFileDialog::AcceptMode
. - Dialog
Label - C++ enum:
QFileDialog::DialogLabel
. - File
Mode This enum is used to indicate what the user may select in the file dialog; i.e. what the dialog will return if the user clicks OK.
- Option
The Options type is a typedef for QFlags<Option>. It stores an OR combination of Option values.
- View
Mode This enum describes the view mode of the file dialog; i.e. what information about each file will be displayed.