[PyQt] QTableView in Editingstate

2012-01-20 Thread Daniel Benden
Hi, I hope to get some help with the following problem. First a little situation sketch: I have a QTableView with a custom model (subclass from QAbstractTableModel) and a custom itemdelegate(subclassed from QItemDelegate). The QItemDelegate provides for two of the 5 columns an custom editor.

Re: [PyQt] QTableView in Editingstate

2012-01-20 Thread Andreas Pakulat
On 20.01.12 11:15:17, Daniel Benden wrote: Hi, I hope to get some help with the following problem. First a little situation sketch: I have a QTableView with a custom model (subclass from QAbstractTableModel) and a custom itemdelegate(subclassed from QItemDelegate). The QItemDelegate