E5Gui/E5ZoomWidget.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5680
b93cb6353cc0
parent 5726
e1dbd217214a
child 6050
25a4ddb25ca4
equal deleted inserted replaced
5695:9a71bd9e2e37 5730:6422afc7adc4
16 16
17 17
18 class E5ZoomWidget(QWidget, Ui_E5ZoomWidget): 18 class E5ZoomWidget(QWidget, Ui_E5ZoomWidget):
19 """ 19 """
20 Class implementing a zoom widget for the status bar. 20 Class implementing a zoom widget for the status bar.
21
22 @signal valueChanged(value) emitted to indicate the new zoom value (int)
21 """ 23 """
22 valueChanged = pyqtSignal(int) 24 valueChanged = pyqtSignal(int)
23 25
24 def __init__(self, outPix, inPix, resetPix, parent=None): 26 def __init__(self, outPix, inPix, resetPix, parent=None):
25 """ 27 """

eric ide

mercurial