Qt4 Backend

Hello,

I have ported the existing Qt(3) backend to Qt4. Qt4 is a substantial
change from Qt3; the Python bindings for Qt have also changed
substantially. Since the two versions of Qt are likely to coexist for at
least a while, I think it makes sense to have a separate Qt4 backend.

How do I go about contributing my Qt4 backend? I have three files:
backend_qt4.py, backend_qt4agg.py and embedding in qt4.py.

Best,
Jim Amundson

Hi Jim,

Would you send me your files? I'm interested in using Qt4 myself.

Thanks,
Darren

···

On Wednesday 31 May 2006 11:51, James Amundson wrote:

Hello,

I have ported the existing Qt(3) backend to Qt4. Qt4 is a substantial
change from Qt3; the Python bindings for Qt have also changed
substantially. Since the two versions of Qt are likely to coexist for at
least a while, I think it makes sense to have a separate Qt4 backend.

How do I go about contributing my Qt4 backend? I have three files:
backend_qt4.py, backend_qt4agg.py and embedding in qt4.py.

Best,
Jim Amundson

-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
Darren S. Dale, Ph.D.
Cornell High Energy Synchrotron Source
Cornell University
200L Wilson Lab
Rt. 366 & Pine Tree Road
Ithaca, NY 14853

dd55@...143...
office: (607) 255-9894
fax: (607) 255-9001

Hi Jim,

···

On Wednesday 31 May 2006 11:51, James Amundson wrote:

Hello,

I have ported the existing Qt(3) backend to Qt4. Qt4 is a substantial
change from Qt3; the Python bindings for Qt have also changed
substantially. Since the two versions of Qt are likely to coexist for at
least a while, I think it makes sense to have a separate Qt4 backend.

How do I go about contributing my Qt4 backend? I have three files:
backend_qt4.py, backend_qt4agg.py and embedding in qt4.py.

I finally got around to the qt4agg backend today, and finished porting the
files you submitted to work with qt4. It seems to be functioning, so I
checked it in to svn as of 2529. Thank you for contributing!

Darren