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 """ |