Hi,

We are in the process of getting our new Qt IPython GUI working with
matplotlib.  One problem we have found is that the matplotlib qt4
backend always creates a QApplication.  This is problematic in
situations where another part of an application has already created a
QApplication.  The fix is to have matplotlib first see if a
QApplication already exists and then use that one.  The attached patch
implements this fix.  If needed, Fernando can help test this, but I
think the change is minor enough that it should be good to go.

Cheers,

Brian

Attachment: 0001-Qt4-backend-now-checks-for-preexisting-QApplication.patch
Description: Binary data

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to