[vtk-developers] Antialiasing broken in Qt5

Kilgus, Thomas t.kilgus at Dkfz-Heidelberg.de
Thu May 28 05:51:01 EDT 2015


I am not sure if I get this right. I should remove the Qt dependency from the initialization of the QVTKWidget? But this is widget is Qt dependent per definition? I guess I would not really know what I am doing, since I have no experience with X11. But I could start to make the code compile and check if there is any Qt5 migration guide for these interfaces and defs, if that helps.

Regards,
Thomas



Von: David Lonie [mailto:david.lonie at kitware.com]
Gesendet: Dienstag, 26. Mai 2015 18:36
An: Kilgus, Thomas
Cc: Marcus D. Hanwell; VTK Developers
Betreff: Re: [vtk-developers] Antialiasing broken in Qt5

On Tue, May 26, 2015 at 11:50 AM, Kilgus, Thomas <t.kilgus at dkfz-heidelberg.de<mailto:t.kilgus at dkfz-heidelberg.de>> wrote:
Hi Marcus and David,

I would love to make this run with Qt5 for a demo application. Is there any (straightforward) job I can take care of to help tracking down the issue?

The issue is that the QVTKWidget has some platform specific code to initialize the render window. Trouble is, it goes through a convenience API provided by Qt (Q_WS_X11, QX11Info, etc) to detect and handle the X11 backend, and these interfaces/preprocessor defs are not available in Qt5.

At a minimum, the Qt/X11 code would need to be rewritten to use pure X11 APIs to get this working. I don't think anyone has started on this if you wanted to make a pass at it.

Best,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20150528/53f5c870/attachment.html>


More information about the vtk-developers mailing list