Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
4.4.3
-
None
Description
When subclassing QAbstractListModel to return a QString that is formatted with \t, then installing this model on a QComboBox the QString will appear formatted correctly in the QComboBox's drop down list but in the QComboBox's QLineEdit the tabs will be replaced with single spaces.
It seems like the string that is in the model should match the text that is displayed as the current item.