[PySide] new crash in pyside 1.1.2 in signalInstanceConnect()
Joel B. Mohler
jmohler at gamry.com
Wed Jul 24 21:19:14 CEST 2013
On 7/24/2013 12:08 PM, Luc-Eric Rousseau wrote:
> Hello, my team has filed this bug:
> https://bugreports.qt-project.org/browse/PYSIDE-179
You may have discovered this, but the easy work-around for this bug is
to hold a reference to the selection model returned by
catView.selectionModel(). What I've done is simply do something like
this:
self.selmodel = catView.selectionModel()
self.selmodel.selectionChanged.connect(selectionChanged)
But, yes, it'd be nice if this was fixed ...
Joel
More information about the PySide
mailing list