Quote Originally Posted by nimaweb View Post
Problemo Solved
Thanks, but do you think if I could place the columns in the view in order other than the corresponding ones in the model (or another view which has the same model)?
I think I should do it like this:
Qt Code:
  1. personnelView.horizontalHeader().moveSection(1,4)
To copy to clipboard, switch view to plain text mode 
^ using PyQt