<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Have you compiled vtk with qt support?<br>
There is a compile flag for it that is off by default.<br>
You also need to pay attention on the qt version (also managed with
a cmake flag)<br>
<br>
After that<br>
Are you using qt4 or qt5? because the plugin only works for the qt4
creator<br>
however you still can use vtk with qt5 but you have to add the qvtk
widget manually in your c-code<br>
<br>
pseudo code:<br>
MainWindow {<br>
ui->setupUi(this);<br>
<br>
qvtkWidget = new QVTKWidget(this);<br>
ui->verticalLayout->addWidget(qvtkWidget);<br>
}<br>
<br>
<div class="moz-cite-prefix">Am 29.10.2015 um 06:08 schrieb Lays
Rodrigues:<br>
</div>
<blockquote
cite="mid:CAOnPkweMRPePeOnYSBg5MKJVnVrrue5EG-P+qem1jxw6qZv-9w@mail.gmail.com"
type="cite">
<div dir="ltr">Hi guys, good night
<div>My name is Lays, and i'm starting develop with VTK to made
a 3DView on a project that i'm working.</div>
<div>After download the source of vtk6-3 and build(cmake, make,
install), i'm trying do this step on my pc:</div>
<div>
<pre style="font-family:monospace,Courier;padding:1em;border:1px solid rgb(221,221,221);color:rgb(0,0,0);line-height:1.1em;font-size:12.7px;background-color:rgb(249,249,249)">sudo cp ~/build/VTK/lib/libQVTKWidgetPlugin.so /usr/lib/qt4/plugins/designer</pre>
<div>
<div>From this article: <a moz-do-not-send="true"
href="http://www.vtk.org/Wiki/VTK/Tutorials/QtSetup">http://www.vtk.org/Wiki/VTK/Tutorials/QtSetup</a></div>
<div>But, i didnt fint the file libQVTKWidget.</div>
<div>Can anyone give me a tip?</div>
<div>Thanks</div>
<table class=""
style="border-spacing:0px;color:rgb(119,119,119);font-size:13px">
<tbody>
<tr>
<td colspan="2" style="padding:0px">
<div class="" style="margin:1px 0px 0px
4px;height:18px;color:rgb(0,0,0);vertical-align:top;white-space:nowrap"><br>
</div>
</td>
<td style="padding:0px;width:514px"><br>
</td>
</tr>
</tbody>
</table>
-- <br>
<div class="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">__
<div><b>Lays Rodrigues</b></div>
<div><b>Developer Front-End at Br-Print3D Project</b></div>
<div><b>Student of Computer Science at UFF/PURO</b></div>
<div>Organizadora da Semana da Computação UFF-PURO</div>
<div><a moz-do-not-send="true"
href="http://www.facebook.com/semanacomputacaopuro"
target="_blank">www.facebook.com/semanacomputacaopuro</a></div>
<div><a moz-do-not-send="true"
href="http://www.facebook.com/brprint3d"
target="_blank">www.facebook.com/brprint3d</a><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>
Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
Please keep messages on-topic and check the VTK FAQ at: <a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>
Search the list archives at: <a class="moz-txt-link-freetext" href="http://markmail.org/search/?q=vtkusers">http://markmail.org/search/?q=vtkusers</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/vtkusers">http://public.kitware.com/mailman/listinfo/vtkusers</a>
</pre>
</blockquote>
<br>
</body>
</html>