Hello All,

I am currently working on a project in which i have to use QTableView multiple times in different windows. But delegates will be different for each tables.
As i said delegates will be different for QTableView, i want to know the right way to do that.
Should i integrate all delegates in a single .h and .cpp, or should i use different delegate class for each.

I know the answer will be very easy for you, but i want to know your views on that.
It will be very helpful to me for creating a better project and for my knowledge too.

Thanks