Hi, 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. _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
