Matplotlib plugin for Qt Designer

I am interested in making a python GUI that includes an axis. Qt's
python bindings offers most of the GUI elements I need, and Qt
designer provides a great graphical design tool for making python user
interfaces. However, I notice that matplotlib is not integrated with
Qt Designer. Qt Designer allows other programs to integrate with it
by using plugins. However, matplotlib does not ship a Qt Designer
plugin. It seems that it is possible to use one, since python (x,y)
has a matplotlib Qt Designer plugin, but that is windows and I am
using Linux. Is there any chance that matplotlib could ship a Qt
Designer plugin?

-Todd

You should be able to use the plugin anyway. This thread is a bit
disapointing but can be useful:
https://groups.google.com/forum/?fromgroups#!topic/pythonxy/xSQkvxEygYE
There's also a tutorial in the scipy cookbook --maybe obsolete.
http://www.scipy.org/Cookbook/Matplotlib/Qt_with_IPython_and_Designer

Goyo

···

El día 11 de marzo de 2012 12:08, todd rme <toddrme2178@...287...> escribió:

I am interested in making a python GUI that includes an axis. Qt's
python bindings offers most of the GUI elements I need, and Qt
designer provides a great graphical design tool for making python user
interfaces. However, I notice that matplotlib is not integrated with
Qt Designer. Qt Designer allows other programs to integrate with it
by using plugins. However, matplotlib does not ship a Qt Designer
plugin. It seems that it is possible to use one, since python (x,y)
has a matplotlib Qt Designer plugin, but that is windows and I am
using Linux. Is there any chance that matplotlib could ship a Qt
Designer plugin?