Hi everyone, How do I draw e.g. a tool box in a QTreeView? I tried override the model's delegate's paint() function, but it didn't work. I'd like to do something like this: http://doc.trolltech.com/4.3/qstyle.html#drawComplexControl in PyQt4. Is it the right approach? Regards, aatiis