5725:671561c52802 | 5726:e1dbd217214a |
---|---|
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 """ |