[vtkusers] GUI integration
Alex Southern
mrapsouthern at gmail.com
Sun Aug 1 10:11:39 EDT 2010
Hi,
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 :)...
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:
sudo cp ~/bin/VTK/bin/libQVTKWidgetPlugin.so /usr/lib/qt4/plugins/designer
where do I need to execute this line of code? In visual studio command
prompt maybe?
Thanks
Alex.
On 01/08/2010 15:14, David Doria wrote:
> On Sun, Aug 1, 2010 at 7:48 AM, Nicolas Clemeur <nclemeur at gmail.com
> <mailto:nclemeur at gmail.com>> wrote:
>
> Hello,
>
> I am in the process of choosing how to integrate vtk with a GUI, and
> it is not really clear which way to go, so I would appreciate any
> advice. I need a cross platform solution (Windows and Linux). I have
> some experience with wxWidgets and Java. At this stage I would rather
> use Java over C++, so my first inclination would be to use vtk + vtk
> Java wrapper + java. Anyone would have any comments on this solution.
> I saw there were some memory problems with the Java wrapper, and it's
> not clear to me if these have been solved in the latest release. Could
> anyone confirm. I have a little bit worked with wxWidgets + vtk and it
> worked fine but I find my-self really more productive in Java, so if
> there is not real problem with that solution I would choose it. I am
> kind of tempted by the python wrapping (+ wxPython), but this would be
> another layer to learn again and another world (python) to discover.
> Are the python wrappers much better than the Java one for example?...
> So I would appreciate any advice on the matter...
>
> Best regards
>
> Nicolas
>
>
> I know you said you're familiar with Java and wxWidgets, but another
> possibility is Qt with c++. There are a few examples to get you going
> here:
>
> http://www.vtk.org/Wiki/VTK/Examples#Qt
>
> Thanks,
>
> David
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100801/1af5c1a0/attachment.htm>
More information about the vtkusers
mailing list