Skip to content

Commit

Permalink
open_filename_dialog: gix docs:
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Sep 20, 2024
1 parent 511f4be commit 7c6f189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orangewidget/utils/filedialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def open_filename_dialog(start_dir: str, start_filter: str, file_formats,
start_dir (str): initial directory, optionally including the filename
start_filter (str): initial filter
file_formats (a list of FileFormat): file formats
add_all (bool, default True): add a filter for all supported extensions.
If set to `*`, show an option to read all files, *.*.
add_all (False, True, or `"*"`; default True): add a filter for all supported extensions.
If set to `"*"`, show an option to read all files, *.*.
title (str): title of the dialog
dialog: a function that creates a QT dialog
Returns:
Expand Down

0 comments on commit 7c6f189

Please sign in to comment.