--- a/E5Gui/E5LineEdit.py Sun Apr 09 16:52:55 2017 +0200 +++ b/E5Gui/E5LineEdit.py Sat May 06 13:43:21 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()