[vtk-developers] QVTKRenderWindowInteractor bug in Mac OS

David Gobbi david.gobbi at gmail.com
Wed Oct 31 11:59:56 EDT 2018


Hi Stas,

An important retina change was made to QVTKRenderWindowInteractor.py since
8.1.1:
https://gitlab.kitware.com/vtk/vtk/merge_requests/4201/diffs
You could try adding these same changes to your own
QVTKRenderWindowInteractor.py.

Note that QVTKRenderWindowInteractor.py and the vtk GUISupport/Qt classes
are
completely independent, so changes to GUISupport/Qt have no impact on the
behaviour of QVTKRenderWindowInteractor.py and vice-versa.  So the changes
to
GUISupport/Qt that Mathieu was referring to aren't actually useful to you,
since those
classes aren't wrapped (the reason they aren't wrapped is that they are Qt
classes,
so they would have to be wrapped with sip, rather than with the VTK wrapper
tools).

 - David

On Wed, Oct 31, 2018 at 9:15 AM take5v <stas.truhan at gmail.com> wrote:

> When switching off HiDPI all works well. So, apparently, the issue is
> concerning HiDPU support in python wrappers.
>
> Best regards,
> Stas
>
>
>
> -----
> Best regards,
> Stanislau Trukhan
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Dev-f1251487.html
> _______________________________________________
> 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:
> https://public.kitware.com/mailman/listinfo/vtk-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtk-developers/attachments/20181031/78c6e865/attachment.html>


More information about the vtk-developers mailing list