[Paraview] Creating a PV 3 Plugin - qrc File

Mike Jackson imikejackson at gmail.com
Wed Feb 20 14:33:40 EST 2008


On Wed, Feb 20, 2008 at 1:49 PM,  <clinton at elemtech.com> wrote:
> On Wednesday 20 February 2008 11:40:00 am Mike Jackson wrote:
> > I was able to get plugins working on windows so I'll just work in that
> > env for a bit.
> >
> > Question: In my .qrc file I am not really sure what I should be
> > putting in there.
> >
> > Currently I have:
> >
> > <RCC>
> >     <qresource prefix="/ClientPlugin" >
> >         <file>pqH5RoboMetReader.ui</file>
> >     </qresource>
> > </RCC>
> >
> > The layout of my project is:
> >
> > PVRoboMet
> >   src
> >     ClientPlugin
> >        Resources
> >           pqH5RoboMetReader.qrc
> >           pqH5RoboMetReader.ui
> >
> >
> > I am not really sure what I should be putting for "qresource prefix" ?
>
> If you use pqLoadedFormObjectPanel in your plugin, it doesn't matter what your
> prefix is.
>
> >
> > When I try to load my plugin ParaView gives back a dialog that says
> > the plugin failed to load. ( Some actual text in that dialog box would
> > be useful)
>
> Update your code.  Its been fixed in CVS today, so you'll get the reason for
> failure.
>
> Clint
>
>
>

Things are working now. I just need to start hooking up my widgets to
start getting values from the server side. At least this all works on
windows. I have no idea what the deal on my OS X machine is (Either
10.4 or 10.5).



---
Mike Jackson
imikejackson _at_ gee-mail dot com


More information about the ParaView mailing list