[PyQt] QItemDelegate

Alexandre Badez alexandre.badez at gmail.com
Thu Nov 22 13:35:36 GMT 2007


On Nov 22, 2007 2:22 PM, Andreas Pakulat <apaku at gmx.de> wrote:

> On 22.11.07 13:54:58, Alexandre Badez wrote:
> > By the way, is there a better than re implement the complete paint
> method ?
> > I mean, I just want to change the color of the line according to the
> "type"
> > of the node (but not in every view).
>
> Sure, either let the model provide the color or change the palette in
> the styleoptions you get and let QItemDelegate::paint() do the rest with
> the changed style option.
>
> Andreas
>
> --
> A gift of a flower will soon be made to you.
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>

The "problem" if it's the model who change the color, every view will be
impact... and that's no really what I want.
And modified the styleoptions, is neither what I want, because it will
impact everything...

So I think I have to change it...

Thanks everybody.

-- 
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20071122/3ba9c13f/attachment.html


More information about the PyQt mailing list