Re: [PyKDE] Colour a cell in QTableView (PyQt4)

2006-09-22 Thread Chris Dunscombe
--- 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

Re: [PyKDE] Colour a cell in QTableView (PyQt4)

2006-09-21 Thread Andreas Pakulat
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

Re: [PyKDE] Colour a cell in QTableView (PyQt4)

2006-09-21 Thread Chris Dunscombe
--- 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

Re: [PyKDE] Colour a cell in QTableView (PyQt4)

2006-09-21 Thread Andreas Pakulat
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

[PyKDE] Colour a cell in QTableView (PyQt4)

2006-09-21 Thread Chris Dunscombe
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