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>