E5Gui/E5LineEdit.py

changeset 5726
e1dbd217214a
parent 5389
9b1c800daff3
child 5736
000ea446ff4b
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()
     

eric ide

mercurial