You can either use QT or MFC with VTK . VTK Examples list has some examples to run VTK and QT. <div><br></div><div>If you know how to use MFC , vtkREnderWindow has a function SetParentId() . All you do is set it to the windows handle of the CView. and thats it . You are good to go.</div>
<div><br><br><div class="gmail_quote">On Tue, Oct 9, 2012 at 12:30 AM, Rodrigo Lovera <span dir="ltr"><<a href="mailto:lobo.theslayer@gmail.com" target="_blank">lobo.theslayer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello everyone,<div><br></div><div>I'm working on a four pane visualization project for 3D volume visualization, so far i'm getting into vtk and obteining some results but all of them working as a windows console. I'd like to work with a windows application and develop a GUI for these. I may be kinga begginer in c++ and dunno for sure where to start or what way to take.</div>
<div><br></div><div>I've been thinking in developing in Visual C++ Express working the project as a win32 app or perhaps making use of Qt which I have no idea on how to do that. For using visual c++ I got the library to work by using cmake.</div>
<div><br></div><div>Which way 'd you recomend me to take, does Qt needs any specific installation or build of vtk?? in that case any special requirement to add the libs and includes in Qt?... My goal to achieve is a GUI with the 4paneview of the volume and the orthogonal planes and some adding data button and views activation.</div>
<div><br></div><div>I'd really appreciate any help or guide you could give me, thx in advance.<span class="HOEnZb"><font color="#888888"><br clear="all"><div><br></div>-- <br><b><font face="'comic sans ms', sans-serif" color="#000066">Rodrigo Lovera S.</font></b><br>
</font></span></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>