Module implementing a dialog to enter a file system path using a file picker.
None |
E5PathPickerDialog | Class implementing a dialog to enter a file system path using a file picker. |
getPath | Function to get a file or directory path from the user. |
Class implementing a dialog to enter a file system path using a file picker.
None |
None |
E5PathPickerDialog | Constructor |
getPath | Public method to get the current path. |
setDefaultDirectory | Public method to set the default directory of the path picker. |
setLabelText | Public method to set the label text. |
setPickerFilters | Public method to set the filters of the path picker. |
setPickerMode | Public method to set the mode of the path picker. |
setPickerPath | Public method to set the path of the path picker. |
setTitle | Public method to set the window title. |
None |
Constructor
Public method to get the current path.
Public method to set the default directory of the path picker.
Public method to set the label text.
Public method to set the filters of the path picker.
Note: Multiple filters must be separated by ';;'.
Public method to set the mode of the path picker.
Public method to set the path of the path picker.
Public method to set the window title.
Function to get a file or directory path from the user.