Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.2.1
-
None
Description
In Qt3 QListViews it was possible to set the clickable property for each column seperately using QHeader::setClickEnabled(int row, bool enabled). In Qt 4.2 it is only possible to set all of the columns to be clickable using QHeaderView::setClickable(bool
enabled). It would be handy if a function like the one in Qt 3 was added.