[Paraview] Paraview 3, Readers, and Custom GUI
clinton at elemtech.com
clinton at elemtech.com
Wed Jun 27 13:31:27 EDT 2007
On Wednesday 27 June 2007 11:19:31 am Mike Jackson wrote:
> I would like to write a Custom GUI for my Reader. One of the
> questions that I had is if it is possible to get feedback from the
> reader portion and populate something like a QTreeeView with data
> from the reader?
Yes, it is possible.
> Note, that I have not even started yet, just trying
> to get ideas together. I plan on looking at some of the examples
> again to see if there is anything that might answer my question? Are
> there any places in the ParaView 3 code base that does this so I can
> take a look?
A simpler example that might be sufficient for you is
Qt/Components/pqExodusIIPanel.cxx
More complex interaction with a reader is done in pqExodusPanel.cxx and
pqXDMFPanel.cxx
Clint
More information about the ParaView
mailing list