[Paraview] Getting a custom panel to be recognized
Michael Jackson
mike.jackson at bluequartz.net
Fri Sep 26 12:09:05 EDT 2008
Sometimes when this happens I blow away the GENERATED XML files from
my plugin so that cmake can regenerate them and then recompile. No
idea what the root cause of the problem is but _sometimes_ this fixes
the issue.
Mike
On Sep 26, 2008, at 11:07 AM, Samuel Crow wrote:
> Hello,
>
> I've created a custom panel in QT_Designer to replace an auto-
> generated panel that was too large on my reader. The reader plugin
> currently compiles but when I load the plugin into ParaView, it
> still shows the auto-generated panel.
>
> Making a child class of pqLoadedFormObjectPanel was fairly
> straightforward. I'm pretty sure that all of the names in the
> custom panel line up with the server-manager XML so I am wondering
> why ParaView doesn't recognize the custom panel. Do the XML domains
> listed in the ServerManager file need to be stripped off so that the
> GUI can supply its own?
>
> Thanks for your time,
>
> --Sam Crow
More information about the ParaView
mailing list