malformed Signal list of class ROI
This commit is contained in:
parent
af106e3245
commit
17fdd51b55
@ -39,8 +39,8 @@ class ROI(GraphicsObject):
|
|||||||
"""Generic region-of-interest widget.
|
"""Generic region-of-interest widget.
|
||||||
Can be used for implementing many types of selection box with rotate/translate/scale handles.
|
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
|
sigRegionChangeFinished Emitted when the user stops dragging the ROI (or
|
||||||
one of its handles) or if the ROI is changed
|
one of its handles) or if the ROI is changed
|
||||||
programatically.
|
programatically.
|
||||||
@ -58,7 +58,7 @@ class ROI(GraphicsObject):
|
|||||||
details.
|
details.
|
||||||
sigRemoveRequested Emitted when the user selects 'remove' from the
|
sigRemoveRequested Emitted when the user selects 'remove' from the
|
||||||
ROI's context menu (if available).
|
ROI's context menu (if available).
|
||||||
----------------------- ----------------------------------------------------
|
======================= ====================================================
|
||||||
"""
|
"""
|
||||||
|
|
||||||
sigRegionChangeFinished = QtCore.Signal(object)
|
sigRegionChangeFinished = QtCore.Signal(object)
|
||||||
|
Loading…
Reference in New Issue
Block a user