Comment 3 for bug 672762

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

Hey Tobias,

Yea, the select()'s are a problem. Uncommenting that select() debug is a good way to track the selects down. I did this a while back, but it's possible we regressed on how many select()'s we do.

Unfortunately Qt had a very nasty bug in WTrackTableViewHeader that made it so that columns would not update when you changed the QTableView's model. I don't know if it's fixed yet. If you comment out that setHorizontalHeader and everything still works (try switching modes to different views, try adding removing columns in one view and then switching back) then it might be fixed. We can remove it as long as it's fixed on recent Ubuntu versions and the version of Qt we use for Mac / Windows.

RJ