Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.4.1
-
None
Description
A QComboBox does not paint its label correctly when items have escaped tabs. An escaped tab becomes a single space in the label, but the same escaped tab is rendered as a proper tab in the drop down list (which is a QListView by default), and also if the combo box is editable (which uses a QLineEdit).