Quote Originally Posted by anda_skoa View Post
This is not a model side thing, delegates are on the view side of things.

It works with any model.

Cheers,
_
I understand that but the problem is if i use the Spinbox delegate example with combo box delegate how i can say that only in 4 and 5 column i need combo box . This http://qt-project.org/doc/qt-4.8/sql...ablemodel.html example is perfect for me but it use internal library of QSqlTableModel which i can not use because i am not using Sql.

Thanks