[vtk-developers] Patches for PyQt v4 Support and a CATIA Interactor Style
Phil Thompson
phil at riverbankcomputing.co.uk
Fri Nov 24 13:25:46 EST 2006
On Wednesday 22 November 2006 8:58 pm, Mathieu Malaterre wrote:
> [top post sorry]
>
> Isn't there a copyright issue when using 'CATIA' ?
Not that I am aware of - unless you mean a trademark issue on the name?
The patch doesn't use any CATIA code.
> Also why is there a specific qt4 directory ? Why not directly into the
> main qt dir ? We support multiple wx version for wxWidgets...
It wouldn't be a good idea to try and merge the Qt3 and Qt4 code so the choice
is either...
qt4.QVTKRenderWindowInteractor.py
...or...
qt.Q4VTKRenderWindowInteractor.py
If you prefer the latter I can produce an alternate patch.
I prefer the former because...
- it minimises the changes to the existing VTK code
- it minimises the changes needed to user's applications when moving from
PyQt3 to PyQt4.
Phil
More information about the vtk-developers
mailing list