E5Gui/E5ZoomWidget.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5680
b93cb6353cc0
parent 5726
e1dbd217214a
child 6050
25a4ddb25ca4
--- a/E5Gui/E5ZoomWidget.py	Sun Apr 09 16:52:55 2017 +0200
+++ b/E5Gui/E5ZoomWidget.py	Sat May 06 13:43:21 2017 +0200
@@ -18,6 +18,8 @@
 class E5ZoomWidget(QWidget, Ui_E5ZoomWidget):
     """
     Class implementing a zoom widget for the status bar.
+    
+    @signal valueChanged(value) emitted to indicate the new zoom value (int)
     """
     valueChanged = pyqtSignal(int)
     

eric ide

mercurial