diff -r 671561c52802 -r e1dbd217214a E5Gui/E5LineEdit.py --- a/E5Gui/E5LineEdit.py Fri May 05 19:05:26 2017 +0200 +++ b/E5Gui/E5LineEdit.py Fri May 05 19:06:52 2017 +0200 @@ -24,6 +24,8 @@ class E5LineEditSideWidget(QWidget): """ Class implementing the side widgets for the line edit class. + + @signal sizeHintChanged() emitted to indicate a change of the size hint """ sizeHintChanged = pyqtSignal()