On Fri, May 26, 2006 at 10:01:26PM +0200, Abdelrazak Younes wrote:
> Martin Vermeer wrote:

> >>I know qt3 ui files does this but if you continue doing that then I (or 
> >>others) would have problems to port that to qt4. So I would like that 
> >>any future signal-slot connection is done by hand in the .C file, it is 
> >>not hard and it is cleaner IMHO.  In this case put those line in 
> >>"QNoteDialogBase.C":
> >>
> >>connect(framedRB, SIGNAL(toggled(bool)), this, SLOT(change_adaptor()));
> >>connect(shadedRB, SIGNAL(toggled(bool)), this, SLOT(change_adaptor()));
> >>
> >>If you disagree with me, then please consider implement the Qt4 
> >>equivalent.
> >>    
> >
> >
> >Funny... I checked and the above lines are already there.
> >
> >What now? Remove them from the .ui file? 
> >  
> I'd say yes.

But won't the connections disappear again when you recompile? This file
is generated. 

- Martin

Attachment: pgpwurpXZZ871.pgp
Description: PGP signature

Reply via email to