From 17fdd51b5580e13ab03460402b2fdf7755545c3f Mon Sep 17 00:00:00 2001 From: tommy3001 Date: Wed, 12 Feb 2014 21:19:29 +0100 Subject: [PATCH] malformed Signal list of class ROI --- pyqtgraph/graphicsItems/ROI.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyqtgraph/graphicsItems/ROI.py b/pyqtgraph/graphicsItems/ROI.py index b99465b5..ff74eed3 100644 --- a/pyqtgraph/graphicsItems/ROI.py +++ b/pyqtgraph/graphicsItems/ROI.py @@ -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)