<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Romain,
<div class=""><br class="">
</div>
<div class="">This is a know problem of VTK with high resolution screens, in mac OSX for example, you need to add this to the <span style="color: rgb(112, 61, 170); font-family: Menlo; font-size: 11px;" class="">QVTKWidget,</span></div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(120, 73, 42);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">#ifdef Q_OS_OSX</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    disableGLHiDPI(</span><span style="font-variant-ligatures: no-common-ligatures; color: #ba2da2" class="">this</span><span style="font-variant-ligatures: no-common-ligatures" class="">->winId());</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(120, 73, 42);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">#endif</span></div>
</div>
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures; color: #ba2da2" class="">void</span><span style="font-variant-ligatures: no-common-ligatures" class=""> disableGLHiDPI(
</span><span style="font-variant-ligatures: no-common-ligatures; color: #ba2da2" class="">long</span><span style="font-variant-ligatures: no-common-ligatures" class=""> a_id )</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">{</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    </span><span style="font-variant-ligatures: no-common-ligatures; color: #703daa" class="">NSView</span><span style="font-variant-ligatures: no-common-ligatures" class="">* view =
</span><span style="font-variant-ligatures: no-common-ligatures; color: #ba2da2" class="">reinterpret_cast</span><span style="font-variant-ligatures: no-common-ligatures" class=""><</span><span style="font-variant-ligatures: no-common-ligatures; color: #703daa" class="">NSView</span><span style="font-variant-ligatures: no-common-ligatures" class="">*>(
 a_id );</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(62, 30, 129);" class="">
<span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">    [view
</span><span style="font-variant-ligatures: no-common-ligatures" class="">setWantsBestResolutionOpenGLSurface</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">:</span><span style="font-variant-ligatures: no-common-ligatures; color: #ba2da2" class="">NO</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">];</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">}</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""><br class="">
</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">Cheers,</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""><br class="">
</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">Waldo.</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""><br class="">
</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""><br class="">
</span></div>
<div class="">
<blockquote type="cite" class="">
<div class="">On 16 Aug 2017, at 16:22, Romain LEGUAY <<a href="mailto:romain.leguay@gmail.com" class="">romain.leguay@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hello everyone,
<div class=""><br class="">
</div>
<div class="">I create a small Qt (5.8 and 5.9) and VTK (7.1.1) application to display some geometries (for example STL files or VTU series).</div>
<div class=""><br class="">
</div>
<div class="">I have a problem on some computers (a mac pro retina 15" mid-2015 on mac os 10.10.5 (Yosemite) with a graphic cards amd radeon r9 m370x 2048MB): the QVtkWidget is not rendered correctly.</div>
<div class=""><br class="">
</div>
<div class="">I attach the screen shot of my app. The problem always appears on the main screen of the notebook but not on external monitor.</div>
<div class=""><br class="">
</div>
<div class="">Is there a way to debug this kind of bugs?</div>
<div class=""><br class="">
</div>
<div class="">Thank you</div>
<div class=""><br class="">
</div>
<div class="">Romain</div>
<div class=""><br class="">
</div>
<div class=""><span id="cid:C32142D3-FD3F-4EAE-ACAB-D5CF9FD548B0@math.u-bordeaux1.fr" class=""><PastedGraphic-2.tiff></span></div>
</div>
_______________________________________________<br class="">
Powered by <a href="http://www.kitware.com/" class="">www.kitware.com</a><br class="">
<br class="">
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" class="">
http://www.kitware.com/opensource/opensource.html</a><br class="">
<br class="">
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" class="">
http://www.vtk.org/Wiki/VTK_FAQ</a><br class="">
<br class="">
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" class="">
http://markmail.org/search/?q=vtkusers</a><br class="">
<br class="">
Follow this link to subscribe/unsubscribe:<br class="">
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" class="">http://public.kitware.com/mailman/listinfo/vtkusers</a><br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</body>
</html>