[Paraview] Creating Custom Panel for Custom Reader
clinton at elemtech.com
clinton at elemtech.com
Thu Feb 7 17:07:28 EST 2008
There currently isn't a way to do that without making a plugin.
You can derive from pqLoadedFormObjectPanel, and give it the .ui file you made
from the QtDesigner. Any widget that has a name matching the properties in
the server manager xml will automatically work for you.
Clint
On Thursday 07 February 2008 12:53:45 pm Mike Jackson wrote:
> I think I would like to create a custom Object Panel for my Custom
> reader. Been looking through the wiki to get an idea of what I need
> to do and I think I am finding some disconnects.
>
> This is what I would like to do:
> Design my panel in QtDesigner.
> Compile my panel directly into ParaView 3 (NOT a Plugin)
> Compile my custom reader directly into PV 3 (This I can do already)
>
> My custom reader class is "vtkH5RoboMetReader". Couple of questions
> straight out of the gate:
>
> What would my CMakeLists.txt look like? From the examples it would
> seem that all the examples build plugins?
>
> Lets start with that and see where we go from there..
>
>
> --
> Mike Jackson
> imikejackson & gmail * com
>
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list