Re: [PyQt] QTableView Delegates

2012-11-15 Thread Laurent Coustet
Le 15/11/2012 13:58, Stephen Chapman a écrit : I have a bit of code that I'm working with for ComboBox Delegates. What I am trying to do is make the delegate on a specific cell of a QTableView. I know I can add one to a column . And add one to a row but I am not sure how I would just add one to

[PyQt] QTableView Delegates

2012-11-15 Thread Stephen Chapman
I have a bit of code that I'm working with for ComboBox Delegates. What I am trying to do is make the delegate on a specific cell of a QTableView. I know I can add one to a column . And add one to a row but I am not sure how I would just add one to a specific cell. Thank you in advance _