Hello Everyone,

I've written a custom delegate and added it to a standard QTreeView, this delegate represents a push-button, and when its clicked it calls a slot to perform some operations

its working ok, if item editing is enabled, after I double click on the item

My question is how to make the button visible all the time (EVEN if I disable the editing of items), or I select another row, i would like the button to be visible on all the rows all the time, is that possible?

Thanks very much for your help