<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><kmorel@sandia.gov></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Moreland, Kenneth <kmorel@sandia.gov><br>Subject: Re: [Paraview] Filter with Personalized "Properties" tab<br>To: "rafaelmarch3@yahoo.com" <rafaelmarch3@yahoo.com>, "paraview@paraview.org" <paraview@paraview.org><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" <rafaelmarch3@yahoo.com><br>wrote:<br><br>> Hey all,<br>><br>> I have my own filter running well in Paraview. I would like to extend it<br>to<br>> enable adding scalar or vector properties, as well as changing existing<br>data<br>> of nodes and cells. I would
like to implement this feature through a<br>> customized GUI, like buttons, combo boxes and so on in the properties tab<br>of<br>> the filter.<br>><br>> How can I access and modify this tab ? Should I do it inside my filters<br>code ?<br>><br>> Any suggestions ?<br>><br>> Thanks all,<br>> Rafael March.<br>><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>