Details
-
Suggestion
-
Resolution: Incomplete
-
P3: Somewhat important
-
4.1.3
-
None
-
242590
Description
Allow setting up view parameters prior to calling setModel, which will allow a cleaner separation of GUI and business logic. E.g. calling QAbstractItemView::headerView()->setResizeMode() prior to QAbstractItemView::setModel, will make QHeaderView store away the settings, and make use of them once a model with the specified section column is set.