Re: [PyQt] TableView Cell Delegates

2012-10-29 Thread David Boddie
On Mon, 29 Oct 2012 11:09:25 +, Cristobal Infante wrote: > What I want is to change the background of a tableview cell, from what I > understand > I should be looking at the Qt.BackgroundRole. So far I havent bee able to > get it working. You need to make sure that the model supplies data for

[PyQt] TableView Cell Delegates

2012-10-29 Thread Cristobal Infante
Hi everyone, I am struggling to get what seems to be a simple delegate working. What I want is to change the background of a tableview cell, from what I understand I should be looking at the Qt.BackgroundRole. So far I havent bee able to get it working. What I have so far, is a delegate that fil