Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.4.2, 6.5.0 Beta2
-
None
Description
When using a ComboBox whith the model being a QVariantList each variant being a QJsonObject , setting textRole does not work properly.
Items in the drop down menu are correctly displaying the text, but the "current text" of the combo box is empty.
Properties currentText and displaytext are empty.
It was working fine with Qt 6.3 (see screenshots).
I have attached a minimal example that reproduce the behavior.
Attachments
Issue Links
- relates to
-
QTBUG-50363 Document the constraints of ComboBox's model property
- Open