Details
-
Suggestion
-
Resolution: Won't Do
-
P4: Low
-
4.2.3
-
None
Description
In Qt 3, it was possible to set the alignment for a column using the QListView::setColumnAlignment() function. However, there is no equivalent for this in Qt 4 and it seems the only way this can be achieved is by setting the TextAlignmentRole on the individual indices. It would be nice if there was a convenience function available for this, perhaps in QHeaderView.