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
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