<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 class="">David, I am using Qt.</div><div class="">Daniel, what type is your myVTKPanel?</div><div class=""><br class=""></div><div class="">I have my visualization stack as a separate dynamic library. When I set the cursor on the application's mainwindow,</div><div class="">it works fine, but the cursor will be the one I chose in every portion of the app.</div><div class=""><br class=""></div><div class="">I tried setting the cursor to my QVTKWidget (within my library) to create the "mouse over" feeling which, I think, should activate</div><div class="">such cursor only when within its bounds. But it didn't work.</div><div class=""><br class=""></div><div class=""><div class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Now I don't know if I should take it to Qt's side or if it's indeed within VTK.</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thanks!</div><div class=""><br class=""></div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Jun 30, 2016, at 04:16, -Daniel- <<a href="mailto:ich_daniel@habmalnefrage.de" class="">ich_daniel@habmalnefrage.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Enzo,<br class=""><br class="">I'm using Java, where I added my own cursor as follows:<br class="">Cursor c = Toolkit.getDefaultToolkit().createCustomCursor(<br class="">     CursorImageAsGIF, new Point(10,10), "Cursorname" );<br class="">myVTKPanel.setCursor(c);<br class=""><br class="">Maybe it helps you...<br class=""><br class=""><br class=""><br class=""><br class="">--<br class="">View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Custom-cursor-shapes-tp5738967p5739006.html" class="">http://vtk.1045678.n5.nabble.com/Custom-cursor-shapes-tp5738967p5739006.html</a><br class="">Sent from the VTK - Users mailing list archive at <a href="http://nabble.com" class="">Nabble.com</a>.<br class="">_______________________________________________<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></div></blockquote></div><br class=""></div></body></html>