<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Ok,<br><br>thanks a lot, Kenneth ! One problem at a time ! :)<br><br>I've managed to add some QT Widgets in the properties tab by extending the pqAutoGeneratedObjectPanel. Now, how can I handle events generated by the GUI, in order to change properties of the model displayed in the screen ? I mean, how can I really connect my filter with the ObjectPanel ?<br><br>Thanks again !<br>Rafael March.<br><br>--- On <b>Thu, 9/18/08, Moreland, Kenneth <i>&lt;kmorel@sandia.gov&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Moreland, Kenneth &lt;kmorel@sandia.gov&gt;<br>Subject: Re: [Paraview] Filter with Personalized "Properties" tab<br>To: "rafaelmarch3@yahoo.com" &lt;rafaelmarch3@yahoo.com&gt;, "paraview@paraview.org" &lt;paraview@paraview.org&gt;<br>Date: Thursday, September 18, 2008, 2:48
 PM<br><br><pre>You can customize the GUI somewhat by modifying the server manager XML that<br>describes your filter.  For example, you can create a combo box in the GUI<br>by adding an EnumerationDomain to an IntVectorProperty or you could create a<br>checkbox by adding a BooleanDomain.<br><br>You can also create your own properties panel using Qt code.  The wiki page<br>on ParaView plugins has a simple example of customizing the auto-generated<br>panel.  You can provide even more customization (for example, by using your<br>own panel created in Qt Designer) by subclassing either pqNamedObjectPanel<br>or pqObjectPanel.<br><br>-Ken<br><br><br>On 9/18/08 8:28 AM, "Rafael March" &lt;rafaelmarch3@yahoo.com&gt;<br>wrote:<br><br>&gt; Hey all,<br>&gt;<br>&gt; I have my own filter running well in Paraview. I would like to extend it<br>to<br>&gt; enable adding  scalar or vector properties, as well as changing existing<br>data<br>&gt; of nodes and cells. I would
 like to implement this feature through a<br>&gt; customized GUI, like buttons, combo boxes and so on in the properties tab<br>of<br>&gt; the filter.<br>&gt;<br>&gt; How can I access and modify this tab ? Should I do it inside my filters<br>code ?<br>&gt;<br>&gt; Any suggestions ?<br>&gt;<br>&gt; Thanks all,<br>&gt; Rafael March.<br>&gt;<br><br><br>   ****      Kenneth Moreland<br>    ***      Sandia National Laboratories<br>***********<br>*** *** ***  email: kmorel@sandia.gov<br>**  ***  **  phone: (505) 844-8919<br>    ***      fax:   (505) 845-0833<br><br><br><br></pre></blockquote></td></tr></table><br>