Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.4
-
None
Description
When searching in a QComboBox the searched item is displayed in the popup according to the EnsureVisible hint. It would be nice to be able to add a feature on the QComboBox which allows to specify a scrollHint. This way the user can decide which scrollHint policy he wants.
Adding this feature could be done by adding an accessor on the QComboBox and modify one line in the QComboBox::showPopup method.