Hi,
I have a QTreeWidget with each element has an icon.
I have an option to set visible or not the data each element of tree widget item has.
The goal is to have the visible button then the icon then the name.
I tried to add a column and set a widget using QToolButton but I got problem :
http://zupimages.net/up/14/47/axtl.png
The eye icon is the visible button.
How achieve that correctly ?
Thanks for the help