Files
scikit-image/skimage
Tony S Yu e305677de5 Fix PyQt4 segfault caused by PySide fix.
I guess PySide saves the QApplication internally, while PyQt4 doesn't.
Saving the QApplication as a global prevents it from getting garbage
collected. Saving the QApplication as an instance variable in the
ImageViewer also works, but that might prevent the ImageViewer from getting
garbage collected in an interactive session. (weakref doesn't seem to work here.)
2013-06-25 23:15:42 -05:00
..
2013-04-28 23:18:51 +02:00
2013-04-28 23:18:51 +02:00
2013-04-28 23:20:00 +02:00
2013-04-28 23:18:51 +02:00
2013-04-28 23:20:00 +02:00
2013-04-28 23:20:00 +02:00
2013-04-20 14:57:58 -05:00
2013-04-28 23:20:01 +02:00
2012-06-29 11:27:23 +02:00
2013-04-28 23:20:01 +02:00
2012-10-29 18:10:39 +01:00