I have been using KWWidgets lately . Though not a lot of documentation available it is easy to learn and is well integrated with VTK. <br><br>Besides QT is really easy to use and can be learnt quickly . Has some quirks though which can be really frustrating sometimes . MFC was my GUI of choice until recently . Very stable compared to other GUIs but has a learning curve .<br>
<br>Regards<br>Darshan<br><br><div class="gmail_quote">On Sun, Aug 1, 2010 at 10:25 AM, David Doria <span dir="ltr"><<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><div><div class="gmail_quote">On Sun, Aug 1, 2010 at 10:11 AM, Alex Southern <span dir="ltr"><<a href="mailto:mrapsouthern@gmail.com" target="_blank">mrapsouthern@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I have found Qt to be great for Gui design in general, easy to setup
(takes a while to build though) and simple to learn, although I must
add given my recent experience not so straight forward to setup with
VTK
:)...<br>
<br>
Im trying to do this right now, you may have seen my recent posts
(Titled: VTK and QT Projects). I had not seen the examples at the link
you provided. I just wondered about the line that says, to use
QVTKWidget in the QT Designer, you must:<br>
<br>
sudo cp ~/bin/VTK/bin/libQVTKWidgetPlugin.so
/usr/lib/qt4/plugins/designer<br>
<br>
where do I need to execute this line of code? In visual studio command
prompt maybe?<br>
<br>
Thanks<br>
Alex.<div><div></div><div></div></div></div></blockquote></div><br></div><div><br></div></div><div>Alex,<div><br></div><div>That line is not going to work in windows. All it does is copy the VTK library (which will probably be called something like libQVTKWidgetPlugin.dll in your case) into the Qt directory (my guess would be something like c:\Program Files\qt4\plugins\designer</div>
<div><br></div><div>As you go along, could you add similar instructions "For Windows"?</div><div><br clear="all">Thanks,<br><font color="#888888"><br>David</font></div></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>