Module implementing a path picker widget.
None |
E5ComboPathPicker | Class implementing a path picker widget consisting of a combobox and a tool button to open a file dialog. |
E5PathPicker | Class implementing a path picker widget consisting of a line edit and a tool button to open a file dialog. |
E5PathPickerBase | Class implementing the base of a path picker widget consisting of a line edit or combo box and a tool button to open a file dialog. |
E5PathPickerModes | Class implementing the path picker modes. |
None |
Class implementing a path picker widget consisting of a combobox and a tool button to open a file dialog.
None |
None |
E5ComboPathPicker | Constructor |
getPathItems | Public method to get the list of remembered paths. |
None |
Constructor
Public method to get the list of remembered paths.
Class implementing a path picker widget consisting of a line edit and a tool button to open a file dialog.
None |
None |
E5PathPicker | Constructor |
None |
Constructor
Class implementing the base of a path picker widget consisting of a line edit or combo box and a tool button to open a file dialog.
DefaultMode |
None |
E5PathPickerBase | Constructor |
__pathEdited | Private slot handling editing of the path. |
__showPathPickerDialog | Private slot to show the path picker dialog. |
_editorText | Protected method to get the text of the editor. |
_setEditorText | Protected method to set the text of the editor. |
addItem | Public method to add a paths to the current list. |
addItems | Public method to add paths to the current list. |
buttonToolTip | Public method to get the tool button tool tip. |
clear | Public method to clear the current path or list of paths. |
clearEditText | Public method to clear the current path. |
currentText | Public method to get the current path. |
defaultDirectory | Public method to get the default directory. |
editorEnabled | Public method to get the path editor's enabled state. |
editorToolTip | Public method to get the editor tool tip. |
filters | Public methods to get the filter string. |
firstPath | Public method to get the first path of a list of entered paths. |
isPickerEnabled | Public method to get the file dialog button enabled state. |
isReadOnly | Public method to check the path picker for read only mode. |
lastPath | Public method to get the last path of a list of entered paths. |
mode | Public method to get the path picker mode. |
path | Public method to get the current path. |
paths | Public method to get the list of entered paths. |
setButtonToolTip | Public method to set the tool button tool tip. |
setCurrentIndex | Public slot to set the current index. |
setDefaultDirectory | Public method to set the default directory. |
setEditText | Public method to set the current path. |
setEditorEnabled | Public method to set the path editor's enabled state. |
setEditorToolTip | Public method to set the editor tool tip. |
setFilters | Public method to set the filters for the path picker dialog. |
setInsertPolicy | Public method to set the insertion policy of the combo box. |
setMode | Public method to set the path picker mode. |
setNameFilters | Public method to set the name filters for the completer. |
setPath | Public method to set the current path. |
setPathsList | Public method to set the paths list. |
setPickerEnabled | Public method to set the enabled state of the file dialog button. |
setReadOnly | Public method to set the path picker to read only mode. |
setSizeAdjustPolicy | Public method to set the size adjust policy of the combo box. |
setText | Public method to set the current path. |
setWindowTitle | Public method to set the path picker dialog window title. |
text | Public method to get the current path. |
windowTitle | Public method to get the path picker dialog's window title. |
None |
Constructor
Private slot handling editing of the path.
Private slot to show the path picker dialog.
Protected method to get the text of the editor.
Protected method to set the text of the editor.
Public method to add a paths to the current list.
Public method to add paths to the current list.
Public method to get the tool button tool tip.
Public method to clear the current path or list of paths.
Public method to clear the current path.
Public method to get the current path.
Public method to get the default directory.
Public method to get the path editor's enabled state.
Public method to get the editor tool tip.
Public methods to get the filter string.
Public method to get the first path of a list of entered paths.
Public method to get the file dialog button enabled state.
Public method to check the path picker for read only mode.
Public method to get the last path of a list of entered paths.
Public method to get the path picker mode.
Public method to get the current path.
Public method to get the list of entered paths.
Public method to set the tool button tool tip.
Public slot to set the current index.
Public method to set the default directory.
Public method to set the current path.
Public method to set the path editor's enabled state.
Public method to set the editor tool tip.
Public method to set the filters for the path picker dialog.
Note: Multiple filters must be separated by ';;'.
Public method to set the insertion policy of the combo box.
Public method to set the path picker mode.
Public method to set the name filters for the completer.
Public method to set the current path.
Public method to set the paths list.
Public method to set the enabled state of the file dialog button.
Public method to set the path picker to read only mode.
Public method to set the size adjust policy of the combo box.
Public method to set the current path.
Public method to set the path picker dialog window title.
Public method to get the current path.
Public method to get the path picker dialog's window title.
Class implementing the path picker modes.
CustomMode |
DirectoryMode |
DirectoryShowFilesMode |
NoMode |
OpenFileMode |
OpenFilesMode |
SaveFileEnsureExtensionMode |
SaveFileMode |
SaveFileOverwriteMode |
None |
None |
None |