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

Re: [PyQt] QTreeView DragDropMode (Copy vs. Move)

2012-04-21 Thread Bart Kroon
Sorry it took me so long, I was quite busy. My solution is used for moving items internally in one model. From your earlier mails I may have gotten the wrong idea. It seems you need to move the items from one model to another. Is this correct? Am I correct in assuming that your source model is