Re: [PyQt] Disable QSpinBox in QTableView

2012-04-21 Thread David Boddie
On Sat, 21 Apr 2012 09:10:05 +0300, Vadym wrote: > I built QTableView table with proxy, delegates and everything works > fine. When I try to edit cells with digits or double data appears > QSpinBox as editor and it's my problem. I don't want and didn't create > QSpinBox as delegate at all and any

[PyQt] Disable QSpinBox in QTableView

2012-04-20 Thread Vadym
hello, I built QTableView table with proxy, delegates and everything works fine. When I try to edit cells with digits or double data appears QSpinBox as editor and it's my problem. I don't want and didn't create QSpinBox as delegate at all and any other delegates for these columns. So, I dont unde