[Kde-imaging] Re: [Digikam-users] Thumbnails and captions in Print Wizard

Todd Shoemaker todd at theshoemakers.net
Wed Sep 15 13:34:43 CEST 2004


I'm wishing I hadn't used it, as well, now... :)

It's probably having trouble with cropframe because of the new
namespace.  If you can open and save the file, but it won't compile,
open the .ui file with a text editor and add the namespace to the
cropframe declaration in the xml.

If designer won't even load it, then go to Tools | Custom widgets | Edit
Custom Widgets and add a new one, class name
KIPIPrintWizardPlugin::CropFrame, header file cropframe.h.  Leave
everything else as default.

If this doesn't work, I'll start setting up 3.1 on my system and fix it
(later) today.

-Todd

On Wed, 2004-09-15 at 06:14, Gilles Caulier wrote:
> Le mercredi 15 Septembre 2004 12:56, Todd Shoemaker a écrit :
> > Thats a file created by Qt designer, I'll need to open
> > frmprintwizardbase.ui and resave it with v3.1 of the Designer.
> 
> I have Qt designer 3.1 on my system. i can create a new ui file because the 
> cropFrame class cannot be created (I hate qt-designer (:=))))
> 
> Any sugestions...
> 
> Gilles
> 
> >
> > -Todd
> >
> > On Wed, 2004-09-15 at 02:13, Gilles Caulier wrote:
> > > Error during PrintWizard compilation under MDK  (Qt -- 3.1 / KDE 3.1.0)
> > >
> > > [gilles at pc-caulier kdeextragear-libs-1]$ [gilles at pc-caulier printwizard]$
> > > make if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++
> > > -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libkipi -I/usr/lib/qt3//include
> > > -I/usr/X11R6/include -DQT_THREAD_SUPPORT  -D_REENTRANT 
> > > -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
> > > -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
> > > -Wpointer-arith -Wwrite-strings -g3 -fno-inline -Wformat-security
> > > -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
> > > -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
> > > -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT frmprintwizardbase.lo -MD -MP -MF
> > > ".deps/frmprintwizardbase.Tpo" \
> > >   -c -o frmprintwizardbase.lo `test -f 'frmprintwizardbase.cpp' || echo
> > > './'`frmprintwizardbase.cpp; \
> > > then mv -f ".deps/frmprintwizardbase.Tpo" ".deps/frmprintwizardbase.Plo";
> > > \ else rm -f ".deps/frmprintwizardbase.Tpo"; exit 1; \
> > > fi
> > > frmprintwizardbase.cpp:36: error: duplicate `const'
> > > frmprintwizardbase.cpp:245: error: duplicate `const'
> > > frmprintwizardbase.cpp:349: error: duplicate `const'
> > > frmprintwizardbase.cpp:1167: error: duplicate `const'
> > > make: *** [frmprintwizardbase.lo] Erreur 1
> > > [gilles at pc-caulier printwizard]$
> > >
> > > Gilles Caulier
> 



More information about the Kde-imaging mailing list