[PyQt] table view/model/delegate issue

2011-03-09 Thread Kerri Reno
Hello! I hope someone can help me with this. I have a QTableView with 3 columns, the 3rd column is editable, and the first two are not. My problem is when I double click on the 3rd column, any existing text is cleared. I want to be able to edit the existing text. I'm using a QItemDelegate,

Re: [PyQt] table view/model/delegate issue

2011-03-09 Thread Hans-Peter Jansen
On Wednesday 09 March 2011, 20:15:13 Kerri Reno wrote: Hello! I hope someone can help me with this. I have a QTableView with 3 columns, the 3rd column is editable, and the first two are not. My problem is when I double click on the 3rd column, any existing text is cleared. I want to be

Re: [PyQt] table view/model/delegate issue

2011-03-09 Thread Kerri Reno
Thank you so much, Pete! That was it! I just wasn't seeing it. Thanks for making my day! On Wed, Mar 9, 2011 at 12:42 PM, Hans-Peter Jansen h...@urpla.net wrote: On Wednesday 09 March 2011, 20:15:13 Kerri Reno wrote: Hello! I hope someone can help me with this. I have a QTableView