PDA

View Full Version : Method of Adding a Custom QTableView Column for Subclassed QFilesystem



a3matrix
22nd April 2011, 08:48
Specifically, I'm trying to overload the following so I can display them in brand new columns that I create for my QTableView:

columnCount, data, headerData, and flags

http://doc.qt.nokia.com/latest/qfilesystemmodel.html

rturrentine
16th November 2011, 00:10
Did you find a solution to this? I need to do the same thing.