Skip to content

Commit

Permalink
Update src/silx/gui/plot/ImageStack.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas VINCENT <[email protected]>
  • Loading branch information
payno and t20100 authored Oct 23, 2023
1 parent 23f5cab commit ac72ed5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/silx/gui/plot/ImageStack.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@ class UrlList(qt.QListWidget):
"""Signal emitted when the active/current url change. If url == '' consider it as there is not data to be displayed"""

sigUrlsRemoved = qt.Signal(tuple)
"""signal emit when some url have been removed from the URL list. Provided as a tuple of url as strings"""
"""Signal emit when some URLs have been removed from the URL list.
Provided as a tuple of url as strings.
"""

def __init__(self, parent=None):
super().__init__(parent)
Expand Down

0 comments on commit ac72ed5

Please sign in to comment.