[PyQt] Newbie with a circular problem calling problem

Matt Smith melkor at orangepalantir.org
Wed Feb 4 16:40:24 GMT 2009


 Have you noticed that QLineEdit emits a signal textEdited which is not
emitted when the text is changed with setText.

http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qlineedit.html#textEdited

and spin boxes emit the following

http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qabstractspinbox.html#editingFinished

so that might not happen if you set the value programmaticaly.



More information about the PyQt mailing list