Corinna, Does this example help?
paraview/Examples/Plugins/PropertyWidgets Basically, you define a custom Qt widget for a property and in the proxy XML tell ParaView to use the custom widget for the property with the "panel_widget" attribute. HTH, Cory On Fri, Aug 12, 2016 at 6:58 AM, corinna reuter <[email protected]> wrote: > Hello, > I am looking for a possibility how to integrate a custom widget into the > ParaView UI. (It is basically a text widget displaying properties of a > custom filter. In addition to the standard property widgets I have to modify > the widget's notification system. But these are implementation details, and > all I need to know from you at the moment, how I can add a simple textfield > into the UI.) > > I found the ADD_3DWIDGET macro in ParaviewPlugins.cmake and a few unanswered > threads discussing whether this macro serves the purpose. It seems like it > does. But there is no documentation or example how to proceed. > > Does somebody have a code snippet or a link to a description that explains > how to define custom widgets either in a plugin or hardcoded into Paraview? > Either using ADD_3DWIDGET or any other solution? > > Thank you > Corinna > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen R&D Engineer Kitware, Inc. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
