Hi, I've already sent this question to PySide list, but now realized that it has better chance to get reply here.
When I'm running Spyder with PySide, I can't get Ctrl-F find panel working. Focus is not set, selected value is not pasted inside. With PyQt4 it works ok. If you study the code at: http://code.google.com/p/spyderlib/source/browse/spyderlib/widgets/findreplace.py and more specifically at: http://code.google.com/p/spyderlib/source/browse/spyderlib/widgets/findreplace.py#194 you'll notice self.emit(SIGNAL("visibility_changed(bool)"), True) It looks like this signal is the reason. However, I couldn't find this signal in any ancestors of the class. How can I find who should receive it (both by static and dynamic analysis) and why doesn't it happen? -- anatoly t. -- You received this message because you are subscribed to the Google Groups "spyder" 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/spyderlib?hl=en.
