[vtk-developers] Guidance with dropping Qt 4

Elvis Stansvik elvis.stansvik at orexplore.com
Thu Jul 20 13:59:18 EDT 2017


2017-07-20 19:37 GMT+02:00 Utkarsh Ayachit <utkarsh.ayachit at kitware.com>:
> Folks.
>
> As I work on dropping Qt 4 support in VTK, I am trying to figure out how
> best to deprecate old classes.
>
> With Qt 5, classes like QVTKWidget, QVTKWidget2, QVTKPaintEngine etc don't
> really make much sense. While they can compile with Qt 5, they won't work
> well (if at all). I wonder if I should just remove them, rather than mark
> them as deprecated since they really are not meant to be used with Qt 5.

While I'm all for you guys dropping Qt 4, I think there should be a
deprecation period for at least QVTKWidget.

It's only recently that we ported our app to the new QVTKOpenGLWidget,
before that we used QVTKWidget with Qt 5 without any big problems. The
only real reason for the porting is that we wanted HiDPI working
properly (and well, it made sense anyway), so I can imagine a lot of
others are still using QVTKWidget.

Elvis

>
> Thoughts?
>
> Utkarsh
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtk-developers
>
>


More information about the vtk-developers mailing list