5695:9a71bd9e2e37 | 5730:6422afc7adc4 |
---|---|
22 | 22 |
23 | 23 |
24 class E5LineEditSideWidget(QWidget): | 24 class E5LineEditSideWidget(QWidget): |
25 """ | 25 """ |
26 Class implementing the side widgets for the line edit class. | 26 Class implementing the side widgets for the line edit class. |
27 | |
28 @signal sizeHintChanged() emitted to indicate a change of the size hint | |
27 """ | 29 """ |
28 sizeHintChanged = pyqtSignal() | 30 sizeHintChanged = pyqtSignal() |
29 | 31 |
30 def __init__(self, parent=None): | 32 def __init__(self, parent=None): |
31 """ | 33 """ |