[PyQt] Problem with QTest

lloyd konneker bootch at nc.rr.com
Wed Dec 31 12:32:58 GMT 2014


A guess: QSpinBox inherits a signal editingFinished, which is not emitted until focus changes, say if the user keys the ‘enter’ key.  So the valueChanged signal is not emitted until then.  Maybe value() reports the old value until then also?  But then, if you comment out your line, why does it work?

Have you tried:  keyClicks(…,  ’34\n’ )  with a newline?


More information about the PyQt mailing list