Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.11.3, 5.12.1
Description
QAbstractItemView::setModel is virtual, but QComboBox::setModel isn't. I can't think any of reason not to make it virtual, and it would greatly facilitate writing combo boxes that want to respond when the model changes.