I have a small model displayed in a QTreeView that I would like to have all of the nodes expanded by default when it is first displayed. It seems like there is no simple way to do this, or even a simple way to walk the all nodes and expand them. Does anyone have some suggestions?

Colby