Re: [matplotlib-devel] Qt backend submit

2006-12-04 Thread Leandro Lameiro
Hello James Essentially the qt event-loop will only be started by matplotlib if matplotlib was the one to create the qApp, if not then it is up to the creator of the Qt qApp to start the event-loop when they are ready for it. This allows for applications with embedded Qt event loops to work wit

[matplotlib-devel] Qt backend submit

2006-11-30 Thread James Evans
All, I just submitted an update to backend_qt.py and backend_qt4.py. Both updates remove the 'mainloop' flag from the 'show' function as it is now handled automatically. Essentially the qt event-loop will only be started by matplotlib if matplotlib was the one to create the qApp, if not then i