|
From: nico r. <nic...@gm...> - 2009-06-12 13:00:56
|
Is the gstlwidget.so plugin installed in a directory that Qt knows about?
But even if not, it shouldn't cause a crash...
2009/6/5 xuzhiquan1 <xuz...@16...>:
> Dear Sir,
> I have compiled the whole project successfully,but there is an absence of
> functions.When I used my mouse to click on the "kriging" of Algorithm
> Panel,a runtime error occured.
> I found the mistake in gstl_widget_factory.cpp.This sentence:
> QObjectList* project_views =
> new_form->queryList( "QWidget" );
> QObjectListIt it( *project_views );
>
> while( it.current() != 0 ) {
> Project_view* view = dynamic_cast< Project_view* >( it.current() );
> //Project_view* view = (Project_view*) it.current() ;
> if( view ) {
> view->init( project );
> }
>
> ++it;
> }
> delete project_views;
> Why?Thank you.
>
>
> Yours sincerely
>
>
>
>
> ________________________________
> 网易企业邮,商务邮箱专家
> ------------------------------------------------------------------------------
> OpenSolaris 2009.06 is a cutting edge operating system for enterprises
> looking to deploy the next generation of Solaris that includes the latest
> innovations from Sun and the OpenSource community. Download a copy and
> enjoy capabilities such as Networking, Storage and Virtualization.
> Go to: http://p.sf.net/sfu/opensolaris-get
> _______________________________________________
> Sgems-devel mailing list
> Sge...@li...
> https://lists.sourceforge.net/lists/listinfo/sgems-devel
>
>
|