PDA

View Full Version : QTableView Delegate Usage



rajeshs
14th April 2008, 04:45
Hi All,

I have one TableView which is having 5 columns , I want to set different delegates for each column , if i insert any data into that it should call paint of corresponding delegate,
I used setItemDelegateForColumn , but if i insert any data its not calling that corresponding paint.

how to achieve this ?:)

wysota
14th April 2008, 07:03
Could you show us the code you used? Both of the delegate itself (one is enough) and the code where you set the delegates.