How can I make a QTreeView to auto-adjust the wigth of the columns?
The only thing that I found here is resizeColumnToContents(), but this method will make me call it for every column. Isn't there something else?