PDA

View Full Version : QDirModel and a QTreeView.



jamd
21st June 2006, 10:25
I use a QDirModel and a QTreeView.

Do you Know some way of changing the name of the columns?, because I want change the "name" by another.

Thank you everybody

blukske
21st June 2006, 10:41
Implement a derived QDirModel class, where you override headerData(), and return your custom column names.