11-12-2012 07:44 AM
I've been looking for the API to add a header to a ListView. Basically I am trying to construct a table with two columns. I think ListView is the best way to go. Can not find an example on how to do this. Hopefully once I get this it will not be hard to implement good ol Qt header behavior like sort by column, and sort ascending/decending. I am using a gridLayout on my ListView and I am doing this all in C++.
Any tips, or examples much appreciated.
Thanks
11-12-2012 08:38 PM