--- Andreas Pakulat <[EMAIL PROTECTED]> wrote:
> On 21.09.06 10:29:39, Chris Dunscombe wrote:
> > --- Andreas Pakulat <[EMAIL PROTECTED]> wrote:
> >
> > > On 21.09.06 03:27:04, Chris Dunscombe wrote:
> > > > I'm trying to set the colour of cell in a QTableView, not all cells the
> > > > same c
On 21.09.06 10:29:39, Chris Dunscombe wrote:
> --- Andreas Pakulat <[EMAIL PROTECTED]> wrote:
>
> > On 21.09.06 03:27:04, Chris Dunscombe wrote:
> > > I'm trying to set the colour of cell in a QTableView, not all cells the
> > > same colour. I'm using
> > a
> > > model with a delegate. I've looke
--- Andreas Pakulat <[EMAIL PROTECTED]> wrote:
> On 21.09.06 03:27:04, Chris Dunscombe wrote:
> > I'm trying to set the colour of cell in a QTableView, not all cells the
> > same colour. I'm using
> a
> > model with a delegate. I've looked at the docs and googled around and can't
> > work out an
On 21.09.06 03:27:04, Chris Dunscombe wrote:
> I'm trying to set the colour of cell in a QTableView, not all cells the same
> colour. I'm using a
> model with a delegate. I've looked at the docs and googled around and can't
> work out any
> reasonable way to do it. In PyQt3 it was fairly easy as
Hi,
I'm trying to set the colour of cell in a QTableView, not all cells the same
colour. I'm using a
model with a delegate. I've looked at the docs and googled around and can't
work out any
reasonable way to do it. In PyQt3 it was fairly easy as I just sub-classed
QTable and
re-implemented pain