On Fri, 2006-05-26 at 10:40 +0200, Abdelrazak Younes wrote:
> Martin Vermeer wrote:
> > Attached. This adds the "Framed" and "Shaded" notes to the note inset.
> > 
> > Interestingly I got "shaded" to accept a user-configurable colour. Edit
> > the "shaded" colour in Preferences, and it will not only show up as the
> > background colour on screen, but also on paper.
> > 
> > Is this something we want in 1.5?
> 
> I don't really know what this is all about but please try to do use ui 
> defined signal-slot connection:
> 
>  > +    <connection>
>  > +        <sender>framedRB</sender>
>  > +        <signal>toggled(bool)</signal>
>  > +        <receiver>QNoteDialogBase</receiver>
>  > +        <slot>change_adaptor()</slot>
>  > +    </connection>
>  > +    <connection>
>  > +        <sender>shadedRB</sender>
>  > +        <signal>toggled(bool)</signal>
>  > +        <receiver>QNoteDialogBase</receiver>
>  > +        <slot>change_adaptor()</slot>
>  > +    </connection>
>  > +
>  >  </connections>

Huh? Isn't this what it is? I just extended what was already there (this
is qt3)

- Martin

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to