putting: p-&gt;findChild&lt;pqObjectInspectorWidget *&gt;();<br>to find an object that can be cast to pqObjectInspectorWidget returns a NULL pointer.<br><br><div class="gmail_quote">2011/7/4 papa ndéné NDIAYE <span dir="ltr">&lt;<a href="mailto:pnwireframe@gmail.com">pnwireframe@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br><br>I&#39;m adding a toolbar to paraview tha add some filters to the pipeline<br>
and i&#39;m searching for a way to have auto-apply just for my buttons.<br>what I actually want to do is fom my onAction() slot:<br>
<br>QObject* p=this-&gt;parent();<br><br>QWidget *objectinspector = p-&gt;findChild&lt;QWidget *&gt;(&quot;[<span style="background-color: rgb(255, 0, 0);">name]</span> &quot;);<br><br><br>so that I cant call it&#39;s apply() slot. <br>

<br>does anybody know if the object inspector widget is a child or a descendant?<br> and what value should I give to [<span style="background-color: rgb(255, 0, 0);">name]<span style="background-color: rgb(255, 255, 255);"> to get it?</span><br>

<br style="background-color: rgb(255, 255, 255);"><span style="background-color: rgb(255, 255, 255);">thanks in advance</span><br></span>
</blockquote></div><br>