Module q_file_dialog

Source
Expand description

C++ type: QFileDialog

Structsยง

AcceptMode
C++ enum: QFileDialog::AcceptMode.
DialogLabel
C++ enum: QFileDialog::DialogLabel.
FileMode

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.

ViewMode

This enum describes the view mode of the file dialog; i.e. what information about each file will be displayed.