[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dirty hack to use KDE Widgets in QT Designer



On Tue, Mar 25, 2003 at 01:29:35AM +0100, Ralf Nolden wrote:
> On Monday 24 March 2003 23:13, Carlos Acedo wrote:
> > After a long search of the web I found a solution to use KDE Widgets in
> > designer ( except kfontcombo :( ) in a gentoo forum ( at least very
> > similar to the solution ):
> 
> Huh ?? You can already use them in KDE 3.1, kdelibs has a plugin library for 
> designer for all KDE widgets (kdewidgets.so IIRC) so they directly pop up in 
> designer for point+ click use :-)
>
that's not the point. he is proposing a workaround for a glibc 2.3.1 bug that
makes programs segfault when they dlopen() a lib they have dlclose()d before.

> > //if ( dlclose( pHnd ) ) {
> > #if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT)
> >         qWarning( "%s", dlerror() );
> > #endif
> >         return FALSE;
> > //   }
> >
the variant i know comments out the whole block, pretending the unload
succeeded. doesn't seem to matter much ...

greetings

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.



Reply to: