Hello Clinton, Thanks for the pointer to the example. QT4_ADD_RESOURCE and the associated .qrc file was what I was looking for.
--Sam --- On Mon, 9/29/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Subject: Re: [Paraview] Custom Panel still not recognized > To: [email protected], [EMAIL PROTECTED] > Date: Monday, September 29, 2008, 3:11 PM > Have you looked at > ParaView3/Examples/Plugins/GUIObjectPanel? > You're not getting the default panel anymore.. > that's a sign that some of your > code is now being called. But did you give the correct > string in the > constructor of the pqLoadedFormObjectPanel? > > Clint > > On Monday 29 September 2008 9:04:03 am Samuel Crow wrote: > > After having exchanged a few messages off-list, Mike > Jackson found an error > > in my CMakeLists.txt file that was causing it to use > the default panel > > instead of my custom panel. Now I have a blank panel > instead. Has there > > been any testing of whether it possible to have a > custom panel on an > > externally loaded reader plugin using the > pqLoadedFormObjectPanel class? > > > > Also, there is a macro that Mike said was accessible > to plugins being > > loaded in internally to the ParaView source called > > PARAVIEW_INCLUDE_GUI_RESOURCES. Is there an > equivalent for external > > plugins that we can use instead? > > > > > > > > > > _______________________________________________ > > ParaView mailing list > > [email protected] > > http://www.paraview.org/mailman/listinfo/paraview _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
