On Thu, Oct 27, 2011 at 8:33 AM, Edward K. Ream <[email protected]> wrote:
> The PyQt class seems like exactly what is needed. I'll play with it today. Qt has a QSignalSpy class: http://doc.qt.nokia.com/4.7-snapshot/qsignalspy.html Alas, QSignalSpy does not seem to be part of PyQt. However, http://stackoverflow.com/questions/2045352/pyqt-unittest-testing-signal-and-slots shows how to monkey-patch QObject.connect/disconnect/emit to provide tracing. It will be instructive to compare such traces with those already provided in Leo's eventFilter method. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
