Skip to content
Snippets Groups Projects
Commit 17fdd51b authored by tommy3001's avatar tommy3001
Browse files

malformed Signal list of class ROI

parent af106e32
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,9 @@ def rectStr(r):
class ROI(GraphicsObject):
"""Generic region-of-interest widget.
Can be used for implementing many types of selection box with rotate/translate/scale handles.
Signals
----------------------- ----------------------------------------------------
======================= ====================================================
**Signals:**
sigRegionChangeFinished Emitted when the user stops dragging the ROI (or
one of its handles) or if the ROI is changed
programatically.
......@@ -58,7 +58,7 @@ class ROI(GraphicsObject):
details.
sigRemoveRequested Emitted when the user selects 'remove' from the
ROI's context menu (if available).
----------------------- ----------------------------------------------------
======================= ====================================================
"""
sigRegionChangeFinished = QtCore.Signal(object)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment